API Documentation

GET/api/1/equity-extended/peers/{identifier}

Company Peers API

Returns a list of peer/comparable company symbols for the given security

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-extended/peers/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "symbol": "AAPL",
  "peers": [
    "MSFT",
    "GOOG",
    "META"
  ]
}