Ready for pull
This commit is contained in:
parent
ba93a5172d
commit
192514b9df
@ -18,7 +18,7 @@ def get_share_price(str_search_for):
|
|||||||
Returns: none
|
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())
|
currency = str(search_result.retrieve_currency())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user