Skip to main content
GET
/
api
/
aitaquote
/
quote
/
capital_flow
获取标的当日资金流向
curl --request GET \
  --url https://fcontext.com/api/aitaquote/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

当日资金流向(分钟级序列)

capitalFlow
object[]