quandl / quandl-python

MIT License
1.38k stars 338 forks source link

get returns first rows instead of last rows. #75

Closed thigm85 closed 8 years ago

thigm85 commented 8 years ago

mydata = quandl.get("WIKI/AAPL", rows=5) is returning the first 5 rows instead of the last 5 rows as it is intended to do.

thigm85 commented 8 years ago

Bug was reported and solved by Quandl.