Skip to content

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

BTN/ZMW over 1Y: show the values
PointBTN/ZMW
2025-09-260.26855
2025-10-030.26823
2025-10-100.25563
2025-10-170.25720
2025-10-240.25205
2025-10-310.25001
2025-11-070.25609
2025-11-140.25511
2025-11-210.25996
2025-11-280.25622
2025-12-050.25761
2025-12-130.25510
2025-12-200.25273
2025-12-270.25093
2026-01-030.24562
2026-01-100.21603
2026-01-170.22262
2026-01-240.21341
2026-01-310.21543
2026-02-070.20648
2026-02-140.20154
2026-02-210.20910
2026-02-280.20772
2026-03-070.21005
2026-03-140.20971
2026-03-210.20714
2026-03-280.19860
2026-04-040.20757
2026-04-110.20508
2026-04-180.20501
2026-04-250.20091
2026-05-020.19687
2026-05-090.20163
2026-05-170.19679
2026-05-250.19804
2026-06-010.19434
2026-06-100.18674
2026-06-170.18808
2026-06-240.19080
2026-07-010.19067
2026-07-080.19439
2026-07-150.18876
2026-07-220.19119
2026-07-290.19596
2026-08-050.19994
2026-08-120.19717
2026-08-200.19591
2026-08-270.19936
2026-09-030.20285
2026-09-100.20259
2026-09-170.20480
2026-09-240.20418

High

0.26855

Low

0.18674

Average

0.21702

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=ZMW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=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&currencies=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.