Skip to content

BYN to ZWL exchange rate API

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

22051.51

▲ +3.36% over 6M

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 6 months, BYN/ZWL traded between 112.5286 and 24248.31, averaged 18533.78 and rose 3.36%. 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 6M

BYN/ZWL over 6M: show the values
PointBYN/ZWL
2026-03-3021334.35
2026-04-0621477.77
2026-04-13112.53
2026-04-20113.25
2026-04-27114.20
2026-05-04113.97
2026-05-11114.67
2026-05-1923629.72
2026-05-2724033.62
2026-06-0324083.16
2026-06-1224248.31
2026-06-1924042.11
2026-06-2623307.41
2026-07-0323172.92
2026-07-1023380.80
2026-07-1722957.70
2026-07-2423164.05
2026-07-3122895.58
2026-08-0722367.69
2026-08-1421972.13
2026-08-2222237.62
2026-08-2921948.24
2026-09-0521541.90
2026-09-1221934.76
2026-09-1922010.62
2026-09-2622051.51

High

24248.31

Low

112.5286

Average

18533.78

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.