Simple application that generates Excel reports with some stock company data
visit https://finnhub.io/ and get your API key
git clone https://github.com/JakubPluta/stock-screener.git
pip install -r requirements
python src/main/python/application.py --ticker="" --api_key="" --filename="" --directory=""
pytest src/main/python/tests
- pandas - For data manipulation
- requests - To communicate with API
- openpyxl - Used to generate Excel files
- Jakub Pluta - github