Overview

The segments dataset provides structured breakdowns of key company metrics, such as net sales or operating income, organized by categories like product lines or geographic regions. Each entry includes a total figure and a list of sub-items that show how the total is distributed across different parts of the business. Segment structures vary by company and reporting period. The segments provided are always based on data from the annual reports of the companies and coverage is limited to the companies in the S&P 500 index.
Our segments data is sold separately. Please get in touch if you’re interested in access or pricing details.

Data structure

The segments dataset is structured as a JSON object with the following properties:
  • companyId: The ID of the company
  • fiscalYear: The fiscal year of the underlying financial report
  • reportDate: The date of the report
  • segmentItem: The name of the segment
  • segmentCategory: The category of the segment
  • total: The total value of the segment
  • totalUnit: The unit of the total value
  • other: Rounding errors or other adjustments to the total value
  • items: A list of sub-items that show how the total is distributed across different parts of the business.
Example can be found in the API reference.