Closed ghost closed 4 years ago
btc = r.get_crypto_historical("BTC","hour","year","24_7")
to btc = r.get_crypto_historical("BTC","week","year","24_7")
and the request workednothing other than the above works.
I think Robinhood API made some changes. And now, interval='5minute' or '10minute' works only with span='day' or 'week'.
Thanks for the comments folks. Closing this out!
First, thank you for your awesome work.
Second, I am trying to request BTC historical data for a
year
or5year
out from today and am getting the following error:day
,week
,month
, &3month
butyear
and5year
do not work.