API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/regions/{identifier}Revenue by Region API
Returns geographic revenue breakdown for the given ISIN, showing revenue distribution across different countries and regions
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity/regions/US0378331005' \
-H 'Accept: application/json'200 Response
[
{
"period": "2024-06-30T00:00:00.000Z",
"unit": "u_usd",
"axis": "srt_StatementGeographicalAxis",
"label": "United States",
"value": 100280000000,
"percentage": 40.92,
"member": "country_US",
"symbol": "MSFT"
}
]