Skip to main content
GET
/
api
/
v1
/
shortinterest
空売り残高データ
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/shortinterest?token='
{}

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

株式のtickerシンボルのカンマ区切りリスト(例: AAPL,MSFT,TSLA)。必須。

finraReport
boolean

FINRA の空売り残高レポートデータを含めるかどうか。デフォルト: false

page
integer

ページネーションに使用するページ番号。pageSize パラメータと併せて使用します。

pageSize
integer

1ページあたりの結果数。デフォルト値はエンドポイントごとに異なります。

from
string

空売り残高データの開始日。形式:YYYY-MM-DD

to
string

空売り残高データの終了日。形式:YYYY-MM-DD

Response

リクエストされたシンボルの空売り残高データ

The response is of type object.