mdipierro / nlib

The book "Annotated Algorithms in Python" and the nlib.py library
1.33k stars 115 forks source link

YStock not working? #15

Open pbamotra opened 7 years ago

pbamotra commented 7 years ago

Following code returns an empty array.

google = YStock('GOOG')
google.historical(start=datetime.date(2016,1,1), stop=datetime.date(2016,5,30))
mdipierro commented 7 years ago

damn! last week Yahoo changed the API. Will move to google finance.