API Documentation

⌘K
GET/api/1/etf/flows/{ticker}

ETF Flows API

Returns daily fund flow data (inflows/outflows) for a given ETF ticker

Parameters

2
daysnumber
query

Look-back window in days (default 90, max 365)

tickerstringrequired
path

ETF ticker symbol (e.g. SPY, QQQ)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/etf/flows/AAPL?days=90' \
  -H 'Accept: application/json'
200 Response
Default Response