メインコンテンツへスキップ
GET
/
api
/
market-data
/
quote
/
short_trades
日次空売り出来高を取得
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/quote/short_trades \
  --header 'x-api-key: <api-key>'
{
  "shortTrades": {
    "data": [
      {}
    ]
  }
}

承認

x-api-key
string
header
必須

アカウント設定で生成された Financial Context key。x-api-key: <key> として送信します。

クエリパラメータ

symbol
string
必須

証券シンボル。US と香港証券をサポートします。

count
integer
デフォルト:20

返すレコード数。デフォルトは 20、最大 100。

必須範囲: 1 <= x <= 100

レスポンス

日次空売り出来高

shortTrades
object