yahooquery icon indicating copy to clipboard operation
yahooquery copied to clipboard

Incorrect prices (by factor of 100)

Open CameronChandler opened this issue 4 years ago • 2 comments
trafficstars

Describe the bug For some ASX stocks, the prices are incorrect (for some days)

To Reproduce Steps to reproduce the behavior:

  1. 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 image

CameronChandler avatar Jun 26 '21 05:06 CameronChandler

Obviously this effects open, low, close and high as well.

CameronChandler avatar Jun 26 '21 05:06 CameronChandler

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

zhenyulin avatar Dec 08 '21 23:12 zhenyulin

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) :)

image

dpguthrie avatar Oct 15 '22 19:10 dpguthrie