Ready for pull

This commit is contained in:
Florian Kellermann 2022-05-07 21:01:38 +02:00
parent ba93a5172d
commit 192514b9df

View File

@ -18,7 +18,7 @@ def get_share_price(str_search_for):
Returns: none
"""
search_result = investpy.search_quotes(text=str_search_for, products=['stocks'], n_results=1, countries=['germany'])
search_result = investpy.search_quotes(text=str_search_for, products=['stocks'], n_results=1, countries=['germany', 'united states'])
currency = str(search_result.retrieve_currency())