Skip to content

Program that retrieves historical stock data from an API and stores in a database hosted on AWS

License

Notifications You must be signed in to change notification settings

kkote/stocks-data

Repository files navigation

Stocks Data

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.

How to Use

  1. Clone or Download repo.
  2. Create a local MySQL database, get connection info.
  3. Get API key for EOD Historical Data API
  4. cd into folder.
  5. Create config folder for keys and db info.
  6. Run symbolApiRun.py to get stocks symbols.
  7. Run stockApiRun after retrieving symbols.

Built With

  • Python
  • MySQL
  • Amazon Web Services ( EC2, RDS )
  • EOD Historical Data API

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Program that retrieves historical stock data from an API and stores in a database hosted on AWS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages