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: show the values
| Point | BYN/ZWL |
|---|---|
| 2026-03-30 | 21334.35 |
| 2026-04-06 | 21477.77 |
| 2026-04-13 | 112.53 |
| 2026-04-20 | 113.25 |
| 2026-04-27 | 114.20 |
| 2026-05-04 | 113.97 |
| 2026-05-11 | 114.67 |
| 2026-05-19 | 23629.72 |
| 2026-05-27 | 24033.62 |
| 2026-06-03 | 24083.16 |
| 2026-06-12 | 24248.31 |
| 2026-06-19 | 24042.11 |
| 2026-06-26 | 23307.41 |
| 2026-07-03 | 23172.92 |
| 2026-07-10 | 23380.80 |
| 2026-07-17 | 22957.70 |
| 2026-07-24 | 23164.05 |
| 2026-07-31 | 22895.58 |
| 2026-08-07 | 22367.69 |
| 2026-08-14 | 21972.13 |
| 2026-08-22 | 22237.62 |
| 2026-08-29 | 21948.24 |
| 2026-09-05 | 21541.90 |
| 2026-09-12 | 21934.76 |
| 2026-09-19 | 22010.62 |
| 2026-09-26 | 22051.51 |
High
24248.31
Low
112.5286
Average
18533.78
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.