API Documentation

⌘K
GET/api/1/equity/peers/{identifier}

Company Peers API

Returns similar companies/peers for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/peers/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "ticker": "MSFT",
  "peer_name": "Microsoft Corporation",
  "peer_isin": "US5949181045",
  "logo": "/api/logo/isin/US9285634021"
}
]