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: show the values
| Point | ZMW/UAH |
|---|---|
| 2025-09-26 | 1.7404 |
| 2025-10-03 | 1.7319 |
| 2025-10-10 | 1.8295 |
| 2025-10-17 | 1.8405 |
| 2025-10-24 | 1.8914 |
| 2025-10-31 | 1.8960 |
| 2025-11-07 | 1.8522 |
| 2025-11-14 | 1.8554 |
| 2025-11-21 | 1.8297 |
| 2025-11-28 | 1.8454 |
| 2025-12-05 | 1.8234 |
| 2025-12-13 | 1.8290 |
| 2025-12-20 | 1.8674 |
| 2025-12-27 | 1.8679 |
| 2026-01-03 | 1.9130 |
| 2026-01-10 | 2.1839 |
| 2026-01-17 | 2.1466 |
| 2026-01-24 | 2.2073 |
| 2026-01-31 | 2.1708 |
| 2026-02-07 | 2.2900 |
| 2026-02-14 | 2.3629 |
| 2026-02-21 | 2.2819 |
| 2026-02-28 | 2.2777 |
| 2026-03-07 | 2.2630 |
| 2026-03-14 | 2.2777 |
| 2026-03-21 | 2.2457 |
| 2026-03-28 | 2.3285 |
| 2026-04-04 | 2.2700 |
| 2026-04-11 | 2.2840 |
| 2026-04-18 | 2.3140 |
| 2026-04-25 | 2.3284 |
| 2026-05-02 | 2.3529 |
| 2026-05-09 | 2.3070 |
| 2026-05-17 | 2.3284 |
| 2026-05-25 | 2.3370 |
| 2026-06-01 | 2.4026 |
| 2026-06-10 | 2.5198 |
| 2026-06-17 | 2.5278 |
| 2026-06-24 | 2.4784 |
| 2026-07-01 | 2.4714 |
| 2026-07-08 | 2.4044 |
| 2026-07-15 | 2.4678 |
| 2026-07-22 | 2.4314 |
| 2026-07-29 | 2.3979 |
| 2026-08-05 | 2.3607 |
| 2026-08-12 | 2.3823 |
| 2026-08-20 | 2.3842 |
| 2026-08-27 | 2.3381 |
| 2026-09-03 | 2.3296 |
| 2026-09-10 | 2.3148 |
| 2026-09-17 | 2.2752 |
| 2026-09-24 | 2.2953 |
High
2.5278
Low
1.7319
Average
2.1934
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.