Skip to main content
HEAD
/
api
/
market-data
/
quote
/
short_positions
Get short-position data headers
curl --request HEAD \
  --url https://openapi.fcontext.com/api/market-data/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

Security symbol; supports US and Hong Kong securities.

count
integer
default:20

Number of records to return, default 20, maximum 100.

Required range: 1 <= x <= 100

Response

Market-data response headers.