API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/xbrl/fact/{ticker}/{tag}XBRL Fact Time Series API
Returns the historical time series for a specific XBRL fact (e.g., Revenue over multiple years) for a company
Parameters
4taxonomystringTaxonomy filter (default: all)
unitstringUnit filter (e.g. USD, shares)
tickerstringrequiredStock ticker symbol
tagstringrequiredXBRL tag (e.g. Revenues, NetIncomeLoss, Assets, EarningsPerShareBasic)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/xbrl/fact/AAPL/{tag}' \
-H 'Accept: application/json'200 Response
[
{
"period_end": "2024-09-30T00:00:00.000Z",
"fiscal_period": "FY",
"val": 394328000000,
"unit": "USD"
}
]