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
911 stars 215 forks source link

fixed encryption of incoming stock data #106

Closed sedwards2000 closed 1 year ago

sedwards2000 commented 1 year ago

The incoming data is now encrypted, used a fix from a different yf package in a new request: https://github.com/ranaroussi/yfinance/pull/1253/commits/8e5f0984af347afda6be74b27a989422e49a975b.

Now decrypts the data after getting it

lrauhockey commented 1 year ago

looks good who can approve?

divyankm commented 1 year ago

@JECSand Pls approve Merge request

JECSand commented 1 year ago

@divyankm Just approved it, thank you for fixing this.