VOOZH about

URL: https://apify.com/commonelements/sec-xbrl-financials

โ‡ฑ SEC XBRL Financial Data โ€” Company Facts by Ticker ยท Apify


๐Ÿ‘ SEC XBRL Financial Data โ€” Company Facts & Frame Data avatar

SEC XBRL Financial Data โ€” Company Facts & Frame Data

Under maintenance

Pricing

$1.00 / 1,000 dataset item scrapeds

Go to Apify Store

SEC XBRL Financial Data โ€” Company Facts & Frame Data

Under maintenance

Download XBRL financial data from the SEC EDGAR API. Fetch any accounting concept (Assets, Revenue, NetIncomeLoss, EPS) for companies by ticker or CIK, or pull cross-company frame snapshots for a period. Covers US-GAAP and IFRS filers. No API key required.

Pricing

$1.00 / 1,000 dataset item scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Harry Schoeller

Harry Schoeller

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Categories

Share

Download structured XBRL financial data from the SEC EDGAR public API. Two modes: pull all accounting data for specific companies by ticker or CIK, or retrieve a cross-company snapshot of any single financial concept for a reporting period.

Modes

company-facts (default)

Fetch all XBRL facts (or a filtered subset) for one or more companies.

{
"mode":"company-facts",
"tickers":["AAPL","MSFT","GOOGL"],
"concepts":["Assets","Revenues","NetIncomeLoss"],
"taxonomies":["us-gaap"],
"unitsFilter":["USD"],
"maxRecordsPerCompany":100
}

frame-data

Get all companies' reported value for a single concept in a specific period.

{
"mode":"frame-data",
"taxonomy":"us-gaap",
"concept":"Assets",
"unit":"USD",
"period":"CY2023Q4I"
}

Example output record (company-facts)

{
"cik":"0000320193",
"ticker":"AAPL",
"companyName":"Apple Inc.",
"taxonomy":"us-gaap",
"concept":"Assets",
"label":"Assets",
"description":"Sum of the carrying amounts as of the balance sheet date of all assets...",
"unit":"USD",
"end":"2024-09-28",
"val":364980000000,
"accn":"0000320193-24-000123",
"fy":2024,
"fp":"FY",
"form":"10-K",
"filed":"2024-11-01",
"fetchedAt":"2025-01-01T00:00:00.000Z"
}

Period format for frame-data

FormatMeaning
CY2023Full calendar year 2023
CY2023Q4IQ4 2023 instant (balance sheet)
CY2023Q1Q1 2023 period (income statement)

Common concepts

  • Assets, Liabilities, StockholdersEquity
  • Revenues, NetIncomeLoss, OperatingIncomeLoss
  • EarningsPerShareBasic, EarningsPerShareDiluted
  • CashAndCashEquivalentsAtCarryingValue

Use cases

  • Financial analysis and peer benchmarking
  • Quantitative investing and factor research
  • Accounting research and academic studies
  • Industry-wide financial snapshots
  • ESG and financial health scoring

You might also like

SEC EDGAR Financial Facts Scraper

scrapers_lat/sec-edgar-financials-scraper

Scrape SEC EDGAR XBRL financial facts by ticker or CIK. Get reported values for Revenues, Assets, NetIncomeLoss and any us-gaap concept with unit, period, fiscal year, form and filing date.

SEC EDGAR Company Financials & Filings Scraper

compute-edge/sec-edgar-scraper

Extract structured financial data (revenue, net income, assets, EPS) and filing history from SEC EDGAR XBRL API. Search by ticker symbol, company name, or CIK number across 10,000+ public companies.

SEC EDGAR Scraper

labrat011/sec-edgar-scraper

Resolve companies to SEC CIK numbers, search SEC filings, and extract structured XBRL financial facts from EDGAR. No API key required.

SEC EDGAR Financial Data Scraper

kelvinosse/sec-edgar-scraper

Scrape SEC EDGAR filings and XBRL financial data for public companies.

SEC EDGAR Scraper | US Public Company Filings & Profiles

haketa/sec-edgar-scraper

SEC EDGAR scraper & API: export US public-company filings, profiles and XBRL fundamentals (revenue, net income, assets, EPS) by ticker, CIK or name. Equity research, financial statement data and compliance โ€” official data.sec.gov, fast, no login.

SEC XBRL Company Facts Scraper

parseforge/sec-xbrl-company-facts-scraper

Pull structured financial facts from SEC EDGAR by ticker or CIK number. Each row carries the company name, GAAP concept, reported value, unit, fiscal year and period, form type, and filing date. Useful for building fundamentals histories, equity research, and audit checks.