Skip to content

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

RON/ZMW over 1Y: show the values
PointRON/ZMW
2025-09-265.4796
2025-10-035.4860
2025-10-105.1563
2025-10-175.1957
2025-10-245.0562
2025-10-315.0318
2025-11-075.1606
2025-11-145.1882
2025-11-215.2191
2025-11-285.2025
2025-12-055.2932
2025-12-135.3274
2025-12-205.2164
2025-12-275.2143
2026-01-035.0928
2026-01-104.4579
2026-01-174.6039
2026-01-244.5318
2026-01-314.5947
2026-02-074.3390
2026-02-144.2541
2026-02-214.3848
2026-02-284.3876
2026-03-074.4051
2026-03-144.3494
2026-03-214.4308
2026-03-284.2524
2026-04-044.3492
2026-04-114.3793
2026-04-184.3931
2026-04-254.3529
2026-05-024.2049
2026-05-094.3011
2026-05-174.2627
2026-05-254.1931
2026-06-014.0859
2026-06-103.9262
2026-06-173.9301
2026-06-243.9187
2026-07-013.9257
2026-07-084.0292
2026-07-153.9529
2026-07-224.0117
2026-07-294.0758
2026-08-054.1793
2026-08-124.1464
2026-08-204.1668
2026-08-274.2187
2026-09-034.2339
2026-09-104.2684
2026-09-174.2828
2026-09-244.2147

High

5.4860

Low

3.9187

Average

4.5194

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=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&currencies=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.