Developed Python scripts to extract data from EOD Historical Data API and load it into a MySQL database. Additionally, storage and hosting setup using AWS, ensuring efficient data management and access.
- Clone or Download repo.
- Create a local MySQL database, get connection info.
- Get API key for EOD Historical Data API
- cd into folder.
- Create config folder for keys and db info.
- Run symbolApiRun.py to get stocks symbols.
- Run stockApiRun after retrieving symbols.
- Python
- MySQL
- Amazon Web Services ( EC2, RDS )
- EOD Historical Data API
This project is licensed under the MIT License - see the LICENSE.md file for details