mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +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}"
|
f"https://cloud.iexapis.com/stable/ref-data/symbols?token={self.IEX_TOKEN}"
|
||||||
).json()
|
).json()
|
||||||
otc_symbols = r.get(
|
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()
|
).json()
|
||||||
|
|
||||||
reg = pd.DataFrame(data=reg_symbols)
|
reg = pd.DataFrame(data=reg_symbols)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user