API Documentation

⌘K
GET/api/1/equity/fundamentals-quarterly/{identifier}

Quarterly Fundamentals API

Returns quarterly fundamental data (revenue, earnings, EPS, margins) in a consolidated view for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/fundamentals-quarterly/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {}
]