RON to ZMW exchange rate API
New Romanian Leu to Zambian Kwacha · quoted 2026-09-26
4.2125
▼ +17.81% over YTD
1 RON = 4.2125 ZMW · 1 ZMW = 0.23739 RON · Get this rate via the API
1 RON buys 4.2125 ZMW as of 2026-09-26, so 1 ZMW buys 0.23739 RON. Over the year to date, RON/ZMW traded between 3.8839 and 5.1256, averaged 4.2915 and fell 17.81%. The API holds daily RON/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RON/ZMW over YTD: show the values
| Point | RON/ZMW |
|---|---|
| 2025-12-31 | 5.1256 |
| 2026-01-07 | 4.8184 |
| 2026-01-14 | 4.4645 |
| 2026-01-21 | 4.6699 |
| 2026-01-28 | 4.6634 |
| 2026-02-04 | 4.5516 |
| 2026-02-11 | 4.4678 |
| 2026-02-18 | 4.3027 |
| 2026-02-25 | 4.3883 |
| 2026-03-04 | 4.3920 |
| 2026-03-11 | 4.4132 |
| 2026-03-18 | 4.4223 |
| 2026-03-25 | 4.3169 |
| 2026-04-01 | 4.3709 |
| 2026-04-08 | 4.4688 |
| 2026-04-15 | 4.4274 |
| 2026-04-22 | 4.3874 |
| 2026-04-29 | 4.3556 |
| 2026-05-06 | 4.2120 |
| 2026-05-14 | 4.2713 |
| 2026-05-21 | 4.2030 |
| 2026-05-29 | 4.1236 |
| 2026-06-05 | 3.8965 |
| 2026-06-14 | 3.8839 |
| 2026-06-21 | 3.9200 |
| 2026-06-28 | 3.9473 |
| 2026-07-05 | 4.0222 |
| 2026-07-12 | 3.9401 |
| 2026-07-19 | 3.9947 |
| 2026-07-26 | 4.0569 |
| 2026-08-02 | 4.1196 |
| 2026-08-09 | 4.1479 |
| 2026-08-16 | 4.1799 |
| 2026-08-24 | 4.2176 |
| 2026-08-31 | 4.2001 |
| 2026-09-07 | 4.2598 |
| 2026-09-14 | 4.2518 |
| 2026-09-21 | 4.2995 |
High
5.1256
Low
3.8839
Average
4.2915
Get this rate via the API
One GET request returns the RON/ZMW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
RON/ZMW API questions
How do I get the RON/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RON/ZMW rate in rates.ZMW.
How far back does RON/ZMW historical data go?
Daily RON/ZMW rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free RON/ZMW exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.