-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All yahoo.finance data is a day old #468
Comments
to give a bit more feedback, here's what i'm seeing: data changing even when market is closed, flopping back and forth between a handful of different values (load balancer replication issue?), and the values not matching the values I get when I go directly to the download.finance.yahoo.com that this is wrapping. I'm not sure how that's possible, but there it is |
I'm seeing the same issues |
+1 If I run the same query on the yahoo.finance.quotes table multiple times (each one just a couple of seconds after the other), I get back different quotes from different times of the day. This happening while the market is currently closed. For example:
On the other hand, when the market is supposed to be open, I get the exact opposite: a single consistent quote, however it's really yesterday's close (i.e. yesterday's date, with a timestamp of "4:10PM") |
I have similar issues with currency and quote data. the return data is changed everytime I refresh. I intend to use http://finance.yahoo.com/webservice/v1/symbols/USDSGD=X/quote?format=json&view=detail as an solution but didn't find official document about this. |
Issue is occurring again today. Each response is for 3/23 4:00PM - market close yesterday and market is open currently. The issue does not occur using the YQL console. |
Adding diagnostics=true it returns current data. Without it one day old. EDIT: Ignore that, not consistent behavior. Still getting old and incorrect data |
I seem to get better results using the oauth approved connection (https://query.yahooapis.com/v1/yql?) instead of the public one (https://query.yahooapis.com/v1/public/yql?). Edit: Ignore this too. 4PM data from yesterday 😭 |
some issues for me. Anyone fix? |
While the market is open, same thing; it's jumping back to some older records ... looks like bouncing around on a load balancer to a database mirror that's only getting updated once per day. Replication fail if I were to guess. Delay of quotes is terrible too. [8/1 10:45:44] --> Try 1... [8/1 10:45:44] --> Try 2... [8/1 10:45:46] --> Try 3... [8/1 10:45:48] --> Try 4... [8/1 10:45:50] --> Try 5... [8/1 10:45:53] --> Try 6... [8/1 10:45:55] --> Try 7... [8/1 10:45:57] --> Try 8... [8/1 10:45:59] --> Try 9... [8/1 10:46:01] --> Try 10... |
Any update on this. I am seeing similar behaviour. Time of quote is fixed. Exchange flits between 2 or 3 values continually. |
Strange issue - yahoo.finance data is a day old. Last trade date is a day old, open is from yesterday, current prices all wrong. It's like it is replaying yesterday play for play. A leap-year issue?
The text was updated successfully, but these errors were encountered: