2
votes

I know that a similar question has been asked before (http://stackoverflow.com/questions/4254405/finance-api-for-iphone-commercial-app-use) but I couldn't get an answer from there or from other posts and Yahoo website.

I'm developing an investment-tracking app (paid) and is considering to use Yahoo Finance API to obtain just a few stock quotes on launching my app, so my user don't have to enter the stock quotes manually for the stocks they entered into my apps. Not a lot of data required from the API. I am not, in a way, redistributing the data downloaded from Yahoo Finance. Is it legal to use the API in such case?

Or has anyone here used the Yahoo Finance API in paid apps and can advise me? Thanks.

1
After some working around with the codes, I have switched to using Yahoo YQL, which is free for commercial use, and I simply write to Yahoo! to get permission to use it. To get the stock quotes from YQL, I used the code from this website.Rick

1 Answers

1
votes

@Rick, I'm in a similar situation now, and I've been doing some research about Yahoo Finance and Yahoo YQL: as I understand it, YQL is built on top of Yahoo Finance, YQL is an interface to simplify access to Yahoo Finance data. Besides, YQL states that it's free for commercial use, but that you do need any other license or permission for any other service you might be using with YQL.

So, as I see it, you can use YQL, but you also need some kind of authorisation to retrieve data from Yahoo Finance.

Is this correct? Did Yahoo explicitly allowed you to use data from Yahoo Finance when they wrote back to you regarding your request about YQL?