get_price_board
Retrieve price board data for Vietnam stock market symbols. Choose output as JSON, DataFrame, or toon format for AI.
Instructions
Get price board from stock market Args: symbols: list[str] (list of symbols to get price board) output_format: Literal['json', 'dataframe', 'toon'] = 'toon' (output format, 'toon' is optimized for AI) Returns: pd.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | ||
| output_format | No | toon |