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: show the values
| Point | BYN/ZWL |
|---|---|
| 2025-12-31 | 22201.97 |
| 2026-01-07 | 21994.71 |
| 2026-01-14 | 22111.96 |
| 2026-01-21 | 22257.27 |
| 2026-01-28 | 22543.29 |
| 2026-02-04 | 22368.83 |
| 2026-02-11 | 22203.94 |
| 2026-02-18 | 22397.32 |
| 2026-02-25 | 22455.71 |
| 2026-03-04 | 22140.32 |
| 2026-03-11 | 21743.21 |
| 2026-03-18 | 20890.71 |
| 2026-03-25 | 21405.03 |
| 2026-04-01 | 21327.86 |
| 2026-04-08 | 21614.53 |
| 2026-04-15 | 112.86 |
| 2026-04-22 | 113.88 |
| 2026-04-29 | 114.14 |
| 2026-05-06 | 114.00 |
| 2026-05-14 | 23039.78 |
| 2026-05-21 | 23908.20 |
| 2026-05-29 | 24536.96 |
| 2026-06-05 | 23837.83 |
| 2026-06-14 | 24195.59 |
| 2026-06-21 | 24105.38 |
| 2026-06-28 | 23089.75 |
| 2026-07-05 | 23119.78 |
| 2026-07-12 | 23332.17 |
| 2026-07-19 | 23100.14 |
| 2026-07-26 | 23208.58 |
| 2026-08-02 | 23001.10 |
| 2026-08-09 | 22434.35 |
| 2026-08-16 | 21870.48 |
| 2026-08-24 | 22131.66 |
| 2026-08-31 | 21709.52 |
| 2026-09-07 | 21553.15 |
| 2026-09-14 | 21918.98 |
| 2026-09-21 | 22070.33 |
High
24536.96
Low
112.8576
Average
20213.51
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.