API Documentation

⌘K
GET/api/1/equity/segments/{identifier}

Business Segments API

Returns business segments breakdown for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/segments/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "period": "2024-06-30T00:00:00.000Z",
  "unit": "u_usd",
  "axis": "srt_ProductOrServiceAxis",
  "label": "Devices",
  "value": 4706000000,
  "percentage": 1.9198603144556587,
  "member": "msft_DevicesMember",
  "symbol": "MSFT",
  "axisIndex": 1
}
]