I'm new to YQL and am having some problems retrieving data. The query I'm trying to execute is:
select * from yahoo.finance.historicaldata where symbol = "TW.L" and startDate = "01/01/2011" and endDate = "22/01/2011"
I did manage to retrieve some information using a query like this through the YQL Console without a problem. Now whenever I try I get some XML back which includes the message:
The current table 'yahoo.finance.historicaldata' has been blocked. It exceeded the allotted quotas of either time or instructions
I assume this is some sort of rate limit, but I'm pretty sure I'm nowhere near the 1,000 requests per hour quoted as the limit. Also, I am getting an HTTP response 200, not 999 (which is apparently the status you get back when you've been rate limited).
Can anyone tell me why I'm getting this message, what I should do about it, and how I can stop it happening again!?
Thanks, - Chris