Closed Calrider closed 4 years ago
Robinhood.get_quote_list fails when given a single stock ticker or multiple stock tickers
from pyrh import Robinhood rh = Robinhood() rh.login(username='xxxx', password='xxxx') rh.get_quote_list(stock='MSFT') # raises KeyError: '' rh.get_quote_list(stock='MSFT,XOM') # raises RH_exception.InvalidTickerSymbol()
-->
list of stock data
Hello @Calrider, I'm running into this bug too. Is there a reason you closed this ticket? Did you find a solution? Thank you!
Checklist
Description
Robinhood.get_quote_list fails when given a single stock ticker or multiple stock tickers
Steps/Code to Reproduce
-->
Results
list of stock data
Versions