API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/peers/{identifier}Company Peers API
Returns a list of peer/comparable company symbols for the given security
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/peers/US0378331005' \
-H 'Accept: application/json'200 Response
{
"symbol": "AAPL",
"peers": [
"MSFT",
"GOOG",
"META"
]
}