0

Inconsistent results from Finance

I am getting different results for the same query from yahoo.finance.quotes
Here is an example YQL query that returns different results:
select LastTradeDate from yahoo.finance.quotes where symbol in ("AKAM")

Sometimes I get today (4/11/2011) sometimes I get (4/8/2011). Just hit the test button a few times on the console to see.

Any ideas?

Thanks,
David

by
1 Reply
  • This problem is still occuring. Has anyone looked into it? Here is a <a href="http://query.yahooapis.com/v1/public/yql?q=select%20symbol%2CLastTradeDate%2CChangePercentRealtime%20from%20yahoo.finance.quotes%20where%20symbol%20in%20%28%22^BVSP%22%2C%20%22^GDAXI%22%2C%20%22INDU%22%2C%22^HSI%22%2C%20%22^IXIC%22%2C%22^N225%22%2C%20%22^OMXSPI%22%2C%20%22^GSPC%22%29&env=http%3A%2F%2Fdatatables.org%2Falltables.env">public URL</a> that demonstrates the problem.<br><br><div class="quote"><div class="quotetop">QUOTE<cite>(David @ 11 Apr 2011 8:25 PM)</cite></div><blockquote class="quotemain">I am getting different results for the same query from yahoo.finance.quotes<br>Here is an example YQL query that returns different results:<br>select LastTradeDate from yahoo.finance.quotes where symbol in (&quot;AKAM&quot;)<br><br>Sometimes I get today (4/11/2011) sometimes I get (4/8/2011). Just hit the test button a few times on the console to see.<br><br>Any ideas?<br><br>Thanks,<br>David</blockquote></div>
    0

Recent Posts

in YQL