Skip to content

ZMW to GYD exchange rate API

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

10.7001

▼ +3.36% over 6M

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 last 6 months, ZMW/GYD traded between 10.6071 and 11.9816, averaged 11.1483 and fell 3.36%. 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 6M

ZMW/GYD over 6M: show the values
PointZMW/GYD
2026-03-3011.0717
2026-04-0610.8481
2026-04-1310.9967
2026-04-2010.9967
2026-04-2711.0552
2026-05-0411.2026
2026-05-1110.9899
2026-05-1911.0660
2026-05-2711.1019
2026-06-0311.6523
2026-06-1211.9816
2026-06-1911.6282
2026-06-2611.5438
2026-07-0311.4083
2026-07-1011.4781
2026-07-1711.4698
2026-07-2411.2354
2026-07-3111.0785
2026-08-0710.9746
2026-08-1411.1438
2026-08-2211.0083
2026-08-2910.9786
2026-09-0510.8494
2026-09-1210.7904
2026-09-1910.6071

High

11.9816

Low

10.6071

Average

11.1483

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.