get_trades
Retrieve recent trade ticks for a given security symbol. Specify symbol and optional count to get tick-level trade data.
Instructions
Get recent trade ticks for a symbol.
Directly invoke for tick-level trade data. get_trades(symbol="000001.SZ", count=50)
Args: symbol: Security symbol count: Number of trades (default 100, max 1000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |