XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

StockQuotes Web Service

WSDL

http://www.gama-system.com/webservices/stockquotes.asmx?wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:matevz
For more Info:http://www.gama-system.com/webservices
Description:Provides NASDAQ and LJSE stock values based on multiple criteria.

Endpoints

URLPublisherContact EmailImplementation
http://www.gama-system.com/webservices/stockquotes.asmxmatevzmatevz.gacnik@gama-system.siMS .NET

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
StockQuotes VB6 ClientExample Sourcematevz MS SOAPVisual BasicWindows
StockQuotes ClientProxy Objectmatevz MS .NETC#Windows


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