API Documentation
⌘K
API Key
Get free key GET
/api/1/fundamentals/facts/searchXBRL Tag Search
Search for a specific XBRL tag across all companies. Returns the latest value for each company matching the tag.
Parameters
5tagstringrequiredXBRL tag name to search (e.g. Revenues, NetIncomeLoss)
fiscal_periodstringFilter by fiscal period (FY, Q1, Q2, Q3, Q4)
formstringFilter by SEC form type (10-K, 10-Q)
min_valnumberMinimum value filter
limitintegerMax results (default 100, max 500)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fundamentals/facts/search?limit=10' \
-H 'Accept: application/json'200 Response
[
{
"cik": null,
"ticker": "string",
"tag": "string",
"period_end": "string",
"fiscal_year": null,
"fiscal_period": "string",
"form": "string",
"val": 0,
"unit": "string"
}
]