Last updated 2026-07-16
Investors Engine: Financials for Sheets™ is the official Google Sheets™ add-on from Investors Engine. It lets Premium users retrieve supported financial statements, ratios, and valuation metrics for US stocks within a Google Sheets spreadsheet. Install it from Google Workspace Marketplace.
The Investors Engine add-on gives you two ways to bring data into a spreadsheet:
<TICKER>: <Statement> (e.g. NVDA: Balance Sheet).=IE() custom function: Return a single value, a trailing-twelve-month value, or a range of annual or quarterly values. Range results expand horizontally into adjacent empty cells.ie_… value. The full token is shown only once.
Your token is stored per Google account and reused across every spreadsheet in which you open the add-on. To support the =IE() custom function, the add-on also stores a copy in that spreadsheet. Logout clears the account copy and the copy in the current spreadsheet. Revoke the token from Settings to disable it everywhere.
AAPL).The add-on creates one sheet for each selected dataset. Running the request again for the same ticker replaces the contents of those sheets. Running it for another ticker creates a separate set of sheets.


The custom function syntax is:
=IE(symbol, metric, period, frequency, currency)Examples:
=IE("AAPL", "Revenue", 2024)
=IE("MSFT", "Net Income", "2020:2024")
=IE("GOOG", "P/E", "TTM")
=IE("NVDA", "Operating Margin %", "Q3-2024", "quarterly")A range period like "2020:2024" returns five values as an array that expands horizontally into adjacent empty cells.
2024 : full fiscal year"TTM" : trailing twelve months"Q3-2024" : a specific quarter"2020:2024" : an annual range that expands across adjacent cells"Q1-2023:Q4-2024" : a quarterly range that expands across adjacent cells"2024-09-28" : an exact fiscal period-end dateYou can use the display name ("Revenue"), a common alias ("Sales"), or the canonical snake_case key ("net_income"). Open the Single Cell tab in the sidebar to browse the full list with an autocomplete search.
Investors Engine: Financials for Sheets™ requests only the Google permissions required for the add-on to operate in Google Sheets and write requested financial data to your spreadsheet. It does not use your other Google Drive files to provide the add-on, and Investors Engine does not sell Google user data. The add-on uses a one-way hash of your Google account email to enforce the single-account license without sending the email address itself to Investors Engine.
Your API token is stored for your Google account and copied into each spreadsheet where you connect the add-on so custom functions can authenticate. Spreadsheet editors with access to its Apps Script properties may be able to access that copy. Do not connect the add-on to a spreadsheet shared with people you do not trust. You can revoke the token at any time from Settings → Integrations.
For full details, see our Privacy Policy and Terms of Service.
Email [email protected] with the ticker, formula, and error message you’re seeing, and we’ll get back to you.