BTN to ZMW exchange rate API
Ngultrum to Zambian Kwacha · quoted 2026-09-26
0.20379
▼ +24.11% over 1Y
1 BTN = 0.20379 ZMW · 1 ZMW = 4.9070 BTN · Get this rate via the API
1 BTN buys 0.20379 ZMW as of 2026-09-26, so 1 ZMW buys 4.9070 BTN. Over the last year, BTN/ZMW traded between 0.18674 and 0.26855, averaged 0.21702 and fell 24.11%. The API holds daily BTN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BTN/ZMW over 1Y: show the values
| Point | BTN/ZMW |
|---|---|
| 2025-09-26 | 0.26855 |
| 2025-10-03 | 0.26823 |
| 2025-10-10 | 0.25563 |
| 2025-10-17 | 0.25720 |
| 2025-10-24 | 0.25205 |
| 2025-10-31 | 0.25001 |
| 2025-11-07 | 0.25609 |
| 2025-11-14 | 0.25511 |
| 2025-11-21 | 0.25996 |
| 2025-11-28 | 0.25622 |
| 2025-12-05 | 0.25761 |
| 2025-12-13 | 0.25510 |
| 2025-12-20 | 0.25273 |
| 2025-12-27 | 0.25093 |
| 2026-01-03 | 0.24562 |
| 2026-01-10 | 0.21603 |
| 2026-01-17 | 0.22262 |
| 2026-01-24 | 0.21341 |
| 2026-01-31 | 0.21543 |
| 2026-02-07 | 0.20648 |
| 2026-02-14 | 0.20154 |
| 2026-02-21 | 0.20910 |
| 2026-02-28 | 0.20772 |
| 2026-03-07 | 0.21005 |
| 2026-03-14 | 0.20971 |
| 2026-03-21 | 0.20714 |
| 2026-03-28 | 0.19860 |
| 2026-04-04 | 0.20757 |
| 2026-04-11 | 0.20508 |
| 2026-04-18 | 0.20501 |
| 2026-04-25 | 0.20091 |
| 2026-05-02 | 0.19687 |
| 2026-05-09 | 0.20163 |
| 2026-05-17 | 0.19679 |
| 2026-05-25 | 0.19804 |
| 2026-06-01 | 0.19434 |
| 2026-06-10 | 0.18674 |
| 2026-06-17 | 0.18808 |
| 2026-06-24 | 0.19080 |
| 2026-07-01 | 0.19067 |
| 2026-07-08 | 0.19439 |
| 2026-07-15 | 0.18876 |
| 2026-07-22 | 0.19119 |
| 2026-07-29 | 0.19596 |
| 2026-08-05 | 0.19994 |
| 2026-08-12 | 0.19717 |
| 2026-08-20 | 0.19591 |
| 2026-08-27 | 0.19936 |
| 2026-09-03 | 0.20285 |
| 2026-09-10 | 0.20259 |
| 2026-09-17 | 0.20480 |
| 2026-09-24 | 0.20418 |
High
0.26855
Low
0.18674
Average
0.21702
Get this rate via the API
One GET request returns the BTN/ZMW 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=BTN¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
BTN/ZMW API questions
How do I get the BTN/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BTN/ZMW rate in rates.ZMW.
How far back does BTN/ZMW historical data go?
Daily BTN/ZMW 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 BTN/ZMW 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.