Python Project 3 : Automated Financial Analysis using python
I developed a Python program that fetches financial data for companies using an API, performs detailed financial analysis with key ratios, and saves the results to an Excel file with the help of the openpyxl package. Working on this project…