Skip to content

BYN to ZWL exchange rate API

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

22051.51

▲ +0.44% over 30D

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 30 days, BYN/ZWL traded between 106.1849 and 22070.33, averaged 21187.41 and rose 0.44%. 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 30D

BYN/ZWL over 30D: show the values
PointBYN/ZWL
2026-08-2721955.72
2026-08-2822026.96
2026-08-2921948.24
2026-08-3021839.35
2026-08-3121709.52
2026-09-0121653.60
2026-09-0221632.36
2026-09-0321620.94
2026-09-0421613.02
2026-09-0521541.90
2026-09-0621545.86
2026-09-0721553.15
2026-09-0821809.61
2026-09-0921764.72
2026-09-1021862.02
2026-09-1121944.01
2026-09-1221934.76
2026-09-1321957.49
2026-09-1421918.98
2026-09-1522040.22
2026-09-1622060.97
2026-09-1721895.20
2026-09-18106.18
2026-09-1922010.62
2026-09-2022047.18
2026-09-2122070.33
2026-09-2222012.08
2026-09-2321973.86
2026-09-2421903.90
2026-09-2521941.50
2026-09-2622051.51

High

22070.33

Low

106.1849

Average

21187.41

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.