Skip to content

Commit

Permalink
Add commented out line to quickly debug certain tickers.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyte committed Jan 10, 2022
1 parent 7090a36 commit 740b56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def get_resolved_securities():
tickers = {REFERENCE_TICKER: REF_TICKER}
if ALL_STOCKS:
return get_tickers_from_nasdaq(tickers)
# return {"1": {"ticker": "DTST", "sector": "MICsec", "industry": "MICind", "universe": "we"}, "2": {"ticker": "MIGI", "sector": "MIGIsec", "industry": "MIGIind", "universe": "we"}}
else:
return get_tickers_from_wikipedia(tickers)

Expand Down

0 comments on commit 740b56b

Please sign in to comment.