Skip to main content
GET
/
v1
/
analytics
/
net-inflow
Get Net Inflow
curl --request GET \
  --url https://api.aries.com/v1/analytics/net-inflow \
  --header 'Authorization: Bearer <token>'
{ "nasdaqNetInflow": 125000000.5, "nasdaqTradeCount": 8500000, "nyseNetInflow": 98000000.25, "nyseTradeCount": 6200000, "timestamp": "2026-01-15T16:00:00Z" }

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Response

Net inflow data retrieved successfully

nasdaqNetInflow
number

NASDAQ net inflow value

nasdaqTradeCount
integer<uint64>

Number of NASDAQ trades

nyseNetInflow
number

NYSE net inflow value

nyseTradeCount
integer<uint64>

Number of NYSE trades

timestamp
string

Data timestamp