get_market_data
Retrieve current market data for securities, including price, volume, bid/ask, and change. Specify a ticker to get quotes or omit it to view all securities across a chosen market.
Instructions
Get current market data for securities: price, volume, bid/ask, change. Defaults to stock/shares market.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | Trading board (e.g. 'TQBR'). If omitted, returns data across all boards | |
| engine | No | Trading engine (default 'stock') | stock |
| market | No | Market (default 'shares') | shares |
| security | No | Security ticker (e.g. 'SBER'). If omitted, returns all securities in the market |