Skip to content

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

RON/ZMW over YTD: show the values
PointRON/ZMW
2025-12-315.1256
2026-01-074.8184
2026-01-144.4645
2026-01-214.6699
2026-01-284.6634
2026-02-044.5516
2026-02-114.4678
2026-02-184.3027
2026-02-254.3883
2026-03-044.3920
2026-03-114.4132
2026-03-184.4223
2026-03-254.3169
2026-04-014.3709
2026-04-084.4688
2026-04-154.4274
2026-04-224.3874
2026-04-294.3556
2026-05-064.2120
2026-05-144.2713
2026-05-214.2030
2026-05-294.1236
2026-06-053.8965
2026-06-143.8839
2026-06-213.9200
2026-06-283.9473
2026-07-054.0222
2026-07-123.9401
2026-07-193.9947
2026-07-264.0569
2026-08-024.1196
2026-08-094.1479
2026-08-164.1799
2026-08-244.2176
2026-08-314.2001
2026-09-074.2598
2026-09-144.2518
2026-09-214.2995

High

5.1256

Low

3.8839

Average

4.2915

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.