Skip to content

ZMW to UAH exchange rate API

Zambian Kwacha to Hryvnia · quoted 2026-09-26

2.3001

▲ +32.16% over 1Y

1 ZMW = 2.3001 UAH · 1 UAH = 0.43476 ZMW · Get this rate via the API

1 ZMW buys 2.3001 UAH as of 2026-09-26, so 1 UAH buys 0.43476 ZMW. Over the last year, ZMW/UAH traded between 1.7319 and 2.5278, averaged 2.1934 and rose 32.16%. The API holds daily ZMW/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/UAH over 1Y

ZMW/UAH over 1Y: show the values
PointZMW/UAH
2025-09-261.7404
2025-10-031.7319
2025-10-101.8295
2025-10-171.8405
2025-10-241.8914
2025-10-311.8960
2025-11-071.8522
2025-11-141.8554
2025-11-211.8297
2025-11-281.8454
2025-12-051.8234
2025-12-131.8290
2025-12-201.8674
2025-12-271.8679
2026-01-031.9130
2026-01-102.1839
2026-01-172.1466
2026-01-242.2073
2026-01-312.1708
2026-02-072.2900
2026-02-142.3629
2026-02-212.2819
2026-02-282.2777
2026-03-072.2630
2026-03-142.2777
2026-03-212.2457
2026-03-282.3285
2026-04-042.2700
2026-04-112.2840
2026-04-182.3140
2026-04-252.3284
2026-05-022.3529
2026-05-092.3070
2026-05-172.3284
2026-05-252.3370
2026-06-012.4026
2026-06-102.5198
2026-06-172.5278
2026-06-242.4784
2026-07-012.4714
2026-07-082.4044
2026-07-152.4678
2026-07-222.4314
2026-07-292.3979
2026-08-052.3607
2026-08-122.3823
2026-08-202.3842
2026-08-272.3381
2026-09-032.3296
2026-09-102.3148
2026-09-172.2752
2026-09-242.2953

High

2.5278

Low

1.7319

Average

2.1934

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=UAH").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/UAH API questions

How do I get the ZMW/UAH exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/UAH rate in rates.UAH.

How far back does ZMW/UAH historical data go?

Daily ZMW/UAH 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 ZMW/UAH 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.