get_quote_price_depth
Access detailed price depth quotes for any stock symbol, with output options for JSON, DataFrame, or AI-friendly toon format.
Instructions
Get quote price depth from stock market Args: symbol: str (symbol to get price depth) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| output_format | No | toon |