This project focuses on fetching historical stock data and options data for automated analysis and trading purposes. The scripts are designed to retrieve data from external financial APIs and prepare it for further analysis.
To run this project, clone this repository and install the required dependencies:
pip install -r requirements.txt
Navigate to the /scripts
directory and execute the data fetching scripts via command line:
python fetch_stock_data.py
python fetch_options_data.py
These scripts will fetch data from sources like Alpha Vantage and Yahoo Finance, respectively.
Contributions are welcome. If you have suggestions for improving the data fetching process or adding new data sources, please open an issue or submit a pull request.
Distributed under the MIT License. See LICENSE
for more information.