get_trades
Retrieve historical trades for a stock by ticker symbol. Filter by date range and set row limit for paginated results.
Instructions
Historical trades for a stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock symbol. | |
| timestamp_gte | No | Inclusive lower bound ("YYYY-MM-DD" or ns/ms unix). | |
| timestamp_lt | No | Exclusive upper bound. | |
| limit | No | Max rows. Default 50. | |
| cursor | No | Pagination cursor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||