3d5897270d8a
As-reported financials
Returns raw XBRL financial facts exactly as filed with the SEC, without any normalization or mapping. Includes both standard US-GAAP taxonomy facts and company-specific custom extension facts. Useful for accessing the full set of reported line items.
Query parameters
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
SEC Central Index Key (CIK).
CUSIP identifier (9 characters).
Composite OpenFIGI identifier.
Share-class OpenFIGI identifier.
Base reporting period: annual or quarter (the periods companies actually report, without the derived ttm rollup).
The period to query data for (annual or quarter).
Maximum number of periods to return (may be clamped by subscription tier).
Response
Raw financial data as originally reported in SEC filings
Example response
[
{
"period": "2023-09-30",
"fiscalYear": 2025,
"fiscalPeriod": "FY",
"facts": {
"us-gaap:NetIncomeLoss": 112010000000,
"us-gaap:EarningsPerShareDiluted": 7.46,
"us-gaap:GeneralAndAdministrativeExpense": 8077000000
},
"sources": {
"0000320193-22-000108": {
"type": "10-K",
"dateFiled": "2022-10-28",
"amendment": false,
"facts": {
"revenue": {},
"costOfRevenue": {},
"netIncome": {},
"eps": {}
}
},
"0000320193-23-000063": {
"type": "10-K",
"dateFiled": "2023-02-15",
"amendment": true,
"facts": {
"interestExpense": {
"before": 2931000000
}
}
}
}
}
]