The Yahoo Finance ETL script extracts financial data from Yahoo Finance's API, transforms and cleans the data, and loads it into an SQLite database. The project also includes test cases to validate the ETL process for accuracy and reliability.
To use the Yahoo Finance ETL Tool, follow the steps below:
1. Clone the repository: git clone https://github.com/Mega-Barrel/yfin-etl.git
2. Navigate to the project directory: cd yfin-etl
3. Set up a virtual environment (optional but recommended):
-
On Windows:
python -m venv venv venv\Scripts\activate
-
On Linux/macOS:
python3 -m venv venv source venv/bin/activate
4. Install the required dependencies: pip install -r requirements.txt
To use the Yahoo Finance ETL Tool, follow the steps below:
For detailed information about the functions and their parameters, please refer to the project's documentation available in the 'docs' directory.
Contributions to the Yahoo Finance ETL Tool are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.
This project is licensed under the MIT License. See the 'LICENSE' file for more information.