ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
13.24k stars 2.34k forks source link

Unable to download Ticker values #1746

Closed rexdivakar closed 10 months ago

rexdivakar commented 10 months ago

Facing issues while trying to access the ticker data, seems like another connectionpool issue. Could someone take a look at it and resolve it ?

Package version: yfinance-0.2.32

raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='fc.yahoo.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fd10d520510>: Failed to establish a new connection: [Errno 111] Connection refused'))
ValueRaider commented 10 months ago

Resubmit using the bug report template. Need the debug log.