Web Service
From Friday, 23 April 2021, the exchange rate list will be available only via https
Users must customize their software solutions (web service client) according to the information from https://www.nbrm.mk/klservice/kurs.asmx?wsdl
Web service is available to the programmers who develop their own applications, which enables them to retrieve the data in xml format.
The service returns exchange rate data in Macedonian, Albanian and English language.
/klservice/kurs.asmx
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:
/klservice/kurs.asmx?wsdl
Instructions for utilization of the web service of the National Bank for the exchange rate list and the exchange rates for government bodies