Skip to content

BYN to ZWL exchange rate API

Belarussian Ruble to Zimbabwe Dollar · quoted 2026-09-26

22051.51

▲ +12.52% over 1Y

1 BYN = 22051.51 ZWL · 1 ZWL = 0.000045 BYN · Get this rate via the API

1 BYN buys 22051.51 ZWL as of 2026-09-26, so 1 ZWL buys 0.000045 BYN. Over the last year, BYN/ZWL traded between 108.1629 and 24435.99, averaged 19435.59 and rose 12.52%. The API holds daily BYN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BYN/ZWL over 1Y

BYN/ZWL over 1Y: show the values
PointBYN/ZWL
2025-09-2619597.37
2025-10-0319649.77
2025-10-1019609.83
2025-10-1719555.25
2025-10-2419472.27
2025-10-3119371.76
2025-11-0719273.85
2025-11-1419285.87
2025-11-2119315.07
2025-11-2820690.69
2025-12-0522679.08
2025-12-1322148.04
2025-12-2022205.51
2025-12-2722309.82
2026-01-0322080.38
2026-01-1022009.15
2026-01-1722278.55
2026-01-2422660.80
2026-01-3122467.73
2026-02-0722311.58
2026-02-1422334.71
2026-02-2122318.81
2026-02-2822252.14
2026-03-0721817.36
2026-03-1421527.54
2026-03-2120955.60
2026-03-28108.16
2026-04-0421478.10
2026-04-11112.23
2026-04-18113.37
2026-04-25113.86
2026-05-02114.08
2026-05-09113.95
2026-05-1723150.20
2026-05-2523965.00
2026-06-0124435.99
2026-06-1024208.10
2026-06-1724092.80
2026-06-2423767.80
2026-07-0122963.80
2026-07-0823348.63
2026-07-1523320.14
2026-07-2223162.74
2026-07-2923120.27
2026-08-0522611.86
2026-08-1222342.15
2026-08-2021975.41
2026-08-2721955.72
2026-09-0321620.94
2026-09-1021862.02
2026-09-1721895.20
2026-09-2421903.90

High

24435.99

Low

108.1629

Average

19435.59

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BYN/ZWL API questions

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

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

How far back does BYN/ZWL historical data go?

Daily BYN/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 BYN/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.