ZMW to GNF exchange rate API
Zambian Kwacha to Guinea Franc · quoted 2026-09-26
450.2896
▲ +14.32% over YTD
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 year to date, ZMW/GNF traded between 393.8945 and 499.5993, averaged 460.7857 and rose 14.32%. 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 YTD: show the values
| Point | ZMW/GNF |
|---|---|
| 2025-12-31 | 393.8945 |
| 2026-01-07 | 417.0466 |
| 2026-01-14 | 449.1478 |
| 2026-01-21 | 431.8940 |
| 2026-01-28 | 442.1405 |
| 2026-02-04 | 446.4805 |
| 2026-02-11 | 459.8477 |
| 2026-02-18 | 474.2815 |
| 2026-02-25 | 462.6578 |
| 2026-03-04 | 456.6102 |
| 2026-03-11 | 452.2579 |
| 2026-03-18 | 447.4110 |
| 2026-03-25 | 461.6913 |
| 2026-04-01 | 457.0274 |
| 2026-04-08 | 451.2692 |
| 2026-04-15 | 458.8025 |
| 2026-04-22 | 461.3184 |
| 2026-04-29 | 462.7237 |
| 2026-05-06 | 464.9616 |
| 2026-05-14 | 461.5652 |
| 2026-05-21 | 461.8598 |
| 2026-05-29 | 470.7796 |
| 2026-06-05 | 499.5993 |
| 2026-06-14 | 499.0852 |
| 2026-06-21 | 489.8598 |
| 2026-06-28 | 483.4021 |
| 2026-07-05 | 477.8371 |
| 2026-07-12 | 485.9481 |
| 2026-07-19 | 481.4864 |
| 2026-07-26 | 471.1448 |
| 2026-08-02 | 469.1863 |
| 2026-08-09 | 467.9140 |
| 2026-08-16 | 465.1722 |
| 2026-08-24 | 463.4759 |
| 2026-08-31 | 462.1642 |
| 2026-09-07 | 456.9147 |
| 2026-09-14 | 454.8865 |
| 2026-09-21 | 446.6055 |
High
499.5993
Low
393.8945
Average
460.7857
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.