cURL
curl --request GET \ --url https://api.quartr.com/public/v3/companies/{id}/segments \ --header 'x-api-key: <api-key>'
{ "data": [ { "companyId": 4742, "createdAt": "2025-04-15T15:00:00.000Z", "updatedAt": "2025-04-15T15:00:00.000Z", "fiscalYear": 2024, "reportDate": "2025-03-19T15:00:00.000Z", "segmentItem": "Revenue", "segmentCategory": "Business Area", "total": 187442, "totalUnit": "MUSD", "other": "1.0 (0.0%)", "items": [ { "name": "Automotive", "value": 171605 }, { "name": "GM Financial", "value": 15875 }, { "name": "Cruise", "value": 257 }, { "name": "Eliminations/reclassifications", "value": -296 } ], "itemUnit": "MUSD" } ], "pagination": { "nextCursor": 10 } }
The maximum number of items to return in a single request.
1 <= x <= 500
10
A unique identifier pointing to the starting position for the next set of results.
x >= 0
2432
The direction of the sort order (id field).
asc
desc
"asc"
Show child attributes
Was this page helpful?