stock_history_trade
Fetch tick-level trade history for a stock within a specified date/time range, and choose the venue. Each request can return up to one month of trades.
Instructions
[STANDARD] Tick-level trade history for a stock. Max 1 month per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to fetch data for. If present, this overrides start_date and end_date. | |
| venue | No | Used to specify the venue of the real time or historic request. ``nqb`` = Nasdaq Basic; ``utp_cta`` = merged UTP & CTA. | nqb |
| symbol | Yes | The stock or index symbol, or underlying symbol for options. | |
| end_date | No | The end date (inclusive). | |
| end_time | No | The end time (inclusive) in the specified day. | 16:00:00 |
| start_date | No | The start date (inclusive). | |
| start_time | No | The start time (inclusive) in the specified day. | 09:30:00 |