v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

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
    }
  ]
}