API Documentation

⌘K
GET/api/1/sentiment/price-metrics/{identifier}

Price Metrics API

Returns price performance statistics including 52-week high/low, moving averages, beta, and YTD return

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/sentiment/price-metrics/US0378331005' \
  -H 'Accept: application/json'
200 Response
{
  "symbol": "AAPL",
  "52WeekHigh": 199.62,
  "52WeekLow": 124.17,
  "10DayAverageTradingVolume": 53717320,
  "beta": 1.29
}