get_volume_ranking
Rank stocks by trading volume (shares) or trade value (won). Select market: KOSPI, KOSDAQ, or all, and set the number of top stocks to retrieve.
Instructions
거래량/거래대금 순위 — 상위 종목을 가져옵니다.
"거래량 많은 종목" → sort_by="volume" (기본, 주수 기준) "거래대금 많은 종목"/"거래 규모 큰 종목" → sort_by="trade_value" (원 기준)
대형 고단가 종목(삼전·하이닉스 등)은 거래량(주수)이 작아도 거래대금은 클 수 있어 스크리닝 시에는 sort_by="trade_value"가 더 적합한 경우가 많습니다.
Args: market: "KOSPI" / "KOSDAQ" / "ALL" (기본 ALL) count: 가져올 종목 수 (기본 50, 최대 500) sort_by: "volume"(거래량 주수) / "trade_value"(거래대금 원)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ALL | |
| count | No | ||
| sort_by | No | volume |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |