
.company = yf.Ticker('TSLA')
company.info 치고 엔터를 누르면
---------------------------------------------------------------------------
Exception Traceback (most recent call last)
<ipython-input-26-30298e918663> in <module>
1 company = yf.Ticker('TSLA')
2
----> 3 company.info
6 frames
/usr/local/lib/python3.8/dist-packages/yfinance/data.py in decrypt_cryptojs_aes_stores(data, keys)
160 pass
161 if not success:
--> 162 raise Exception("yfinance failed to decrypt Yahoo data response")
163
164 decoded_stores = json.loads(plaintext)
Exception: yfinance failed to decrypt Yahoo data response
라고 에러가 뜹니다ㅜㅜㅜ
