Recent Trades
tradesFetch up to 1000 recent trades for a security symbol, returning price, volume, timestamp, trade type, and direction to analyze market activity.
Instructions
Get recent trades (max 1000). Returns trades[]{price, volume, timestamp, trade_type, direction} for the symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Maximum number of results (max 1000) | |
| symbol | Yes | Security symbol, e.g. "700.HK" |