Company
Revenue Segmentation
Get Revenue by Geographic Segment
Fetches a breakdown of a company's revenue by geographic segment for a given stock symbol, optionally filtered by period (annual/quarter).
get/company/revenue-segmentation/geography/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
period'annual' | 'quarter'
The period of the segmentation data (annual or quarter). Defaults to annual.
structure'flat' | 'hierarchical'
The structure of the response (flat or hierarchical). Defaults to flat.
Response
Successful response with revenue segmentation data by geography.
Example response
[
{
"date": "2023-09-30",
"symbol": "AAPL",
"americas": 162589000000,
"europe": 94294000000,
"greater-china": 72559000000,
"japan": 24261000000,
"rest-of-asia-pacific": 29582000000
}
]