GTQ to ZWL exchange rate API
Quetzal to Zimbabwe Dollar · quoted 2026-09-25
8715.91
▼ +0.18% over 30D
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 30 days, GTQ/ZWL traded between 42.2076 and 8780.78, averaged 8452.07 and fell 0.18%. 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 30D: show the values
| Point | GTQ/ZWL |
|---|---|
| 2026-08-26 | 8731.63 |
| 2026-08-27 | 8679.84 |
| 2026-08-28 | 8701.90 |
| 2026-08-29 | 8677.13 |
| 2026-08-30 | 8686.69 |
| 2026-08-31 | 8635.36 |
| 2026-09-01 | 8735.98 |
| 2026-09-02 | 8775.82 |
| 2026-09-03 | 8752.67 |
| 2026-09-04 | 8732.76 |
| 2026-09-05 | 8696.46 |
| 2026-09-06 | 8704.20 |
| 2026-09-07 | 8694.62 |
| 2026-09-08 | 8780.78 |
| 2026-09-09 | 8744.43 |
| 2026-09-10 | 8736.94 |
| 2026-09-11 | 8727.85 |
| 2026-09-12 | 8728.38 |
| 2026-09-13 | 8733.17 |
| 2026-09-14 | 8722.82 |
| 2026-09-15 | 8772.02 |
| 2026-09-16 | 8770.26 |
| 2026-09-17 | 8704.73 |
| 2026-09-18 | 42.21 |
| 2026-09-19 | 8727.10 |
| 2026-09-20 | 8730.22 |
| 2026-09-21 | 8728.73 |
| 2026-09-22 | 8722.70 |
| 2026-09-23 | 8739.15 |
| 2026-09-24 | 8717.90 |
| 2026-09-25 | 8715.91 |
High
8780.78
Low
42.2076
Average
8452.07
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=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¤cies=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.