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
Example response
{
"symbol": "symbol",
"cik": "cik",
"data": [
{
"accessNumber": "accessNumber",
"breakdown": "{}"
},
{
"accessNumber": "accessNumber",
"breakdown": "{}"
}
]
}