Skip to content

BTN to ZWL exchange rate API

Ngultrum to Zimbabwe Dollar · quoted 2026-09-26

693.8061

▼ +7.32% over 1Y

1 BTN = 693.8061 ZWL · 1 ZWL = 0.001441 BTN · Get this rate via the API

1 BTN buys 693.8061 ZWL as of 2026-09-26, so 1 ZWL buys 0.001441 BTN. Over the last year, BTN/ZWL traded between 3.3937 and 756.3463, averaged 631.1101 and fell 7.32%. The API holds daily BTN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BTN/ZWL over 1Y

BTN/ZWL over 1Y: show the values
PointBTN/ZWL
2025-09-26748.6225
2025-10-03751.3005
2025-10-10751.6960
2025-10-17756.3463
2025-10-24755.1713
2025-10-31745.0561
2025-11-07740.6822
2025-11-14740.8299
2025-11-21743.7546
2025-11-28732.1250
2025-12-05727.4895
2025-12-13720.3017
2025-12-20727.5208
2025-12-27723.7386
2026-01-03719.9431
2026-01-10713.1798
2026-01-17707.0676
2026-01-24698.8077
2026-01-31697.2698
2026-02-07706.2729
2026-02-14705.3447
2026-02-21703.5719
2026-02-28707.1553
2026-03-07700.0225
2026-03-14687.2909
2026-03-21671.1232
2026-03-283.3968
2026-04-04683.2125
2026-04-113.4727
2026-04-183.4700
2026-04-253.4240
2026-05-023.3937
2026-05-093.4103
2026-05-17670.1243
2026-05-25689.6890
2026-06-01708.9789
2026-06-10701.0371
2026-06-17707.3488
2026-06-24706.1719
2026-07-01707.7594
2026-07-08703.6249
2026-07-15695.6680
2026-07-22695.2007
2026-07-29697.8484
2026-08-05701.6954
2026-08-12696.4420
2026-08-20696.9337
2026-08-27693.2148
2026-09-03707.2266
2026-09-10700.0882
2026-09-17695.7017
2026-09-24694.8137

High

756.3463

Low

3.3937

Average

631.1101

For developers

Get this rate via the API

One GET request returns the BTN/ZWL 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=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=ZWL");
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=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BTN/ZWL API questions

How do I get the BTN/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BTN/ZWL rate in rates.ZWL.

How far back does BTN/ZWL historical data go?

Daily BTN/ZWL 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/ZWL 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.