メインコンテンツへスキップ
GET
/
api
/
v1
/
shortinterest
空売り残高データ
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/shortinterest?token='
{
  "shortInterestData": {
    "AAPL": {
      "data": [
        {
          "recordDate": "2026-01-12",
          "symbol": "AAPL",
          "company": "Apple Inc. Common Stock",
          "totalShortInterest": "112732788",
          "daysToCover": 2.71,
          "shortPercentOfFloat": 0.77,
          "shortPriorMo": "122035714",
          "percentChangeMoMo": -7.62,
          "sharesFloat": "14688854878",
          "averageDailyVolume": "41632615",
          "sharesOutstanding": "14697926000",
          "exchange": "NNM",
          "sector": "Technology",
          "industry": "Consumer Electronics",
          "exchangeReceiptDate": "2026-01-05",
          "settlementDate": "2025-12-31"
        }
      ]
    }
  }
}
{
  "shortInterestData": {
    "AAPL": {
      "data": [
        {
          "recordDate": "2026-01-12",
          "symbol": "AAPL",
          "company": "Apple Inc. Common Stock",
          "totalShortInterest": "112732788",
          "daysToCover": 2.71,
          "shortPercentOfFloat": 0.77,
          "shortPriorMo": "122035714",
          "percentChangeMoMo": -7.62,
          "sharesFloat": "14688854878",
          "averageDailyVolume": "41632615",
          "sharesOutstanding": "14697926000",
          "exchange": "NNM",
          "sector": "Technology",
          "industry": "Consumer Electronics",
          "exchangeReceiptDate": "2026-01-05",
          "settlementDate": "2025-12-31"
        }
      ]
    }
  }
}

承認

token
string
query
必須

クエリパラメータ

symbols
string
必須

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

finraReport
boolean

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

page
integer

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

pageSize
integer

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

from
string

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

to
string

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

レスポンス

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

The response is of type object.