WRONG RESULTWrong result
Check that every range starts and ends on the same rows, and that numbers are stored as numbers.
GOOGLEFINANCEUse GOOGLEFINANCE to pull a stock’s latest available price. This guide shows the exact structure, a working example and the mistakes most likely to break it.
Verified by JosephineReviewed July 25, 2026✓=GOOGLEFINANCE(ticker, [attribute], [start_date], [end_date|num_days], [interval])tickerexchange and symbol
attributedata field
start_date/end_dateoptional history period
Edit any highlighted cell below. The example recalculates immediately.
| A · LABEL | B · VALUE | |
|---|---|---|
| 2 | ||
| 3 | ||
| 4 | ||
| 5 |
Live data runs in Google SheetsUpdates liveTry changing a value above. This example runs entirely in your browser.
tickerexchange and symbol
attributedata field
start_date/end_dateoptional history period
WRONG RESULTCheck that every range starts and ends on the same rows, and that numbers are stored as numbers.
FORMULA PARSE ERRORCheck commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.
UNEXPECTED BLANKSTest the source cells for hidden spaces, empty strings and inconsistent data types.