🚀 Version 2.0 Documentation is now live! See our changelog for details.
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"
}
]
}
}
}
指定した証券の空売り残高データを取得します。空売り株数、カバー日数(days to cover)、空売り比率に関する情報を含みます。オプションでFINRAレポートデータおよび日付範囲によるフィルタリングをサポートします。
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"
}
]
}
}
}
株式のtickerシンボルのカンマ区切りリスト(例: AAPL,MSFT,TSLA)。必須。
FINRA の空売り残高レポートデータを含めるかどうか。デフォルト: false
ページネーションに使用するページ番号。pageSize パラメータと併せて使用します。
1ページあたりの結果数。デフォルト値はエンドポイントごとに異なります。
空売り残高データの開始日。形式:YYYY-MM-DD
空売り残高データの終了日。形式:YYYY-MM-DD
リクエストされたシンボルの空売り残高データ
The response is of type object.
このページは役に立ちましたか?