Skip to main content
GET
/
api
/
aitaquote
/
quote
/
trade_stats
获取价位成交量分布
curl --request GET \
  --url https://fcontext.com/api/aitaquote/quote/trade_stats \
  --header 'x-api-key: <api-key>'
{
  "stats": {
    "statistics": {},
    "trades": [
      {}
    ]
  }
}

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

价位成交量分布

stats
object