get_all_symbols_by_industry
Get all stock symbols from the Vietnam market, optionally filtered by industry. Output formats include JSON, dataframe, or an AI-optimized format.
Instructions
Get all symbols from stock market Args: industry: str = None (if None, return all symbols) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame or json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| industry | No | ||
| output_format | No | toon |