-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get stock profile data #160
Comments
Are you running an ad-blocker? I am running pi-hole and had a similar issue, which I fixed by adding the yahoo finance domain names to my ad-blocker whitelist. more info here - #159 (comment) |
For me getting stock profile data also does not work any longer. This simple program:
results in this traceback:
Tested on Windows 10 with Python 3.10.1 and yahoofinancials 1.17. The error also occurs on Debian 12 with Python 3.11.2 and yahoofinancials 1.17. |
@GerdSidan Could you try that on v1.18? |
Just released v1.19 which includes a fix for this issue. |
Please this function is failing get_stock_profile_data and others when i run them.
This is the error below
HTTPSConnectionPool(host='query2.finance.yahoo.com', port=443): Max retries exceeded with url: /v6/finance/quoteSummary/googl?modules=assetProfile&formatted=False&lang=en-US®ion=US&corsDomain=finance.yahoo.com (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002A2BE011000>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')))
Server replied with server error code, HTTP 404 code while opening the url: https://query1.finance.yahoo.com/v6/finance/quoteSummary/googl?modules=assetProfile&formatted=False&lang=en-US®ion=US&corsDomain=finance.yahoo.com
@flipdazed @sylvandb @VKorelsky
Please what could be the possible reason
The text was updated successfully, but these errors were encountered: