Skip to content

ZMW to GYD exchange rate API

Zambian Kwacha to Guyana Dollar · quoted 2026-09-26

10.7001

▲ +13.53% over YTD

1 ZMW = 10.7001 GYD · 1 GYD = 0.09346 ZMW · Get this rate via the API

1 ZMW buys 10.7001 GYD as of 2026-09-26, so 1 GYD buys 0.09346 ZMW. Over the year to date, ZMW/GYD traded between 9.4246 and 11.9304, averaged 10.9789 and rose 13.53%. The API holds daily ZMW/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GYD over YTD

ZMW/GYD over YTD: show the values
PointZMW/GYD
2025-12-319.4246
2026-01-079.9783
2026-01-1410.7440
2026-01-2110.3168
2026-01-2810.5025
2026-02-0410.6323
2026-02-1110.9597
2026-02-1811.2944
2026-02-2511.0262
2026-03-0410.8958
2026-03-1110.7830
2026-03-1810.6571
2026-03-2511.0103
2026-04-0110.8993
2026-04-0810.6699
2026-04-1510.9398
2026-04-2210.9816
2026-04-2911.0268
2026-05-0611.0840
2026-05-1411.0112
2026-05-2111.0092
2026-05-2911.2022
2026-06-0511.9304
2026-06-1411.9100
2026-06-2111.6936
2026-06-2811.5352
2026-07-0511.3842
2026-07-1211.5814
2026-07-1911.4718
2026-07-2611.2161
2026-08-0211.1593
2026-08-0911.1460
2026-08-1611.0417
2026-08-2411.0355
2026-08-3111.0343
2026-09-0710.8680
2026-09-1410.8090
2026-09-2110.6128

High

11.9304

Low

9.4246

Average

10.9789

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GYD API questions

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

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

How far back does ZMW/GYD historical data go?

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