get_recent_trades
Retrieve recent executed trades for a stock symbol. Set count from 1 to 50 to control the number of trades returned.
Instructions
Get the most recent executed trades (체결) for a single symbol.
Args: symbol: A single ticker symbol, no market prefix, e.g. '005930' (KRX) or 'AAPL' (US). Only one symbol is accepted per call. count: Number of recent trades to return, between 1 and 50.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||