Web Service
Programmers who develop their own applications have at their disposal a Web service which enables them to retrieve data in XML format. The Web service can be accessed exclusively via https.
The service returns exchange rate data in Macedonian, Albanian and English language.
/KLserviceNew
The Web service exposes four methods. The first two methods are related to the exchange rate list, while the remaining two refer to the NBRM exchange rates for performing international payment operations for the needs of the government bodies:
- GetExchangeRate accepts two parameters: StartDate and EndDate. Both parameters should have String format and present valid date in form: dd.MM.yyyy (E.g.: StartDate=12.02.2010; EndDate=15.02.2010)
- GetExchangeRateD accepts two parameters: StartDate and EndDate. Both parameters have to be of type Date and represent valid date.
(E.g.: StartDate=12-feb-2010; EndDate=15-feb-2010)
- GetExchangeRates accepts two parameters: StartDate and EndDate.
Both parameters have to be of type String and represent valid date in dd.MM.yyyy format
(E.g.: StartDate=12.02.2010; EndDate=15.02.2010)
- GetExchangeRatesD accepts two parameters: StartDate and EndDate.
Both parameters have to be of type Date and represent valid date.
(E.g.: StartDate=12-feb-2010; EndDate=15-feb-2010)
For further information on the web service click the following link:
/KLserviceNew
Instructions for utilization of the web service of the National Bank for the exchange rate list and the exchange rates for government bodies