Skip to content

ZMW to GNF exchange rate API

Zambian Kwacha to Guinea Franc · quoted 2026-09-26

450.2896

▲ +23.52% over 1Y

1 ZMW = 450.2896 GNF · 1 GNF = 0.002221 ZMW · Get this rate via the API

1 ZMW buys 450.2896 GNF as of 2026-09-26, so 1 GNF buys 0.002221 ZMW. Over the last year, ZMW/GNF traded between 364.5352 and 494.0373, averaged 440.6719 and rose 23.52%. The API holds daily ZMW/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GNF over 1Y

ZMW/GNF over 1Y: show the values
PointZMW/GNF
2025-09-26364.5352
2025-10-03364.6090
2025-10-10382.2625
2025-10-17383.4471
2025-10-24391.9007
2025-10-31392.2456
2025-11-07382.8955
2025-11-14383.4600
2025-11-21376.6671
2025-11-28379.6247
2025-12-05375.7977
2025-12-13375.1998
2025-12-20386.1298
2025-12-27388.1156
2026-01-03396.6486
2026-01-10447.9818
2026-01-17433.6346
2026-01-24447.6698
2026-01-31443.1454
2026-02-07467.0682
2026-02-14481.0739
2026-02-21462.8875
2026-02-28464.8045
2026-03-07453.8415
2026-03-14452.4051
2026-03-21450.3281
2026-03-28466.3618
2026-04-04456.5864
2026-04-11461.5831
2026-04-18461.2634
2026-04-25463.8342
2026-05-02469.7802
2026-05-09461.1862
2026-05-17464.0593
2026-05-25464.0301
2026-06-01475.6154
2026-06-10492.0571
2026-06-17494.0373
2026-06-24484.3052
2026-07-01485.5285
2026-07-08474.6666
2026-07-15482.4646
2026-07-22476.8126
2026-07-29468.1017
2026-08-05462.8222
2026-08-12466.7508
2026-08-20468.4628
2026-08-27462.3347
2026-09-03459.1358
2026-09-10456.3076
2026-09-17448.8754
2026-09-24449.9814

High

494.0373

Low

364.5352

Average

440.6719

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GNF API questions

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

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

How far back does ZMW/GNF historical data go?

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