---
title: "ETF Inflow/Outflow"
method: GET
path: "/api/etfs/{ticker}/in-outflow"
---

# ETF Inflow/Outflow

`GET /api/etfs/{ticker}/in-outflow`

Returns an ETF's inflow and outflow

## Path parameters

- `ticker` string, required

## Response `200`

Successful response

- ETFInOutFlowResponse
  - `data` ETFInOutflow[]
    - `change` integer — The net in/outflow measured as volume.
    - `change_prem` string — The net in/outflow measured as premium.
    - `close` string — The latest stock price of the ticker.
    - `date` string, date — An ISO date.
    - `is_fomc` boolean — If the date has an FOMC announcement.
    - `volume` integer — The volume of the ticker for the trading day.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
