New: ready-to-use spreadsheet templatesExplore the collection  →
Home/Formulas/GOOGLEFINANCE
GOOGLE SHEETS · GOOGLE SHEETS

GOOGLEFINANCE
retrieve current or historical market data.

Use 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.

JosephineVerified by JosephineReviewed July 25, 2026
THE FORMULA=GOOGLEFINANCE(ticker, [attribute], [start_date], [end_date|num_days], [interval])
A

tickerexchange and symbol

B

attributedata field

C

start_date/end_dateoptional history period

TRY IT YOURSELF

Change the sheet.
Watch the answer update.

Edit any highlighted cell below. The example recalculates immediately.

LIVE PLAYGROUND=GOOGLEFINANCE("NASDAQ:GOOG","price")
fx=GOOGLEFINANCE("NASDAQ:GOOG","price")
A · LABELB · VALUE
2
3
4
5
RESULTLive data runs in Google SheetsUpdates live

Try changing a value above. This example runs entirely in your browser.

IN PLAIN ENGLISH

How the formula
thinks.

  1. 01

    tickerexchange and symbol

  2. 02

    attributedata field

  3. 03

    start_date/end_dateoptional history period

COMMON FIXES

When GOOGLEFINANCE
doesn’t behave.

WRONG RESULT

Wrong result

Check that every range starts and ends on the same rows, and that numbers are stored as numbers.

FORMULA PARSE ERROR

Formula parse error

Check commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.

UNEXPECTED BLANKS

Unexpected blanks

Test the source cells for hidden spaces, empty strings and inconsistent data types.

fxNeed help with GOOGLEFINANCE?Fix my formula →