API Documentation

⌘K
GET/api/1/peer-comparison/peers/{identifier}

Auto-Detect Peers

Finds up to 20 comparable companies based on GICS sector, industry, country, and market cap proximity

Parameters

1
identifierstringrequired
path

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

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/peer-comparison/peers/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "target": {},
  "peers": {
    "ticker": "string",
    "isin": "string",
    "name": "string",
    "marketCap": 0,
    "sector": "string",
    "industry": "string",
    "country": "string",
    "similarity": 0
  }
}