get_quotes
Retrieve real-time market data including last price, bid, ask, and volume for one or more stock, crypto, or option symbols.
Instructions
Get real-time quotes for one or more symbols.
Returns last price, bid, ask, volume, and other market data.
Args: symbols: List of ticker symbols (e.g. ["AAPL", "GOOGL"]). instrument_type: Type for all symbols. One of EQUITY, CRYPTO, OPTION, INDEX, ALT, BOND, TREASURY. Default is EQUITY. For mixed types, call this tool multiple times. account_id: Account ID. Optional if PUBLIC_COM_ACCOUNT_ID is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| instrument_type | No | EQUITY | |
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |