Spaces:
Sleeping
Sleeping
Update sec_tools.py
Browse files- sec_tools.py +1 -1
sec_tools.py
CHANGED
@@ -50,7 +50,7 @@ class SECTools():
|
|
50 |
For example, `AAPL|what was last year's revenue`.
|
51 |
"""
|
52 |
stock, ask = data.split("|")
|
53 |
-
queryApi = QueryApi(api_key=os.environ['
|
54 |
query = {
|
55 |
"query": {
|
56 |
"query_string": {
|
|
|
50 |
For example, `AAPL|what was last year's revenue`.
|
51 |
"""
|
52 |
stock, ask = data.split("|")
|
53 |
+
queryApi = QueryApi(api_key=os.environ['SEC_API_KEY'])
|
54 |
query = {
|
55 |
"query": {
|
56 |
"query_string": {
|