JECSand / yahoofinancials

A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
https://pypi.python.org/pypi/yahoofinancials
MIT License
896 stars 214 forks source link

Decrypt error #124

Closed trexthemullaman closed 1 year ago

trexthemullaman commented 1 year ago

Getting the following error: raise Exception("error decrypting Yahoo datastore with hardcoded keys") Exception: error decrypting Yahoo datastore with hardcoded keys

JECSand commented 1 year ago

@trexthemullaman Let me look into this.

JECSand commented 1 year ago

@trexthemullaman I'm able to recreate, working on it now. Going to need to dynamically get the decrpytion keys from them lol.

paulhan93 commented 1 year ago

I too am getting this error

JECSand commented 1 year ago

Just committed a fix for this on the development branch, getting ready to push to PyPI.

JECSand commented 1 year ago

@trexthemullaman @paulhan93 v1.11 is now on PyPI, can confirm yahoofinancials is working again. Please upgrade and let me know if there's any further issues.