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
Trying to pull crypto quantities held for buy within Robinhood using robin_stocks :
robin_stocks.robinhood.crypto.get_crypto_positions(info=None)
Above function returns all the required values except puts 0s for quantity_held_for_buy I have tried this using different crypto symbols held for buy, but I only get return 0 value for the quantities held for buy. I think this is a bug because everything else seem to be working fine.
I posted this question on Stackoverflow but no responses, so I am posting it here to see if anyone can help.
Trying to pull crypto quantities held for buy within Robinhood using robin_stocks :
robin_stocks.robinhood.crypto.get_crypto_positions(info=None)
Above function returns all the required values except puts 0s for quantity_held_for_buy I have tried this using different crypto symbols held for buy, but I only get return 0 value for the quantities held for buy. I think this is a bug because everything else seem to be working fine.
Any help is very much appreciated. Thanks, Sean