views:

30

answers:

2

where can I get these urls or web services to get online data? for instance I used http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml for euros etc.

+1  A: 

I doubt you're going to find anything free. Providing quotes nearly real-time is expensive. If you're not against subscribing to a service, there are a few out there. There's a list at RemoteMethods.com that might get you started. I only saw resources for NASDAQ though, not the others you listed.

A little more digging brought up:

  1. http://www.xignite.com/xGlobalQuotes.asmx?WSDL
  2. http://www.webservicex.net/RealTimeMarketData.asmx?wsdl
  3. http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx?WSDL

Use at your own risk -- I don't know anything about these services.

Cory Larson
A: 

Take a look at the Historical Securities Data API at http://www.mergent.com/servius

Eugene Osovetsky