get_company_shareholders
Retrieve the list of shareholders for a company listed on the Vietnam stock market by providing its stock symbol.
Instructions
Get company shareholders from stock market Args: symbol: str 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 |