get_financial_statement
Retrieve comprehensive financial statements (income, balance sheet, cash flow) for Thai SET-listed stocks by symbol and year range.
Instructions
Get the balance sheet of stock in The Securities Exchange of Thailand (SET).
Args:
symbol (str): Stock symbol in The Securities Exchange of Thailand (SET).
from_year (int): The start YEAR of the financial statement for example 2024.
to_year (int): The end YEAR of the financial statement for example 2024.
Returns:
str: The constructed financial statement.
Include Income Statement, Balance Sheet, and Cash Flow Statement in CSV format with | as the delimiter.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| from_year | Yes | ||
| to_year | Yes |