---
title: "Revenue Breakdown"
method: GET
path: "/stock/revenue-breakdown"
tags: ["Default"]
---

# Revenue Breakdown

`GET /stock/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](mailto:support@finnhub.io) to inquire about the access for Global standardized data.

## Query parameters

- `symbol` string
- `cik` string

## Response `200`

successful operation

- RevenueBreakdown
  - `symbol` string — Symbol
  - `cik` string — CIK
  - `data` BreakdownItem[] — Array of revenue breakdown over multiple periods.
    - `accessNumber` string — Access number of the report from which the data is sourced.
    - `breakdown` object

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
