---
title: "Top Brokers Daily Ranking"
method: GET
path: "/v2/brokers/top/"
tags: ["Brokers"]
---

# Top Brokers Daily Ranking

`GET /v2/brokers/top/`

Brokers ranked by gross trade value (default) or absolute net flow for a single date. Optionally filter by `origin` (foreign/domestic) and `cohort` (retail/mixed/institutional/unknown). Returns all matching brokers if `n_brokers` is omitted.

<Note>Origin and cohort classifications come from the broker registry. Retrieve the full list with these classifications from the [Broker Registry](./broker-registry) endpoint.</Note>

<Info>Costs 2 API credits.</Info>

## Query parameters

- `cohort` 'all' | 'institutional' | 'mixed' | 'retail' | 'unknown'
- `date` string
- `metric` 'gross' | 'net'
- `n_brokers` integer
- `origin` 'all' | 'domestic' | 'foreign'

## Response `200`

Ranked brokers with trade values for the target date.

- TopBrokersResponse
  - `date` string, date, required
  - `metric` string, required
  - `origin` string, required
  - `cohort` string, required
  - `results` TopBrokersRow[], required
    - `rank` integer, required — 1-indexed rank within the day.
    - `broker_code` string, required
    - `gross` integer, required — Sum of buy + sell value (IDR).
    - `net` integer, required — Sum of net value (IDR, signed).

## Other responses

- `404` — No broker activity available.
- `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)
