This project is a Python-based application that fetches financial data from Yahoo Finance and injects this data into a SQL database.The SQL database itself has has been created from scratch using MYSQL.
- Fetches financial data from Yahoo Finance using the
yfinancelibrary. - Processes and prepares data for injection into a SQL database.
- Interacts with the databse using sqlalchemy Library.
- Clone this repository.
- Install the required Python dependencies by running
pip install -r requirements.txt.
Run the main Python script to fetch the financial data and inject it into the database.
This project is licensed under the terms of the MIT license. See LICENSE.md for more details.