From 192514b9dffd206c355980c48af90bb2e348c877 Mon Sep 17 00:00:00 2001 From: Florian Kellermann Date: Sat, 7 May 2022 21:01:38 +0200 Subject: [PATCH] Ready for pull --- telegram_bot/shares/share_fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/shares/share_fetcher.py b/telegram_bot/shares/share_fetcher.py index ac0c1f3..a4ce4c4 100644 --- a/telegram_bot/shares/share_fetcher.py +++ b/telegram_bot/shares/share_fetcher.py @@ -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())