StockQuotes
WebService provides stock exchange information.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetIndexDailyValue
Method returns the value for the specified index on the given date. -
GetIndexDailyValuesByDateXML
Method returns all values for the specified index in the given time interval as XML string. -
GetIndexDailyValuesByValueXML
Method returns all values for the specified index that are in the given value interval as XML string. -
GetIndexDailyValuesXML
Method returns all index values for given date as XML string. -
GetIndexValue
Method returns the value for the specified index at the given time. -
GetIndexValuesByDateTimeXML
Method returns all values for the specified index in the given time interval as XML string. -
GetIndicesXMLSchema
Method returns XML schema (XSD) in which all XML formatted index information is in. -
GetLatestIndexDailyValue
Method returns the latest published value for the specified index. -
GetLatestIndexDailyValuesXML
Method returns latest published index values as XML string. -
GetLatestIndexValue
Method returns the current value for the specified index. -
GetLatestPreviousStockDailyValue
Method returns the value before the latest published value for the specified stock. -
GetLatestStockDailyValue
Method returns the latest published value for the specified stock. -
GetLatestStockDailyValuesXML
Method returns latest published stock values as XML string. -
GetLatestStockValue
Method returns the current value for the specified stock. -
GetPreviousStockDailyValue
Method returns the latest published value for the specified stock before the given date. -
GetStockDailyValue
Method returns the value for the specified stock on the given date. -
GetStockDailyValuesByDateXML
Method returns all values for the specified stock in the given time interval as XML string. -
GetStockDailyValuesByValueXML
Method returns all values for the specified stock that are in the given value interval as XML string. -
GetStockDailyValuesXML
Method returns all stock values for given date as XML string. -
GetStockValue
Method returns the value for the specified stock at the given time. -
GetStockValuesByDateTimeXML
Method returns all values for the specified stock in the given time interval as XML string. -
GetStocksXMLSchema
Method returns XML schema (XSD) in which all XML formatted stock information is in.