This project is adapted from Part Time Larry's "Candlestick Charts in Python" video on retrieving historical stock prices programmatically with yahoo finance python package as well as with the IEX Cloud platform. We then given an example of how to plot the prices using plotly.
- Fork this repo or download to your local machine.
- pip install packages in requirements.txt.
- Gather data by running *.py files in DataSources directory. These will generate csv files.
- Plot data by running chart.py.
- Edit files to your liking. Enjoy!
- Python
- Plotly
- I may update with any future methods of obtaining stock price data programmatically.
Paden Roder
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!