Skip to content

BYN to ZWL exchange rate API

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

22051.51

▼ +0.68% over YTD

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 year to date, BYN/ZWL traded between 112.8576 and 24536.96, averaged 20213.51 and fell 0.68%. 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 YTD

BYN/ZWL over YTD: show the values
PointBYN/ZWL
2025-12-3122201.97
2026-01-0721994.71
2026-01-1422111.96
2026-01-2122257.27
2026-01-2822543.29
2026-02-0422368.83
2026-02-1122203.94
2026-02-1822397.32
2026-02-2522455.71
2026-03-0422140.32
2026-03-1121743.21
2026-03-1820890.71
2026-03-2521405.03
2026-04-0121327.86
2026-04-0821614.53
2026-04-15112.86
2026-04-22113.88
2026-04-29114.14
2026-05-06114.00
2026-05-1423039.78
2026-05-2123908.20
2026-05-2924536.96
2026-06-0523837.83
2026-06-1424195.59
2026-06-2124105.38
2026-06-2823089.75
2026-07-0523119.78
2026-07-1223332.17
2026-07-1923100.14
2026-07-2623208.58
2026-08-0223001.10
2026-08-0922434.35
2026-08-1621870.48
2026-08-2422131.66
2026-08-3121709.52
2026-09-0721553.15
2026-09-1421918.98
2026-09-2122070.33

High

24536.96

Low

112.8576

Average

20213.51

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.