StockQuotes Web Service
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Web Service enables programmatic access to stock values on different
stock exchanges. Currently we support Ljubljanska Stock Exchange
(http://www.ljse.si) and NASDAQ (http://www.nasdaq.com). The service
offers past values of stocks, and returns it in XML. Multiple
querying functions supported (date based, value based, indexes,
single value return, ...)
The service is registered on the Microsoft UDDI repository.
Usage Notes
Try a function, enter "NASDAQ" as strStockExchange, "MSFT" as
strStock and yyyy-mm-dd date format (eg. "2002-07-20").
Example:
GetStockDailyValue
strStockExchange="NASDAQ"
strStock="MSFT"
strDateTime="2002-07-12"
...gives you Microsoft stock value for 07/12/02.
Help Message Board