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.55k stars 7.85k forks source link

replacement for ystockquote #384

Open bicepjai opened 6 years ago

bicepjai commented 6 years ago

In Chapter6_Priorities, the stock quote example need to update the usage of ystockquote library since yahoo api has been discontinued.

rsvp commented 6 years ago

@bicepjai The whole ecosystem for equities data
which depends upon Yahoo and Google Finance has recently been disrupted
.

Remedies and alternatives are in progress, see https://github.com/rsvp/fecon235/issues/7 for details.