Skip to content

Mega-Barrel/yfin-etl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airflow-yfin

Overview

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.

Installation

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

Usage

To use the Yahoo Finance ETL Tool, follow the steps below:

Documentation

For detailed information about the functions and their parameters, please refer to the project's documentation available in the 'docs' directory.

Contributing

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.

License

This project is licensed under the MIT License. See the 'LICENSE' file for more information.

Releases

No releases published

Packages

No packages published

Languages