RON to ZMW exchange rate API
New Romanian Leu to Zambian Kwacha · quoted 2026-09-26
4.2125
▼ +23.12% over 1Y
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 last year, RON/ZMW traded between 3.9187 and 5.4860, averaged 4.5194 and fell 23.12%. 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 1Y: show the values
| Point | RON/ZMW |
|---|---|
| 2025-09-26 | 5.4796 |
| 2025-10-03 | 5.4860 |
| 2025-10-10 | 5.1563 |
| 2025-10-17 | 5.1957 |
| 2025-10-24 | 5.0562 |
| 2025-10-31 | 5.0318 |
| 2025-11-07 | 5.1606 |
| 2025-11-14 | 5.1882 |
| 2025-11-21 | 5.2191 |
| 2025-11-28 | 5.2025 |
| 2025-12-05 | 5.2932 |
| 2025-12-13 | 5.3274 |
| 2025-12-20 | 5.2164 |
| 2025-12-27 | 5.2143 |
| 2026-01-03 | 5.0928 |
| 2026-01-10 | 4.4579 |
| 2026-01-17 | 4.6039 |
| 2026-01-24 | 4.5318 |
| 2026-01-31 | 4.5947 |
| 2026-02-07 | 4.3390 |
| 2026-02-14 | 4.2541 |
| 2026-02-21 | 4.3848 |
| 2026-02-28 | 4.3876 |
| 2026-03-07 | 4.4051 |
| 2026-03-14 | 4.3494 |
| 2026-03-21 | 4.4308 |
| 2026-03-28 | 4.2524 |
| 2026-04-04 | 4.3492 |
| 2026-04-11 | 4.3793 |
| 2026-04-18 | 4.3931 |
| 2026-04-25 | 4.3529 |
| 2026-05-02 | 4.2049 |
| 2026-05-09 | 4.3011 |
| 2026-05-17 | 4.2627 |
| 2026-05-25 | 4.1931 |
| 2026-06-01 | 4.0859 |
| 2026-06-10 | 3.9262 |
| 2026-06-17 | 3.9301 |
| 2026-06-24 | 3.9187 |
| 2026-07-01 | 3.9257 |
| 2026-07-08 | 4.0292 |
| 2026-07-15 | 3.9529 |
| 2026-07-22 | 4.0117 |
| 2026-07-29 | 4.0758 |
| 2026-08-05 | 4.1793 |
| 2026-08-12 | 4.1464 |
| 2026-08-20 | 4.1668 |
| 2026-08-27 | 4.2187 |
| 2026-09-03 | 4.2339 |
| 2026-09-10 | 4.2684 |
| 2026-09-17 | 4.2828 |
| 2026-09-24 | 4.2147 |
High
5.4860
Low
3.9187
Average
4.5194
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.