---
title: "Flows chart"
method: GET
path: "/api/fund/chart/flows"
tags: ["ETF/MF"]
---

# Flows chart

`GET /api/fund/chart/flows`

![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Chart-ready fund flow data over time. Use `series` for absolute values (Net Flows, Net Assets)
and `rates` for the normalized flow-to-AUM ratio. Periods are sorted ascending for direct charting.
Net flows = total sales - total redemptions per quarter.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string

## Response `200`

Series-oriented chart data with periods sorted ascending

- object
  - `periods` string[] — Quarter-end dates sorted ascending
  - `series` object[] — Absolute value series: Net Flows (sales - redemptions) and Net Assets
    - `name` string
    - `data` number[]
  - `rates` object[] — Normalized ratio: Flow-to-AUM as a decimal (0.03 = 3%)
    - `name` string
    - `data` number[]

## Other responses

- `400` — Symbol not found or not a fund (ETF or mutual fund)
- `403` — Feature not available on current plan

---

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