[ Close ]
|
[ Lietuviškai ]
|
Provided data | Description of Web Service function |
List of foreign currencies |
Function name: • getListOfCurrencies Parameter out: • List of possible values of Currency parameter. |
Current Exchange Rate |
Function name: • getCurrentExchangeRate Parameter in: • Currency - Currency code, example USD Parameter out: • Decimal number - Exchange Rate (expressed in Litas per 1 currency unit). • If given parameter is invalid or error appear than negative number is returned. |
Exchange Rate for the specified date |
Function name: • getExchangeRate Parameters in: • Currency - Currency code, example JPY • Date - Exchange Rate date, example 2002-09-01 Parameter out: • Decimal number - Exchange Rate (expressed in Litas per 1 currency unit). • If given parameter is invalid or error appear than negative number is returned. |
Exchange Rates for the specified date |
Function name: • getExchangeRatesByDate Parameter in: • Date - Exchange Rate's date, example 2002-10-05 Parameter out: • Exchange Rates (record set). • If given parameter is invalid or error appear than message is returned. |
Exchange Rates between specified dates |
Function name: • getExchangeRatesByCurrency Parameters in: • Currency - Currency code, example SEK • DateLow - Interval low date, example 2002-10-04 • DateHigh - Interval high date, example 2002-10-24 Parameter out: • Exchange Rates (record set). • If given parameter is invalid or error appear than message is returned. |
Average Exchange Rate between specified dates |
Function name: • getExchangeAvgRate Parameters in: • Currency - Currency code, example SEK • DateLow - Interval low date, example 2002-10-04 • DateHigh - Interval high date, example 2002-10-24 Parameter out: • Average Exchange Rate. • If given parameter is invalid or error appear than message is returned. |
Exchange Rates for the specified date (XmlString) |
Function name: • getExchangeRatesByDate_XmlString Parameter in: • Date - Exchange Rate's date, example 2002-10-01 Parameter out: • Exchange Rates - XML formatted string containing record set. • If given parameter is invalid than message is returned. |
Exchange Rates between specified dates (XmlString) |
Function name: • getExchangeRatesByCurrency_XmlString Parameters in: • Currency - Currency code, example GNF • DateLow - Interval low date, example 2002-10-01 • DateHigh - Interval high date, example 2002-10-15 Parameter out: • Exchange Rates - XML formatted string containing record set. • If given parameter is invalid than message is returned. |
Xml Schema of provided Exchange Rates |
Function name: • getExchangeRatesXmlSchema Parameter out: • Xml Schema of provided Exchange Rates. |
<< Back |
Comments and suggestions |