Skip to main content
HEAD
/
api
/
aitaquote
/
quote
/
short_positions
获取沽空持仓数据 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/quote/short_positions \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

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

标的代码,支持美股和港股。

count
integer
default:20

返回数量,默认 20,最大 100。

Required range: 1 <= x <= 100

Response

Market-data response headers.