c# - get NASDAQ, IMKB 100 and URALS data using web service or XML -


where can these urls or web services online data? instance used spam euros etc.

i doubt you're going find free. providing quotes real-time expensive. if you're not against subscribing service, there few out there. there's list @ remotemethods.com might started. saw resources nasdaq though, not others 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 @ own risk -- don't know these services.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -