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

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

沽空持仓数据

shortPositions
object