API Documentation

⌘K
GET/api/1/peer-comparison/scatter

Scatter Plot Data

Returns x/y metric pairs for peer analysis scatter charts. See GET /peer-comparison/metrics for valid metric IDs.

Parameters

3
xMetricstringrequired
query

X-axis metric ID (e.g. pe)

yMetricstringrequired
query

Y-axis metric ID (e.g. revenueGrowth)

identifiersstringrequired
query

Comma-separated tickers or ISINs (max 100)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/peer-comparison/scatter' \
  -H 'Accept: application/json'
200 Response
{
  "points": {
    "ticker": "string",
    "name": "string",
    "x": 0,
    "y": 0,
    "marketCap": 0
  }
}