Skip to content

ZMW to GTQ exchange rate API

Zambian Kwacha to Quetzal · quoted 2026-09-26

0.39061

▲ +21.50% over 1Y

1 ZMW = 0.39061 GTQ · 1 GTQ = 2.5601 ZMW · Get this rate via the API

1 ZMW buys 0.39061 GTQ as of 2026-09-26, so 1 GTQ buys 2.5601 ZMW. Over the last year, ZMW/GTQ traded between 0.32148 and 0.42972, averaged 0.38484 and rose 21.50%. The API holds daily ZMW/GTQ rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GTQ over 1Y

ZMW/GTQ over 1Y: show the values
PointZMW/GTQ
2025-09-260.32148
2025-10-030.32204
2025-10-100.33795
2025-10-170.33795
2025-10-240.34580
2025-10-310.34600
2025-11-070.33754
2025-11-140.33836
2025-11-210.33230
2025-11-280.33448
2025-12-050.33082
2025-12-130.33161
2025-12-200.33847
2025-12-270.33975
2026-01-030.34684
2026-01-100.39319
2026-01-170.37948
2026-01-240.39251
2026-01-310.38960
2026-02-070.41012
2026-02-140.42019
2026-02-210.40441
2026-02-280.40523
2026-03-070.39721
2026-03-140.39488
2026-03-210.39272
2026-03-280.40655
2026-04-040.39694
2026-04-110.40213
2026-04-180.40198
2026-04-250.40454
2026-05-020.40910
2026-05-090.40103
2026-05-170.40317
2026-05-250.40339
2026-06-010.41374
2026-06-100.42768
2026-06-170.42972
2026-06-240.42163
2026-07-010.42222
2026-07-080.41272
2026-07-150.41934
2026-07-220.41413
2026-07-290.40678
2026-08-050.40156
2026-08-120.40523
2026-08-200.40632
2026-08-270.40060
2026-09-030.39832
2026-09-100.39552
2026-09-170.39025
2026-09-240.39034

High

0.42972

Low

0.32148

Average

0.38484

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=GTQ").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GTQ API questions

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

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

How far back does ZMW/GTQ historical data go?

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