get_quote
Retrieve current bid, ask, and last prices for any symbol from your broker.
Instructions
Get current quote (bid/ask/last) for a symbol from a broker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker | Yes | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ask | No | ||
| bid | No | ||
| last | No | ||
| symbol | No | ||
| volume | No | ||
| timestamp | No |