메인 콘텐츠로 건너뛰기
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"
        }
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.benzinga.com/llms.txt

Use this file to discover all available pages before exploring further.

{
  "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
필수

قائمة من رموز تداول الأسهم مفصولة بفواصل (مثل AAPL,MSFT,TSLA). حقل مطلوب.

finraReport
boolean

تضمين بيانات تقرير مراكز البيع على المكشوف من FINRA. القيمة الافتراضية: false

page
integer

رقم الصفحة لأغراض التقسيم إلى صفحات. يُستخدم مع معلمة pageSize.

pageSize
integer

عدد النتائج في كل صفحة. تختلف القيمة الافتراضية حسب إعدادات نقطة النهاية.

from
string

تاريخ البدء لبيانات مراكز البيع على المكشوف. التنسيق: YYYY-MM-DD

to
string

تاريخ الانتهاء لبيانات مراكز البيع على المكشوف. الصيغة: YYYY-MM-DD

응답

بيانات مراكز البيع المكشوف للرموز المطلوبة

The response is of type object.