API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/basic-financials/{identifier}Basic Financials (Key Ratios) API
Returns key financial ratios and metrics including P/E, P/B, dividend yield, margins, debt ratios, and time-series data
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/basic-financials/US0378331005' \
-H 'Accept: application/json'200 Response
{
"metrics_json": {},
"series_annual": {},
"series_quarterly": {}
}