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

Error when running test script #167

Closed micksulley closed 6 months ago

micksulley commented 6 months ago

I am getting errors with my code and so I ran the code in the overview in readme and that errors as well. I am running on Ubuntu server 22.04.3 LTS and The output is attached err20231212.txt Is it something I have done wrong? Thanks Mick

JECSand commented 6 months ago

@micksulley No, yahoo finance is making changes to their system. I'll try to get a solution going ASAP. My job has been extra busy, which is slowing me down however.

JECSand commented 6 months ago

Getting close to having a fix for this.

JECSand commented 6 months ago

Just released v1.19 which includes a fix for this issue.

micksulley commented 6 months ago

My code works again! Thank you Mick