메인 콘텐츠로 건너뛰기
GET
/
api
/
v1
/
market
/
movers
시장 급등·급락 종목
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/market/movers?token='
{
  "result": {
    "fromDate": "2026-01-14T16:00:00.000-05:00",
    "toDate": "2026-01-15T15:59:00.000-05:00",
    "snapTo": "[Snap id=1384473, date=2026-01-15T20:59:00.000Z]",
    "usePreviousClose": true,
    "gainers": [
      {
        "symbol": "SPHL",
        "price": 17.6,
        "change": 15.35,
        "changePercent": 682.22,
        "volume": "110157546",
        "close": 17.6,
        "companyName": "Springview Holdings",
        "averageVolume": 54118,
        "previousClose": 2.25,
        "marketCap": "3717459",
        "gicsSectorName": "Consumer Discretionary",
        "shareFloat": "627204",
        "isin": "KYG837611170"
      },
      {
        "symbol": "CJMB",
        "price": 4.23,
        "change": 3.11,
        "changePercent": 277.67,
        "volume": "192332880",
        "close": 4.23,
        "companyName": "Callan Jmb",
        "averageVolume": 38277,
        "previousClose": 1.12,
        "marketCap": "5177790",
        "gicsSectorName": "Industrials",
        "shareFloat": "1412527",
        "isin": "US1311001093"
      },
      {
        "symbol": "MLEC",
        "price": 7.48,
        "change": 3.95,
        "changePercent": 111.89,
        "volume": "9590059",
        "close": 7.48,
        "companyName": "Moolec Science",
        "averageVolume": 38513,
        "previousClose": 3.53,
        "marketCap": "2563193",
        "gicsSectorName": "Consumer Staples",
        "shareFloat": "573192",
        "isin": "KYG6223S1259"
      }
    ]
  }
}
{
  "result": {
    "fromDate": "2026-01-14T16:00:00.000-05:00",
    "toDate": "2026-01-15T15:59:00.000-05:00",
    "snapTo": "[Snap id=1384473, date=2026-01-15T20:59:00.000Z]",
    "usePreviousClose": true,
    "gainers": [
      {
        "symbol": "SPHL",
        "price": 17.6,
        "change": 15.35,
        "changePercent": 682.22,
        "volume": "110157546",
        "close": 17.6,
        "companyName": "Springview Holdings",
        "averageVolume": 54118,
        "previousClose": 2.25,
        "marketCap": "3717459",
        "gicsSectorName": "Consumer Discretionary",
        "shareFloat": "627204",
        "isin": "KYG837611170"
      },
      {
        "symbol": "CJMB",
        "price": 4.23,
        "change": 3.11,
        "changePercent": 277.67,
        "volume": "192332880",
        "close": 4.23,
        "companyName": "Callan Jmb",
        "averageVolume": 38277,
        "previousClose": 1.12,
        "marketCap": "5177790",
        "gicsSectorName": "Industrials",
        "shareFloat": "1412527",
        "isin": "US1311001093"
      },
      {
        "symbol": "MLEC",
        "price": 7.48,
        "change": 3.95,
        "changePercent": 111.89,
        "volume": "9590059",
        "close": 7.48,
        "companyName": "Moolec Science",
        "averageVolume": 38513,
        "previousClose": 3.53,
        "marketCap": "2563193",
        "gicsSectorName": "Consumer Staples",
        "shareFloat": "573192",
        "isin": "KYG6223S1259"
      }
    ]
  }
}

인증

token
string
query
필수

쿼리 매개변수

maxResults
integer

반환할 결과의 최대 개수입니다. 응답의 크기를 결정합니다.

from
string

movers 데이터의 시작 일시입니다. 형식: YYYY-MM-DD 또는 YYYY-MM-DDTHH:MM:SS

to
string

movers 데이터의 종료 일시입니다. 형식: YYYY-MM-DD 또는 YYYY-MM-DDTHH:MM:SS

session
string

상승/하락 종목(movers)을 필터링하는 데 사용되는 거래 세션입니다. 예: PRE_MARKET, REGULAR, AFTER_MARKET

screenerQuery
string

특정 기준에 따라 종목을 필터링하기 위한 사용자 정의 스크리너 쿼리 문자열

moversQuery
string

특정 움직임 패턴이나 임계값을 정의하는 데 사용하는 맞춤형 movers 쿼리 string

응답

시장 변동 주도 종목 데이터

The response is of type object.