Creating an Algorithmic Trading Prototyping Environment with Jupyter Notebooks and Plotly | QuantStart
quantstart.com·5d
📓Jupyter Notebooks
Preview
Report Post

Updated January 2023. Due to a Yahoo Finance API update at time of writing Pandas DataReader is unable to access data from Yahoo Finance. The content has been updated to reflect this.

In the previous article we installed Python and set up our virtual environment. We then used pandas-datareader directly in the python terminal in order to import some equities OHLC data and plot five years of the adjusted close price. This was accomplished in a few lines of code. However, once we closed the terminal we lost all the data. In this tutorial we will be setting up a prototyping environment using Jupyter notebook to analyse our data in a reproducible manner. The libraries we …

Similar Posts

Loading similar posts...