Working for all isins and new requirements #144
| @@ -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()) | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user