Skip to content

An adaptation from Part Time Larry's "Candlestick Charts in Python" videos on retrieving historical stock prices programmatically with yahoo finance python package and the IEX Cloud platform. Plotly is then used to chart the data.

Notifications You must be signed in to change notification settings

roderpad/GetStockData

Repository files navigation

Description

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.

Usage

  • 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!

Links

Screenshots

Home Page

Built With

  • Python
  • Plotly

Future Updates

  • I may update with any future methods of obtaining stock price data programmatically.

Author

Paden Roder

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About

An adaptation from Part Time Larry's "Candlestick Charts in Python" videos on retrieving historical stock prices programmatically with yahoo finance python package and the IEX Cloud platform. Plotly is then used to chart the data.

Topics

Resources

Stars

Watchers

Forks