Fetch current or historical market data for a stock or currency.
This function works the same in Google Sheets as it does in Excel — same syntax and arguments.
GOOGLEFINANCE(ticker, [attribute], [start_date], [end_date|num_days], [interval])GOOGLEFINANCE returns securities data (price, volume, historical series, FX rates) straight into a cell. It's Google Sheets-only and has no Excel equivalent (Excel uses the Stocks data type instead).
=GOOGLEFINANCE("NASDAQ:GOOG", "price")Result: Live share price
Returns the current price of the GOOG share.
Prices can be delayed up to ~20 minutes and are for informational use.