get_company_officers
Retrieve company officers from the Vietnam stock market. Filter by working, resigned, or all officers, and choose output format for AI or other uses.
Instructions
Get company officers from stock market Args: symbol: str filter_by: Literal['working', "all", 'resigned'] = 'working' 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 | ||
| filter_by | No | working | |
| output_format | No | toon |