Skip to main content
GET
/
api
/
market-data
/
quote
/
short_trades
Get daily short-sale volume
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/short_trades \
  --header 'x-api-key: <api-key>'
{
  "shortTrades": {
    "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

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

Daily short-sale volume

shortTrades
object