We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13dcb9 commit 0730feeCopy full SHA for 0730fee
pandas_datareader/nasdaq_trader.py
@@ -106,4 +106,6 @@ def get_nasdaq_symbols(retry_count=3, timeout=30, pause=None):
106
retry_count -= 1
107
time.sleep(pause)
108
109
+ if _ticker_cache is None:
110
+ raise RemoteDataError # no data collected
111
return _ticker_cache
0 commit comments