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: show the values
| Point | BYN/ZWL |
|---|---|
| 2025-09-26 | 19597.37 |
| 2025-10-03 | 19649.77 |
| 2025-10-10 | 19609.83 |
| 2025-10-17 | 19555.25 |
| 2025-10-24 | 19472.27 |
| 2025-10-31 | 19371.76 |
| 2025-11-07 | 19273.85 |
| 2025-11-14 | 19285.87 |
| 2025-11-21 | 19315.07 |
| 2025-11-28 | 20690.69 |
| 2025-12-05 | 22679.08 |
| 2025-12-13 | 22148.04 |
| 2025-12-20 | 22205.51 |
| 2025-12-27 | 22309.82 |
| 2026-01-03 | 22080.38 |
| 2026-01-10 | 22009.15 |
| 2026-01-17 | 22278.55 |
| 2026-01-24 | 22660.80 |
| 2026-01-31 | 22467.73 |
| 2026-02-07 | 22311.58 |
| 2026-02-14 | 22334.71 |
| 2026-02-21 | 22318.81 |
| 2026-02-28 | 22252.14 |
| 2026-03-07 | 21817.36 |
| 2026-03-14 | 21527.54 |
| 2026-03-21 | 20955.60 |
| 2026-03-28 | 108.16 |
| 2026-04-04 | 21478.10 |
| 2026-04-11 | 112.23 |
| 2026-04-18 | 113.37 |
| 2026-04-25 | 113.86 |
| 2026-05-02 | 114.08 |
| 2026-05-09 | 113.95 |
| 2026-05-17 | 23150.20 |
| 2026-05-25 | 23965.00 |
| 2026-06-01 | 24435.99 |
| 2026-06-10 | 24208.10 |
| 2026-06-17 | 24092.80 |
| 2026-06-24 | 23767.80 |
| 2026-07-01 | 22963.80 |
| 2026-07-08 | 23348.63 |
| 2026-07-15 | 23320.14 |
| 2026-07-22 | 23162.74 |
| 2026-07-29 | 23120.27 |
| 2026-08-05 | 22611.86 |
| 2026-08-12 | 22342.15 |
| 2026-08-20 | 21975.41 |
| 2026-08-27 | 21955.72 |
| 2026-09-03 | 21620.94 |
| 2026-09-10 | 21862.02 |
| 2026-09-17 | 21895.20 |
| 2026-09-24 | 21903.90 |
High
24435.99
Low
108.1629
Average
19435.59
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.