Skip to content

ZMW to GNF exchange rate API

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

450.2896

▼ +2.61% over 30D

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 30 days, ZMW/GNF traded between 446.6055 and 462.5399, averaged 454.6524 and fell 2.61%. 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 30D

ZMW/GNF over 30D: show the values
PointZMW/GNF
2026-08-27462.3347
2026-08-28462.5399
2026-08-29460.3449
2026-08-30461.6121
2026-08-31462.1642
2026-09-01459.2213
2026-09-02459.2388
2026-09-03459.1358
2026-09-04458.6613
2026-09-05455.2788
2026-09-06457.1634
2026-09-07456.9147
2026-09-08456.8922
2026-09-09455.1314
2026-09-10456.3076
2026-09-11454.8172
2026-09-12453.9927
2026-09-13456.5087
2026-09-14454.8865
2026-09-15453.6284
2026-09-16448.9301
2026-09-17448.8754
2026-09-18447.1834
2026-09-19446.9523
2026-09-20448.2165
2026-09-21446.6055
2026-09-22448.3750
2026-09-23451.7512
2026-09-24449.9814
2026-09-25450.2896

High

462.5399

Low

446.6055

Average

454.6524

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.