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

# Flows

`GET /api/fund/flows`

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

Returns quarterly fund flow data with monthly granularity — sales (inflows), redemptions (outflows), reinvestments, and monthly returns. Sourced from SEC N-PORT filings. Most recent quarter first. Historical depth depends on subscription tier.

## Query parameters

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

## Response `200`

Quarterly fund flow data (most recent first)

- object[]
  - `reportDate` string
  - `returnMon1` number, nullable — Month 1 return (%)
  - `returnMon2` number, nullable — Month 2 return (%)
  - `returnMon3` number, nullable — Month 3 return (%)
  - `flowSalesMon1` number, nullable — Month 1 inflows/sales (USD)
  - `flowReinvestMon1` number, nullable — Month 1 reinvestments (USD)
  - `flowRedemptionMon1` number, nullable — Month 1 outflows/redemptions (USD)
  - `flowSalesMon2` number, nullable
  - `flowReinvestMon2` number, nullable
  - `flowRedemptionMon2` number, nullable
  - `flowSalesMon3` number, nullable
  - `flowReinvestMon3` number, nullable
  - `flowRedemptionMon3` number, nullable
  - `netAssets` number — Net assets / AUM at quarter end (USD)
  - `totalAssets` number — Total assets at quarter end (USD)

## 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)
