get_top_gainers
Retrieve top gaining stocks from KOSPI or KOSDAQ markets, ranked by highest daily percentage change, with configurable count and details including ticker, name, change percent, close price, and date.
Instructions
Return the top N stocks ranked by daily change percent (descending).
Args: market: 'KOSPI' or 'KOSDAQ'. top_n: 1..50. Returns: List of {ticker, name, changePct, close, asOf}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | KOSPI | |
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |