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: show the values
| Point | BTN/ZWL |
|---|---|
| 2025-09-26 | 748.6225 |
| 2025-10-03 | 751.3005 |
| 2025-10-10 | 751.6960 |
| 2025-10-17 | 756.3463 |
| 2025-10-24 | 755.1713 |
| 2025-10-31 | 745.0561 |
| 2025-11-07 | 740.6822 |
| 2025-11-14 | 740.8299 |
| 2025-11-21 | 743.7546 |
| 2025-11-28 | 732.1250 |
| 2025-12-05 | 727.4895 |
| 2025-12-13 | 720.3017 |
| 2025-12-20 | 727.5208 |
| 2025-12-27 | 723.7386 |
| 2026-01-03 | 719.9431 |
| 2026-01-10 | 713.1798 |
| 2026-01-17 | 707.0676 |
| 2026-01-24 | 698.8077 |
| 2026-01-31 | 697.2698 |
| 2026-02-07 | 706.2729 |
| 2026-02-14 | 705.3447 |
| 2026-02-21 | 703.5719 |
| 2026-02-28 | 707.1553 |
| 2026-03-07 | 700.0225 |
| 2026-03-14 | 687.2909 |
| 2026-03-21 | 671.1232 |
| 2026-03-28 | 3.3968 |
| 2026-04-04 | 683.2125 |
| 2026-04-11 | 3.4727 |
| 2026-04-18 | 3.4700 |
| 2026-04-25 | 3.4240 |
| 2026-05-02 | 3.3937 |
| 2026-05-09 | 3.4103 |
| 2026-05-17 | 670.1243 |
| 2026-05-25 | 689.6890 |
| 2026-06-01 | 708.9789 |
| 2026-06-10 | 701.0371 |
| 2026-06-17 | 707.3488 |
| 2026-06-24 | 706.1719 |
| 2026-07-01 | 707.7594 |
| 2026-07-08 | 703.6249 |
| 2026-07-15 | 695.6680 |
| 2026-07-22 | 695.2007 |
| 2026-07-29 | 697.8484 |
| 2026-08-05 | 701.6954 |
| 2026-08-12 | 696.4420 |
| 2026-08-20 | 696.9337 |
| 2026-08-27 | 693.2148 |
| 2026-09-03 | 707.2266 |
| 2026-09-10 | 700.0882 |
| 2026-09-17 | 695.7017 |
| 2026-09-24 | 694.8137 |
High
756.3463
Low
3.3937
Average
631.1101
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BTN¤cies=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¤cies=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.