yfinance
yfinance copied to clipboard
fix: Fix can't use proxy to access Yahoo api
Fix can't use proxy to access Yahoo api
Hello,
You would also need to modify the function _get_proxy in data.py as sometimes the proxy variable is transformed in a "frozendict" and this doesn't work anymore. Something like that work for me: if type(proxy) in [dict, frozendict] and "https" in proxy:
Superseded by #1371, closing.