BYN to RUB exchange rate API
Belarussian Ruble to Russian Ruble · quoted 2026-09-25
27.9277
▲ +12.80% over 1Y
1 BYN = 27.9277 RUB · 1 RUB = 0.03581 BYN · Get this rate via the API
1 BYN buys 27.9277 RUB as of 2026-09-25, so 1 RUB buys 0.03581 BYN. Over the last year, BYN/RUB traded between 23.4387 and 28.2798, averaged 26.4368 and rose 12.80%. The API holds daily BYN/RUB rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
BYN/RUB over 1Y: show the values
| Point | BYN/RUB |
|---|---|
| 2025-09-26 | 24.7586 |
| 2025-10-03 | 24.1917 |
| 2025-10-10 | 23.8490 |
| 2025-10-17 | 23.6067 |
| 2025-10-24 | 23.8618 |
| 2025-10-31 | 23.4552 |
| 2025-11-07 | 23.8501 |
| 2025-11-14 | 23.6613 |
| 2025-11-21 | 23.4387 |
| 2025-11-28 | 24.6482 |
| 2025-12-05 | 26.7422 |
| 2025-12-13 | 27.0661 |
| 2025-12-20 | 27.4957 |
| 2025-12-27 | 27.0043 |
| 2026-01-03 | 27.4064 |
| 2026-01-10 | 27.1009 |
| 2026-01-17 | 27.0151 |
| 2026-01-24 | 26.8156 |
| 2026-01-31 | 26.8210 |
| 2026-02-07 | 26.7836 |
| 2026-02-14 | 26.6697 |
| 2026-02-21 | 26.8094 |
| 2026-02-28 | 26.6314 |
| 2026-03-07 | 26.8689 |
| 2026-03-14 | 27.0784 |
| 2026-03-21 | 27.4689 |
| 2026-03-28 | 27.3496 |
| 2026-04-04 | 27.2289 |
| 2026-04-11 | 26.8737 |
| 2026-04-18 | 26.8403 |
| 2026-04-25 | 26.5848 |
| 2026-05-02 | 26.5622 |
| 2026-05-09 | 26.2714 |
| 2026-05-17 | 26.1977 |
| 2026-05-25 | 25.9796 |
| 2026-06-01 | 25.8923 |
| 2026-06-10 | 26.0540 |
| 2026-06-17 | 26.1795 |
| 2026-06-24 | 26.4374 |
| 2026-07-01 | 26.9591 |
| 2026-07-08 | 26.6615 |
| 2026-07-15 | 26.9817 |
| 2026-07-22 | 27.0743 |
| 2026-07-29 | 27.2600 |
| 2026-08-05 | 27.3535 |
| 2026-08-12 | 27.7151 |
| 2026-08-20 | 27.6962 |
| 2026-08-27 | 28.2798 |
| 2026-09-03 | 28.2704 |
| 2026-09-10 | 27.8601 |
| 2026-09-17 | 27.6554 |
| 2026-09-24 | 27.9049 |
High
28.2798
Low
23.4387
Average
26.4368
Get this rate via the API
One GET request returns the BYN/RUB 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=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/RUB API questions
How do I get the BYN/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/RUB rate in rates.RUB.
How far back does BYN/RUB historical data go?
Daily BYN/RUB rates are available from 2016-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free BYN/RUB 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.