API Documentation

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

Relative Valuation

Computes premium/discount for each valuation metric vs the median of sector peers in a similar market-cap range

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/relative-valuation/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "target": {},
  "peerCount": 0,
  "metrics": {
    "id": "string",
    "label": "string",
    "targetValue": 0,
    "peerMedian": 0,
    "premiumDiscount": 0
  }
}