Get Quote
get_quoteGet a market-data snapshot for any specified instrument—stocks, options, futures—by providing its symbol, security type, and optional contract details.
Instructions
Get a market-data snapshot for a fully specified instrument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ask | No | Best ask price. | |
| bid | No | Best bid price. | |
| last | No | Last traded price. | |
| conId | Yes | IBKR contract identifier. | |
| source | Yes | Source or feed identifier, e.g. 'IBKR_REALTIME'. | |
| symbol | Yes | Logical symbol identifier used in the request. | |
| volume | No | Session volume. | |
| askSize | No | Ask size in contracts or shares. | |
| bidSize | No | Bid size in contracts or shares. | |
| lastSize | No | Last traded size. | |
| timestamp | Yes | Timestamp of the quote in ISO 8601 format. |