Skip to content

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

QAR/ZMW over 1Y: show the values
PointQAR/ZMW
2025-09-276.5302
2025-10-046.5245
2025-10-116.2625
2025-10-186.2495
2025-10-256.0849
2025-11-016.0986
2025-11-086.2364
2025-11-156.2086
2025-11-226.3566
2025-11-296.2823
2025-12-066.3648
2025-12-146.3459
2025-12-216.2217
2025-12-286.1947
2026-01-046.0717
2026-01-115.3393
2026-01-185.5425
2026-01-255.3690
2026-02-015.4260
2026-02-085.1626
2026-02-155.0097
2026-02-225.2012
2026-03-015.1939
2026-03-085.3305
2026-03-155.3325
2026-03-225.3587
2026-03-295.1800
2026-04-055.2884
2026-04-125.2185
2026-04-195.2184
2026-04-265.1914
2026-05-035.1266
2026-05-105.2086
2026-05-185.1643
2026-05-265.1894
2026-06-025.0277
2026-06-114.8215
2026-06-184.9039
2026-06-254.9561
2026-07-024.9955
2026-07-095.0277
2026-07-165.0327
2026-07-235.0713
2026-07-305.1775
2026-08-065.2470
2026-08-135.1756
2026-08-215.2126
2026-08-285.2226
2026-09-045.2749
2026-09-115.3159
2026-09-185.3839
2026-09-255.3709

High

6.5302

Low

4.8215

Average

5.5030

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&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=QAR&currencies=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&currencies=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.