Skip to main content
By default FinanceTools registers the seven “market brief” tools. Analyst work needs the long tail too: financial statements, insider trades, earnings history and SEC filings. Turn them on with all=True, or one at a time (financials=True, insider_trades=True, earnings=True, sec_filings=True).
analyst_mode.py

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 analyst_mode.py, then run:
Full source: cookbook/91_tools/finance/04_analyst_mode.py