views:

4320

answers:

3
+4  Q: 

Yahoo Finance API

I want to implement the Yahoo Finance API into my web web-application but when I searched for the API, I didn't get the link to the API, rather I found the rss feeds that Yahoo provides for finance data.

So, my first question is whether Yahoo provides its Finance API? If yes, the what's the link to that API.

I have used several APIs of other vendors for different purposes easily. Is there any tricky part that I need to consider in the Yahoo Finance API.

If you want to give any advice for using Yahoo Finance API then feel free to give.

+3  A: 

You can get a load of finance data from Yahoo using YQL.

Dominic Rodger
+3  A: 

If you are talking about how to get stock quotes via Yahoo, here's a good reference:

http://www.gummy-stuff.org/Yahoo-data.htm

Eric Petroelje
A: 

ojAlgo has code that gets financial data from Yahoo as well as Google.

Anders Peterson