Disclaimer: The code is provided as-is and the author takes no responsibility for any issues or damages arising from its use.
A comprehensive Python toolkit for retrieving and analyzing financial data using Financial Modeling Prep API.
- Retrieve stock symbol lists
- Download company profiles
- Extract financial statements
- Rank companies based on key metrics
- Export analysis to Excel
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Set API key:
export FINANCIAL_MODELING_PREP_API_KEY=your_api_key
Run python main.py
to execute the financial analysis.
Please follow good practice for submitting pull requests.