API Documentation

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

Financial Benchmarking

Benchmarks a company against sector and industry medians, quartiles, and percentile ranks

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/financial-benchmarking/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "target": {},
  "sectorPeerCount": 0,
  "industryPeerCount": 0,
  "benchmarks": {
    "id": "string",
    "label": "string",
    "targetValue": 0,
    "sectorMedian": 0,
    "sectorP25": 0,
    "sectorP75": 0,
    "industryMedian": 0,
    "percentileRank": 0
  }
}