# Jive Data โ Google Workspaceโข Marketplace Listing (Overview)
The sections below are the source copy for the Google Workspaceโข Marketplace console. Use plain text only in the listing fields (no Markdown: no asterisk-bold, no `#` headings, no `|` tables).
---
## Short description (e.g. ~80 chars)
๐ SEC filings, insider trades, 13F data & statement line items in Google Sheetsโข.
---
## Long description / Overview
Stop copy-pasting from EDGAR. Jive Data brings clean SEC data into Google Sheetsโข with one custom function:
=jivedata(symbol, type)
=jivedata(ticker, lineItem, year or TTM)
No CSV hunts, no manual refreshes for static exportsโbuild models and dashboards that update when you recalculate. Perfect for analysts, investors, and anyone who lives in spreadsheets.
๐ AT A GLANCE
๐ SEC filings โ 10-K, 10-Q, 8-K, and more for U.S. tickers.
๐ค Insider transactions โ Form 4 (and 3/5) parsed into clear rows.
๐ฆ Institutional ownership โ 13F/13D/13G holders plus full 13F by filer.
๐ Financial statements โ Full 10-K tables, or a single line item in one cell.
โก One formula โ =jivedata("AAPL","filings") โ no extra UI after you authorize once.
๐ DATA YOU CAN PULL IN
โข Insider transactions โ Form 3/4/5 activity, one row per transaction: date, insider name(s), SEC transaction type, shares, value, price per share, filing link.
Example: =jivedata("GME","insider")
โข SEC filings โ Company filing list: date, company name, form type (10-K, 10-Q, 8-K, etc.), accession number, URL.
Example: =jivedata("AAPL","filings")
โข Ownership โ 13F/13D/13G holders for a stock: holder type, name, filing date, position value, portfolio value, link to the filer.
Example: =jivedata("NVDA","ownership")
โข 13F holdings โ A specific fundโs latest 13F: issuer, CUSIP, class, value, shares, filing date, filer name.
Example: =jivedata("berkshire-hathaway-inc","13F")
โข Financials (full tables) โ 10-K statements from SEC XBRL: income statement, balance sheet, cash flow; line items with fiscal-year columns and units.
Example: =jivedata("AAPL","financials")
Optional trailing cell (e.g. $A$1) is ignored and can be used only to force Sheets recalc: =jivedata("AAPL","financials",$A$1)
โข Financial line items (single number) โ Pull one income statement, balance sheet, or cash flow figure into a cell. Year omitted = latest annual (SEC fiscal year). Pass a year for that fiscal year, or "TTM" for trailing twelve months when quarterly data supports it. A cell reference that is empty or not a year/TTM is treated as latest annual (refresh-friendly).
Examples:
=jivedata("GME","Revenue",2015)
=jivedata("GME","Revenue")
=jivedata("GME","Revenue","TTM")
=jivedata("GME","Cash")
=jivedata("GME","Total Cash")
=jivedata("GME","Marketable Securities")
=jivedata("GME","Digital Assets")
=jivedata("GME","Shares Outstanding")
=jivedata("AAPL","Net Income")
=jivedata("MSFT","EBITDA","TTM")
=jivedata("AAPL","Total Debt")
=jivedata("AAPL","Capex",2023)
Common items include Revenue, Net Income, EBITDA, Capex, Free Cash Flow, Total Assets, Equity, Total Debt, EPS, and:
โข Cash โ cash & cash equivalents only
โข Total Cash โ cash + marketable securities + digital assets (when tagged)
โข Marketable Securities
โข Digital Assets
โข Shares Outstanding โ basic shares from the latest 10-K cover page (or that fiscal yearโs 10-K); "TTM" = latest reported outstanding (often a later 10-Q). Not weighted-average diluted shares used for EPS.
Aliases like Rev, NetIncome, TotalCash, SharesOutstanding, gross profit work. Coverage depends on what the company tags in SEC XBRL.
๐ HOW TO USE
For insider, filings, ownership, financials, and line items, the first argument is a U.S. stock ticker (e.g. GME, AAPL, NVDA).
For 13F, the first argument is the filer slug (e.g. berkshire-hathaway-inc). Browse filers and exact slugs at https://jivedata.com
Coverage depends on SEC XBRL company facts for that ticker. Some items or TTM may be unavailable when the company does not report the underlying concept.