Skip to content

QAR to ZWL exchange rate API

Qatari Rial to Zimbabwe Dollar · quoted 2026-09-26

18287.25

▲ +0.49% over 30D

1 QAR = 18287.25 ZWL · 1 ZWL = 0.000055 QAR · Get this rate via the API

1 QAR buys 18287.25 ZWL as of 2026-09-26, so 1 ZWL buys 0.000055 QAR. Over the last 30 days, QAR/ZWL traded between 88.3473 and 18435.89, averaged 17726.71 and rose 0.49%. The API holds daily QAR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/ZWL over 30D

QAR/ZWL over 30D: show the values
PointQAR/ZWL
2026-08-2718197.47
2026-08-2818236.41
2026-08-2918195.31
2026-08-3018195.31
2026-08-3118191.41
2026-09-0118318.27
2026-09-0218397.29
2026-09-0318341.81
2026-09-0418297.61
2026-09-0518237.94
2026-09-0618237.94
2026-09-0718233.43
2026-09-0818435.89
2026-09-0918347.74
2026-09-1018323.28
2026-09-1118312.91
2026-09-1218302.34
2026-09-1318302.34
2026-09-1418297.61
2026-09-1518394.02
2026-09-1618392.61
2026-09-1718320.15
2026-09-1888.35
2026-09-1918298.79
2026-09-2018298.79
2026-09-2118293.99
2026-09-2218284.49
2026-09-2318325.92
2026-09-2418295.41
2026-09-2518285.31
2026-09-2618287.25

High

18435.89

Low

88.3473

Average

17726.71

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

QAR/ZWL API questions

How do I get the QAR/ZWL exchange rate from an API?

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

How far back does QAR/ZWL historical data go?

Daily QAR/ZWL 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/ZWL 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.