views:

1364

answers:

3

I want to create a website similar to Yahoo finance, but much less complex for an independent study.

I will be using Java to do this and would like to get stock quotes through a web service as part of the learning experience.

It needs to be free or low cost and ideally would be real-time although do to licensing that probably won’t happen. I’d like something that gives intra day quotes similar to Yahoo’s delayed by 15 minute CSV feature.

Does anyone know of a web API which would fill my needs?

+3  A: 

ProgrammableWeb keeps a fairly extensive list of financial web APIs available.

I don't think a real-time solution will exist for free, but you should be able to find many 15-20 minute delayed APIs.

Ben S
+2  A: 

Hi Jared. I'm not sure this will do everything you need, but CDYNE provides a DelayedStockQuote service.

@Ben, ProgrammableWeb is also a great resource. Good tip :-).

Matt Solnit
A: 

Take a look at www.xignite.com

Eugene Osovetsky