메인 콘텐츠로 건너뛰기
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
필수

쉼표로 구분된 주식 티커 심볼 목록입니다(예: 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.