Working for all isins and new requirements #144

Merged
FlorianKellermann merged 13 commits from bot into main 2022-05-08 08:44:02 +00:00
Showing only changes of commit 192514b9df - Show all commits

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())