From a4948fd56661ee5fd04edbce8d032279920aaa8f Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 31 Mar 2021 00:54:35 +0000 Subject: [PATCH] copied a string wrong --- IEX_Symbol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IEX_Symbol.py b/IEX_Symbol.py index 185147d..d141c73 100644 --- a/IEX_Symbol.py +++ b/IEX_Symbol.py @@ -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)