yahooquery
yahooquery copied to clipboard
Incorrect prices (by factor of 100)
Describe the bug For some ASX stocks, the prices are incorrect (for some days)
To Reproduce Steps to reproduce the behavior:
- run
Ticker('AXE.AX').history()and look around 2021-02-22 for one example of this.
Expected behavior The prices over a few days here should be 0.80, 1.20, 1.01, 0.975, but instead are 0.80 120.00, 101.00, 0.975
Screenshots

Obviously this effects open, low, close and high as well.
I've also there're missing price data on certain days on Yahoo Finance as well, so as a free data source, the quality is indeed very questionable.
e.g. ZYXI price data missing for more than 10 days in 09/2021
Free data source = questionable data. Not sure if this library should also be checking for anomalies within the data (happy to hear otherwise). Seems like it's working today (probably not a consolation) :)
