Skip to content

GTQ to ZWL exchange rate API

Quetzal to Zimbabwe Dollar · quoted 2026-09-25

8715.91

▲ +5.17% over 6M

1 GTQ = 8715.91 ZWL · 1 ZWL = 0.000115 GTQ · Get this rate via the API

1 GTQ buys 8715.91 ZWL as of 2026-09-25, so 1 ZWL buys 0.000115 GTQ. Over the last 6 months, GTQ/ZWL traded between 42.0331 and 8797.18, averaged 6128.36 and rose 5.17%. The API holds daily GTQ/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/ZWL over 6M

GTQ/ZWL over 6M: show the values
PointGTQ/ZWL
2026-03-298287.27
2026-04-058290.74
2026-04-1242.16
2026-04-1942.03
2026-04-2642.19
2026-05-0342.14
2026-05-1042.29
2026-05-1842.13
2026-05-268629.84
2026-06-028795.17
2026-06-118778.54
2026-06-188777.39
2026-06-258797.18
2026-07-0242.21
2026-07-098781.51
2026-07-168740.48
2026-07-238748.03
2026-07-308757.93
2026-08-068728.81
2026-08-138703.40
2026-08-218717.85
2026-08-288701.90
2026-09-048732.76
2026-09-118727.85
2026-09-1842.21
2026-09-258715.91

High

8797.18

Low

42.0331

Average

6128.36

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/ZWL API questions

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

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

How far back does GTQ/ZWL historical data go?

Daily GTQ/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 GTQ/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.