get_recent_trades
Fetch recent executed trades for a single symbol, with optional count from 1 to 50. Check recent transaction prices and volumes to support trading analysis.
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 | |||