Get Net Inflow
Analytics
Net Inflow
Retrieve net capital inflow and outflow data for major exchanges including NASDAQ and NYSE. Track institutional money flow and market sentiment by analyzing whether capital is entering or exiting the market.
Use Case: Create an institutional flow tracker showing whether smart money is accumulating or distributing stocks.
GET
Get Net Inflow
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Response
Net inflow data retrieved successfully
Net market inflow snapshot for Nasdaq and NYSE. Use it to show whether reported flow is net buying or net selling.
Example:
{
"nasdaqNetInflow": 125000000.5,
"nasdaqTradeCount": 8500000,
"nyseNetInflow": 98000000.25,
"nyseTradeCount": 6200000,
"timestamp": "2026-03-09T13:48:11.726532Z"
}