---
title: "Daily Net Foreign Inflow"
method: GET
path: "/v2/foreign-flow/{symbol}/"
tags: ["Brokers"]
---

# Daily Net Foreign Inflow

`GET /v2/foreign-flow/{symbol}/`

Daily net foreign-broker inflow (IDR) for one IDX ticker over a date range up to 90 days. Positive `net_foreign_inflow` means foreign brokers were net buyers that day; negative means foreign brokers were net sellers. Useful for tracking foreign sentiment and capital flow on a specific stock.

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

<Note>Only foreign flow is returned because the exchange is a closed market: for any `(symbol, date)`, foreign and domestic net values always sum to zero, so domestic flow is simply `-net_foreign_inflow`.</Note>

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

## Path parameters

- `symbol` string, required

## Query parameters

- `start` string
- `end` string

## Response `200`

Daily net foreign inflow for the symbol.

- ForeignFlowResponse
  - `symbol` string, required — Ticker symbol.
  - `start` string, date, required — Range start date.
  - `end` string, date, required — Range end date.
  - `data` ForeignFlowDailyPoint[], required
    - `date` string, date, required
    - `net_foreign_inflow` integer, required — IDR. Positive = foreign brokers were net buyers that day.

## Other responses

- `404` — Symbol not found in broker data.
- `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)
