mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
copied a string wrong
This commit is contained in:
parent
85b8101cf6
commit
a4948fd566
@ -57,7 +57,7 @@ class IEX_Symbol:
|
||||
f"https://cloud.iexapis.com/stable/ref-data/symbols?token={self.IEX_TOKEN}"
|
||||
).json()
|
||||
otc_symbols = r.get(
|
||||
f"https://cloud.iexapis.com/stable/ref-data/otc/symbols{self.IEX_TOKEN}"
|
||||
f"https://cloud.iexapis.com/stable/ref-data/otc/symbols?token={self.IEX_TOKEN}"
|
||||
).json()
|
||||
|
||||
reg = pd.DataFrame(data=reg_symbols)
|
||||
|
Loading…
x
Reference in New Issue
Block a user