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: show the values
| Point | BYN/ZWL |
|---|---|
| 2026-08-27 | 21955.72 |
| 2026-08-28 | 22026.96 |
| 2026-08-29 | 21948.24 |
| 2026-08-30 | 21839.35 |
| 2026-08-31 | 21709.52 |
| 2026-09-01 | 21653.60 |
| 2026-09-02 | 21632.36 |
| 2026-09-03 | 21620.94 |
| 2026-09-04 | 21613.02 |
| 2026-09-05 | 21541.90 |
| 2026-09-06 | 21545.86 |
| 2026-09-07 | 21553.15 |
| 2026-09-08 | 21809.61 |
| 2026-09-09 | 21764.72 |
| 2026-09-10 | 21862.02 |
| 2026-09-11 | 21944.01 |
| 2026-09-12 | 21934.76 |
| 2026-09-13 | 21957.49 |
| 2026-09-14 | 21918.98 |
| 2026-09-15 | 22040.22 |
| 2026-09-16 | 22060.97 |
| 2026-09-17 | 21895.20 |
| 2026-09-18 | 106.18 |
| 2026-09-19 | 22010.62 |
| 2026-09-20 | 22047.18 |
| 2026-09-21 | 22070.33 |
| 2026-09-22 | 22012.08 |
| 2026-09-23 | 21973.86 |
| 2026-09-24 | 21903.90 |
| 2026-09-25 | 21941.50 |
| 2026-09-26 | 22051.51 |
High
22070.33
Low
106.1849
Average
21187.41
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=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¤cies=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.