Skip to main content
GET
/
api
/
market-data
/
quote
/
capital_flow
Get intraday capital flow
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/capital_flow \
  --header 'x-api-key: <api-key>'
{
  "capitalFlow": [
    {
      "inflow": "<string>",
      "timestamp": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

symbol
string
required

Response

Intraday capital-flow series

capitalFlow
object[]