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: show the values
| Point | ZMW/GNF |
|---|---|
| 2025-09-26 | 364.5352 |
| 2025-10-03 | 364.6090 |
| 2025-10-10 | 382.2625 |
| 2025-10-17 | 383.4471 |
| 2025-10-24 | 391.9007 |
| 2025-10-31 | 392.2456 |
| 2025-11-07 | 382.8955 |
| 2025-11-14 | 383.4600 |
| 2025-11-21 | 376.6671 |
| 2025-11-28 | 379.6247 |
| 2025-12-05 | 375.7977 |
| 2025-12-13 | 375.1998 |
| 2025-12-20 | 386.1298 |
| 2025-12-27 | 388.1156 |
| 2026-01-03 | 396.6486 |
| 2026-01-10 | 447.9818 |
| 2026-01-17 | 433.6346 |
| 2026-01-24 | 447.6698 |
| 2026-01-31 | 443.1454 |
| 2026-02-07 | 467.0682 |
| 2026-02-14 | 481.0739 |
| 2026-02-21 | 462.8875 |
| 2026-02-28 | 464.8045 |
| 2026-03-07 | 453.8415 |
| 2026-03-14 | 452.4051 |
| 2026-03-21 | 450.3281 |
| 2026-03-28 | 466.3618 |
| 2026-04-04 | 456.5864 |
| 2026-04-11 | 461.5831 |
| 2026-04-18 | 461.2634 |
| 2026-04-25 | 463.8342 |
| 2026-05-02 | 469.7802 |
| 2026-05-09 | 461.1862 |
| 2026-05-17 | 464.0593 |
| 2026-05-25 | 464.0301 |
| 2026-06-01 | 475.6154 |
| 2026-06-10 | 492.0571 |
| 2026-06-17 | 494.0373 |
| 2026-06-24 | 484.3052 |
| 2026-07-01 | 485.5285 |
| 2026-07-08 | 474.6666 |
| 2026-07-15 | 482.4646 |
| 2026-07-22 | 476.8126 |
| 2026-07-29 | 468.1017 |
| 2026-08-05 | 462.8222 |
| 2026-08-12 | 466.7508 |
| 2026-08-20 | 468.4628 |
| 2026-08-27 | 462.3347 |
| 2026-09-03 | 459.1358 |
| 2026-09-10 | 456.3076 |
| 2026-09-17 | 448.8754 |
| 2026-09-24 | 449.9814 |
High
494.0373
Low
364.5352
Average
440.6719
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.