robinhood-unofficial / pyrh

Python Framework to make trades with the unofficial Robinhood API
https://pyrh.readthedocs.io/en/latest/
MIT License
1.78k stars 603 forks source link

get_quote_list using ['F', 'CRON'] return InvalidTickerSymbol exception #253

Closed jgansl closed 4 years ago

jgansl commented 4 years ago

get_quote_list using ['F', 'CRON'] return InvalidTickerSymbol exception

usage:

symbols = ['F', 'CRON']
rh.get_quote_list(','.join(symbols))
Traceback (most recent call last):
  File "tradepyrh.py", line 25, in <module>
    res = rh.get_quote_list(','.join(symbols))
  File "/Users/jessegansler/Documents/env/lib/python3.7/site-packages/pyrh/robinhood.py", line 493, in get_quote_list
    data = self.quote_data(stock)
  File "/Users/jessegansler/Documents/env/lib/python3.7/site-packages/pyrh/robinhood.py", line 438, in quote_data
    raise RH_exception.InvalidTickerSymbol()
pyrh.exceptions.InvalidTickerSymbol
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.