ETF Inflow/Outflow
Returns an ETF's inflow and outflow
get/api/etfs/{ticker}/in-outflow
Path parameters
tickerstring required
Response
Successful response
Example response
{
"data": [
{
"change": -50,
"date": "2024-01-09T00:00:00.000Z",
"volume": 23132119
}
]
}