You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this exception, but I don't understand why it's happening.
Here is my code:
import yfinance_cache as yf
ticker_obj = yf.Ticker("VBIAX")
Exception:
File "c:\Projects\[reducted]\.venv\Lib\site-packages\yfinance_cache\yfc_ticker.py", line 70, in __init__
exchange, tz_name, lday = self._getExchangeAndTzAndListingDay()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Projects\[reducted]\.venv\Lib\site-packages\yfinance_cache\yfc_ticker.py", line 393, in _getExchangeAndTzAndListingDay
raise Exception(f"{self._ticker}: exchange and timezone not available")
Exception: VBIAX: exchange and timezone not available
Version: yfinance-cache = "^0.7.3"
The text was updated successfully, but these errors were encountered:
Getting this exception, but I don't understand why it's happening.
Here is my code:
Exception:
Version:
yfinance-cache = "^0.7.3"
The text was updated successfully, but these errors were encountered: