ETF Fund Flows
GET
/etf-global/v1/fund-flows
Track capital movements and investor activity across global ETFs. Access fund flow data that reveals market trends, investor sentiment, and the popularity of different ETF strategies over time.
Query Parameters
processed_date
string
The date showing when ETF Global received and processed the data. Value must be formatted 'yyyy-mm-dd'.
effective_date
string
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. Value must be formatted 'yyyy-mm-dd'.
composite_ticker
string
The stock ticker symbol used to identify this ETF on exchanges.
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '5000'.
sort
string
A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'composite_ticker' if not specified. The sort order defaults to 'asc' if not specified.
Response Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
composite_ticker
string
optional
The stock ticker symbol used to identify this ETF on exchanges.
effective_date
string
optional
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
optional
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
optional
The net asset value per share, representing the per-share value of the ETF's underlying holdings.
processed_date
string
optional
The date showing when ETF Global received and processed the data.
shares_outstanding
number
optional
The total number of ETF shares currently issued and outstanding in the market.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
loading...Run query unavailable
Create account or sign in to Polygon
Scroll to see updated query response
Response Object