v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Revenue Breakdown

Get revenue breakdown as-reporetd by product and geography. Users on personal plans can access data for US companies which disclose their revenue breakdown in the annual or quarterly reports.

Global standardized revenue breakdown/segments data is available for Enterprise users. Contact us to inquire about the access for Global standardized data.

get/stock/revenue-breakdown

Query parameters

symbolstring

Symbol.

cikstring

CIK.

Response

successful operation

symbolstring

Symbol

cikstring

CIK

Example response

{
  "symbol": "symbol",
  "cik": "cik",
  "data": [
    {
      "accessNumber": "accessNumber",
      "breakdown": "{}"
    },
    {
      "accessNumber": "accessNumber",
      "breakdown": "{}"
    }
  ]
}