---
title: "GET /etf-global/v1/fund-flows"
method: GET
path: "/etf-global/v1/fund-flows"
tags: ["etfglobal"]
---

# GET /etf-global/v1/fund-flows

`GET /etf-global/v1/fund-flows`

ETF Global fund flow data containing information about ETF share movements, net asset values, and fund flow metrics.

## Query parameters

- `processed_date` string
- `processed_date.gt` string
- `processed_date.gte` string
- `processed_date.lt` string
- `processed_date.lte` string
- `effective_date` string
- `effective_date.gt` string
- `effective_date.gte` string
- `effective_date.lt` string
- `effective_date.lte` string
- `composite_ticker` string
- `composite_ticker.any_of` string
- `composite_ticker.gt` string
- `composite_ticker.gte` string
- `composite_ticker.lt` string
- `composite_ticker.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `composite_ticker` string — The stock ticker symbol used to identify this ETF on exchanges.
    - `effective_date` string, date — The date showing when the information was accurate or valid; some issuers, such as Vanguard, release their data on a delay, so the effective_date can be several weeks earlier than the processed_date.
    - `fund_flow` number, double — The net daily capital flow into or out of the ETF through the creation and redemption process, where positive values indicate inflows and negative values indicate outflows.
    - `nav` number, double — The net asset value per share, representing the per-share value of the ETF's underlying holdings.
    - `processed_date` string, date — The date showing when ETF Global received and processed the data.
    - `shares_outstanding` number, double — The total number of ETF shares currently issued and outstanding in the market.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

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