CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.5k stars 7.84k forks source link

`pandas_datareader` error in chapter 6 #556

Open Shayan-B opened 1 year ago

Shayan-B commented 1 year ago

running the code for Stocks examples returns and error related to pandas_datareader as below: image

alporter08 commented 6 months ago

I believe the problem is related to the Yahoo Fianance API no longer being accessible.