v3
latestOpenAPI 3.1.02026-07-26490368.4 KBGet standardized financials for a company
Returns standardized financial statements where line items are mapped to a common schema, enabling apples-to-apples comparison across companies.
Path parameters
Financial statement category
Financial statement category
Query parameters
API Key (alternatively send via X-Api-Key header)
API Key (alternatively send via X-Api-Key header)
Company ticker, use with mic or alone for US tickers
Company ticker, use with mic or alone for US tickers
Company MIC, use with ticker
Company MIC, use with ticker
Company exchange code, use with ticker
Company exchange code, use with ticker
Company key (alternative to ticker/micCode/exchange)
Company key (alternative to ticker/micCode/exchange)
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
Optional period filter as a comma-separated list of: annual, quarterly, semi-annual, ltm, ytd, latest. Defaults to 'annual'.
Optional period filter as a comma-separated list of: annual, quarterly, semi-annual, ltm, ytd, latest. Defaults to 'annual'.
ISO 4217 target currency code (e.g., USD, CAD, EUR). Case-insensitive; system normalizes to uppercase. Must be 3-4 letters. Defaults to company's reporting currency.
Include reportingTemplates metadata for each standardized metric
Include reportingTemplates metadata for each standardized metric
Include non-selected direct/composite as-reported audit trails without duplicating the selected asReportedValues trail
Include non-selected direct/composite as-reported audit trails without duplicating the selected asReportedValues trail
Response
Standardized financial data
Example response
{
"reportingTemplate": "Standard",
"metrics": [
{
"standardizedMetricId": "income_statement_total_revenues",
"metricName": "Total Revenues",
"metricFormat": "number",
"isCurrency": true,
"headers": [
"Revenues"
],
"reportingTemplates": [
"Standard"
],
"asReportedMetrics": [
{
"asReportedMetricId": "1_IS_65961",
"metricName": "Products",
"headers": [
"Net Sales"
],
"metricFormat": "number",
"isCurrency": true,
"operation": "+"
}
]
}
],
"data": [
{
"periodId": "3_Quarterly_2025-04-27",
"periodType": "Quarterly",
"reportDate": "2025-04-27",
"periodDuration": "3 months",
"calendarYear": 2025,
"calendarQuarter": 2,
"fiscalYear": 2026,
"fiscalQuarter": 1,
"stubType": "fye",
"stubDuration": 214,
"earningsDate": "2025-08-27",
"earningsTimeOfDay": "16:22:14Z",
"lastSourceFilingDate": "2025-08-27",
"lastSourceFilingTimeOfDay": "16:22:14Z",
"metricsValues": {
"income_statement_total_revenues": {
"value": 391035000000,
"calcType": "reported",
"mappingType": "direct",
"unit": "M",
"currency": "USD",
"originalValue": 334218000000,
"originalCurrency": "EUR",
"appliedExchangeRate": 1.17,
"asReportedValues": [
{
"asReportedMetricId": "1_IS_65961",
"metricName": "Products",
"headers": [
"Net Sales"
],
"operation": "+",
"value": 294866000000,
"unit": "M",
"currency": "USD",
"originalValue": 251340000000,
"originalCurrency": "EUR",
"appliedExchangeRate": 1.17,
"sources": [
{
"document": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/pdf?ticker=AAPL&exchange=NASDAQ",
"image": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/page/32/image?ticker=AAPL&exchange=NASDAQ",
"pageNumber": 32
}
]
}
],
"alternativeAsReportedValues": {
"direct": [
{
"asReportedMetricId": "1_IS_65961",
"metricName": "Products",
"headers": [
"Net Sales"
],
"operation": "+",
"value": 294866000000,
"unit": "M",
"currency": "USD",
"originalValue": 251340000000,
"originalCurrency": "EUR",
"appliedExchangeRate": 1.17,
"sources": [
{
"document": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/pdf?ticker=AAPL&exchange=NASDAQ",
"image": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/page/32/image?ticker=AAPL&exchange=NASDAQ",
"pageNumber": 32
}
]
}
],
"composite": [
{
"asReportedMetricId": "1_IS_65961",
"metricName": "Products",
"headers": [
"Net Sales"
],
"operation": "+",
"value": 294866000000,
"unit": "M",
"currency": "USD",
"originalValue": 251340000000,
"originalCurrency": "EUR",
"appliedExchangeRate": 1.17,
"sources": [
{
"document": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/pdf?ticker=AAPL&exchange=NASDAQ",
"image": "https://api.fiscal.ai/v1/filing/0000320193-24-000123/page/32/image?ticker=AAPL&exchange=NASDAQ",
"pageNumber": 32
}
]
}
]
}
}
}
}
]
}