Skip to main content
Query company financial statements with FinancialDatasetsTools.
Several additional methods in Agno v2.7.2 target older Financial Datasets endpoint or parameter contracts. This example registers only get_income_statements and get_balance_sheets, which match the current Financial Datasets OpenAPI.

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as financial_datasets_tools.py, then run:
Full source: cookbook/91_tools/financial_datasets_tools.py