Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ AlPHA_VANTAGE_KEY = os.getenv('ALPHA_VANTAGE_KEY')
|
|
16 |
def get_equity_symbol(keyword:str)-> list:
|
17 |
"""A tool that search the symbol of equity (company).
|
18 |
Args:
|
19 |
-
|
20 |
Returns:
|
21 |
filtered_data: a list of dicts which included highly similar symbol of the equity and its region
|
22 |
"""
|
|
|
16 |
def get_equity_symbol(keyword:str)-> list:
|
17 |
"""A tool that search the symbol of equity (company).
|
18 |
Args:
|
19 |
+
keyword: name of the equity or company
|
20 |
Returns:
|
21 |
filtered_data: a list of dicts which included highly similar symbol of the equity and its region
|
22 |
"""
|