API Documentation
⌘K
API Key
Get free key 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
1identifierstringrequiredSecurity 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
}
}