Live price column
=GOOGLEFINANCE(A2, "price") down a list of tickers in column A fills current prices in column B.
GOOGLEFINANCE connects your sheet to Google market data. Pass a ticker symbol, an attribute like price or volume, and optional date range arguments for historical quotes. Portfolio trackers and FX dashboards use it to avoid manual price copy-paste.
Use GOOGLEFINANCE for simple stock quotes, mutual fund NAV, currency conversion, or historical price series on a personal or team dashboard.
Skip GOOGLEFINANCE for licensed real-time trading feeds, exotic instruments Google does not list, or compliance-grade audit trails. Paid data vendors may be required.
Enter a ticker such as GOOGLEFINANCE("AAPL", "price") for the latest price.
Swap the attribute argument for open, high, low, volume, pe, or marketcap as needed.
Add start and end dates plus a daily or weekly interval for historical tables.
Use GOOGLEFINANCE("CURRENCY:USDEUR") for exchange rates in finance models.
Leave room for historical queries to spill multiple rows of date and close columns.
Document that delays and symbol coverage follow Google Finance policies, not your broker.
=GOOGLEFINANCE(A2, "price") down a list of tickers in column A fills current prices in column B.
=GOOGLEFINANCE("CURRENCY:USDEUR") supplies a spot rate for invoice conversion.
=GOOGLEFINANCE("MSFT", "close", TODAY()-365, TODAY()) returns dated closing prices for a chart.
Build this without starting from a blank cell
Use a Better Sheets tool for GOOGLEFINANCE, then watch a walkthrough when you want the full pattern.
Watch how GOOGLEFINANCE works
Guides that explain GOOGLEFINANCE in more depth.
By crafting and selling high-quality, customizable financial templates, one can cater to the needs of those who lack the time or expertise to create their own.
Read post →Users can also customize the appearance of their spreadsheets with different fonts, colors, and themes.
Read post →Google Sheets offers a cost-effective, flexible, and collaborative solution for managing financial data, performing calculations, generating reports, and staying organized.
Read post →IMPORTRANGE loads values from a range in another Google spreadsheet into your current file. You pass the spreadsheet URL or key plus a range string with an optional sheet name. After you grant access once, the link stays live and updates when the source changes.
Read guide →SPARKLINE draws a miniature chart inside one cell from a row or column of numbers. Choose line, column, bar, or winloss types and pass an options object for color, axis, and markers. Dashboard tables use sparklines to show trend without full charts.
Read guide →QUERY runs a SQL-like statement against a range of cells and returns a new table of results. You pass a data range, a query string with SELECT, WHERE, ORDER BY, and optional headers. It is the fastest way to filter, sort, group, and pivot sheet data without helper columns.
Read guide →IMPORTXML fetches a URL and returns data matching an XPath query. You can scrape page titles, meta tags, table cells, or RSS-style XML fields. It is more precise than IMPORTHTML when you need one value or a repeating node set from structured markup.
Read guide →Done reading about GOOGLEFINANCE?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.