메인 콘텐츠로 건너뛰기
GET
/
api
/
v1
/
market
/
movers
시장 주도주
curl --request GET \
  --url 'https://api.example.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"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://benzinga-2-locadex-parallel-main.mintlify.app/llms.txt

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

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

급등락 종목을 필터링할 거래 세션입니다. 예: PRE_MARKET, REGULAR, AFTER_MARKET

screenerQuery
string

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

moversQuery
string

특정 변동 패턴이나 임계값을 정의하기 위한 Custom Movers용 쿼리 string

응답

시장의 주요 변동종목 데이터

The response is of type object.