My application showing stock market data. I am using YQL for fetching stock data.
Lats two days, When I am fetching morning or before (1.00 pm India time) then yql query returns empty response. But right now it show exact problem
The query result is "yahoo.finance.quotes' has been blocked.
Response is
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="0" yahoo:created="2012-09-26T11:24:22Z" yahoo:lang="en-US">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-start-time="20" execution-stop-time="23" execution-time="3" proxy="DEFAULT">
<![CDATA[
http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml
]]>
</url>
<cache execution-start-time="25" execution-stop-time="26" execution-time="1" method="GET" type="MEMCACHED">
<![CDATA[ 13c4f8eac77ad886bade5a711c8c1ef5 ]]>
</cache>
<javascript name="yahoo.finance.quotes" verb="select">
<![CDATA[
com.yahoo.platforms.pipes.model.ModuleException: Error Codes: js.blocked.execute.request Message: "The current table 'yahoo.finance.quotes' has been blocked. It exceeded the allotted quotas of either time or instructions"
]]>
</javascript>
<user-time>26</user-time>
<service-time>4</service-time>
<build-version>30549</build-version>
</diagnostics>
<results/>
</query>
I am not exceed request limit 1000\hours. Just try in day 50 times.