API Documentation

⌘K
POST/api/1/peer-comparison/compare

Compare Companies

Side-by-side metric comparison for up to 50 companies with per-metric ranking. See GET /peer-comparison/metrics for valid metric IDs.

Request Body

required
application/json
object
identifiersarray

Tickers or ISINs (max 50)

Array of:
string
metricsarray

Metric IDs to compare

Array of:
string
Allowed values:
marketCaprevenuenetIncomeebitdafreeCashFlowpepspbevEbitdadividendYieldfcfYieldroeroaroicrocegrossMarginoperatingMarginnetMargindebtToEquityequityRatiorevenueGrowthpiotroskiScore

Responses

Was this helpful?
Request
curl -X POST \
  'https://api.eulerpool.com/api/1/peer-comparison/compare' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'
200 Response
{
  "companies": [],
  "metrics": [],
  "rankings": []
}