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
Hi all. I'm pretty new with python and I am having issue using "find_options_by_expiration" function. When I run it, I get an error that says "ValueError: dictionary update sequence element #0 has length 28; 2 is required" which seems to stem from line 182 in "find_options_by_expiration". Speciically when the code calls " item.update(marketData)".
Hi all. I'm pretty new with python and I am having issue using "find_options_by_expiration" function. When I run it, I get an error that says "ValueError: dictionary update sequence element #0 has length 28; 2 is required" which seems to stem from line 182 in "find_options_by_expiration". Speciically when the code calls " item.update(marketData)".
Can anyone help me? Thank you.