jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.69k stars 458 forks source link

r.stocks.get_stock_historicals(stockTicker, interval='day', span='5year', bounds='regular') returns null #183

Open AnabetsyR opened 3 years ago

AnabetsyR commented 3 years ago

I have tried everything using v1.5.2. and previous versions but it keeps returning null for historicals. Does anybody have a solution or recommendation for this?

AlifUnseen commented 3 years ago

138 seems related

AnabetsyR commented 3 years ago

Yes. I first went there and tried their approach but it didn't seem to work for me.