---
title: "Company Revenue Segments"
method: GET
path: "/v2/company/get-segments/{symbol}/"
tags: ["Detailed Reports"]
---

# Company Revenue Segments

`GET /v2/company/get-segments/{symbol}/`

Returns a Sankey-graph-ready revenue and cost segment breakdown for a given company and financial year. Not all companies have segment data — use the [Companies with Revenue Segments](../helper-list/companies-segments-list) endpoint to check availability.

<Note>IDX symbol: 4 letters, optionally followed by `.jk` (case-insensitive). E.g. `BUMI`, `TLKM`, `ASII`.</Note>

<Info>Costs 1 API credit.</Info>

## Path parameters

- `symbol` string, required

## Query parameters

- `financial_year` integer

## Response `200`

Revenue breakdown with Sankey-style source/target nodes.

- CompanyRevenueSegments
  - `symbol` string, required — Ticker symbol.
  - `financial_year` integer, required — Financial year of the data.
  - `revenue_breakdown` SankeyNode[], required
    - `value` number, double, required — Segment value in IDR.
    - `source` string, required — Source node label.
    - `target` string, required — Target node label.

## Other responses

- `400` — Invalid symbol or year.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.dev/sectors/apis/sectors-api.md) · [All operations](https://skmtc.dev/sectors/apis/sectors-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sectors/sectors-api/revisions/49e492f19d77/schema)
