---
title: "Get Revenue by Geographic Segment"
method: GET
path: "/company/revenue-segmentation/geography/{symbol}"
tags: ["Company", "Revenue Segmentation"]
---

# Get Revenue by Geographic Segment

`GET /company/revenue-segmentation/geography/{symbol}`

Fetches a breakdown of a company's revenue by geographic segment for a given stock symbol, optionally filtered by period (annual/quarter).

## Path parameters

- `symbol` string, required

## Query parameters

- `period` 'annual' | 'quarter'
- `structure` 'flat' | 'hierarchical'

## Response `200`

Successful response with revenue segmentation data by geography.

- object[]
  - `date` string, date
  - `symbol` string
  - `americas` number
  - `europe` number
  - `greater-china` number
  - `japan` number
  - `rest-of-asia-pacific` number

## Other responses

- `400` — Bad Request - Symbol parameter missing or invalid query parameters.
- `404` — Not Found - No geographic revenue segmentation data found for the requested symbol/period.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
