QAR to ZMW exchange rate API
Qatari Rial to Zambian Kwacha · quoted 2026-09-27
5.3573
▼ +17.96% over 1Y
1 QAR = 5.3573 ZMW · 1 ZMW = 0.18666 QAR · Get this rate via the API
1 QAR buys 5.3573 ZMW as of 2026-09-27, so 1 ZMW buys 0.18666 QAR. Over the last year, QAR/ZMW traded between 4.8215 and 6.5302, averaged 5.5030 and fell 17.96%. The API holds daily QAR/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
QAR/ZMW over 1Y: show the values
| Point | QAR/ZMW |
|---|---|
| 2025-09-27 | 6.5302 |
| 2025-10-04 | 6.5245 |
| 2025-10-11 | 6.2625 |
| 2025-10-18 | 6.2495 |
| 2025-10-25 | 6.0849 |
| 2025-11-01 | 6.0986 |
| 2025-11-08 | 6.2364 |
| 2025-11-15 | 6.2086 |
| 2025-11-22 | 6.3566 |
| 2025-11-29 | 6.2823 |
| 2025-12-06 | 6.3648 |
| 2025-12-14 | 6.3459 |
| 2025-12-21 | 6.2217 |
| 2025-12-28 | 6.1947 |
| 2026-01-04 | 6.0717 |
| 2026-01-11 | 5.3393 |
| 2026-01-18 | 5.5425 |
| 2026-01-25 | 5.3690 |
| 2026-02-01 | 5.4260 |
| 2026-02-08 | 5.1626 |
| 2026-02-15 | 5.0097 |
| 2026-02-22 | 5.2012 |
| 2026-03-01 | 5.1939 |
| 2026-03-08 | 5.3305 |
| 2026-03-15 | 5.3325 |
| 2026-03-22 | 5.3587 |
| 2026-03-29 | 5.1800 |
| 2026-04-05 | 5.2884 |
| 2026-04-12 | 5.2185 |
| 2026-04-19 | 5.2184 |
| 2026-04-26 | 5.1914 |
| 2026-05-03 | 5.1266 |
| 2026-05-10 | 5.2086 |
| 2026-05-18 | 5.1643 |
| 2026-05-26 | 5.1894 |
| 2026-06-02 | 5.0277 |
| 2026-06-11 | 4.8215 |
| 2026-06-18 | 4.9039 |
| 2026-06-25 | 4.9561 |
| 2026-07-02 | 4.9955 |
| 2026-07-09 | 5.0277 |
| 2026-07-16 | 5.0327 |
| 2026-07-23 | 5.0713 |
| 2026-07-30 | 5.1775 |
| 2026-08-06 | 5.2470 |
| 2026-08-13 | 5.1756 |
| 2026-08-21 | 5.2126 |
| 2026-08-28 | 5.2226 |
| 2026-09-04 | 5.2749 |
| 2026-09-11 | 5.3159 |
| 2026-09-18 | 5.3839 |
| 2026-09-25 | 5.3709 |
High
6.5302
Low
4.8215
Average
5.5030
Get this rate via the API
One GET request returns the QAR/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=QAR¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
QAR/ZMW API questions
How do I get the QAR/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/ZMW rate in rates.ZMW.
How far back does QAR/ZMW historical data go?
Daily QAR/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 QAR/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.