What is the query limit for Yahoo's Finance API? Or where is the documentation that describes the limit?

For all of Yahoo's API's I've only been able to find general documentation for all API's. If you know where the documentation is for Yahoo's Finance API that'd also be appreciated. (I've been searching for a few days on Google, and on Yahoo's API sites, finally turned to friends at SO)

Thanks!

link|improve this question

possible duplicate of Does Yahoo finance have data request upper limit. Is there an alternative or workaround? The answer at that link says that no limit was mentioned. However, this could be old information; in which case this question should remain open. – bernie Feb 19 at 4:08
feedback

1 Answer

Yahoo's YQL allows you to query Yahoo! Finance data. Their usage limits are as follows:

  • Unauthenticated: up to 1,000 calls/day
  • Authenticated: up to 100,000 calls/day

See Yahoo's Query language FAQ for more details at http://developer.yahoo.com/yql/faq/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.