stock_snapshot_trade
Retrieve real-time last trade data for stocks by symbol, with optional venue and time filters. Use it to track current market trades and make informed decisions.
Instructions
[STANDARD] Real-time last trade for a stock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. Specify '*' for all symbols or a comma separated list when appropriate. | |
| min_time | No | Filters snapshots to include only data with a timestamp greater or equal to the specified value (HH:mm:ss.SSS format). |