BYN to UYU exchange rate API
Belarussian Ruble to Peso Uruguayo · quoted 2026-09-26
13.1603
▲ +11.11% over 1Y
1 BYN = 13.1603 UYU · 1 UYU = 0.07599 BYN · Get this rate via the API
1 BYN buys 13.1603 UYU as of 2026-09-26, so 1 UYU buys 0.07599 BYN. Over the last year, BYN/UYU traded between 11.6439 and 14.6451, averaged 13.3391 and rose 11.11%. The API holds daily BYN/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BYN/UYU over 1Y: show the values
| Point | BYN/UYU |
|---|---|
| 2025-09-26 | 11.8445 |
| 2025-10-03 | 11.7619 |
| 2025-10-10 | 11.7877 |
| 2025-10-17 | 11.7446 |
| 2025-10-24 | 11.6611 |
| 2025-10-31 | 11.7088 |
| 2025-11-07 | 11.6878 |
| 2025-11-14 | 11.6535 |
| 2025-11-21 | 11.6439 |
| 2025-11-28 | 12.5691 |
| 2025-12-05 | 13.5718 |
| 2025-12-13 | 13.3335 |
| 2025-12-20 | 13.3548 |
| 2025-12-27 | 13.4087 |
| 2026-01-03 | 13.3153 |
| 2026-01-10 | 13.3157 |
| 2026-01-17 | 13.4392 |
| 2026-01-24 | 13.5856 |
| 2026-01-31 | 13.3342 |
| 2026-02-07 | 13.4398 |
| 2026-02-14 | 13.4788 |
| 2026-02-21 | 13.5685 |
| 2026-02-28 | 13.2629 |
| 2026-03-07 | 13.6314 |
| 2026-03-14 | 13.6254 |
| 2026-03-21 | 13.3590 |
| 2026-03-28 | 13.5980 |
| 2026-04-04 | 13.6766 |
| 2026-04-11 | 14.0579 |
| 2026-04-18 | 14.0057 |
| 2026-04-25 | 14.0035 |
| 2026-05-02 | 14.1325 |
| 2026-05-09 | 14.1121 |
| 2026-05-17 | 14.4597 |
| 2026-05-25 | 14.5869 |
| 2026-06-01 | 14.5801 |
| 2026-06-10 | 14.6451 |
| 2026-06-17 | 14.5870 |
| 2026-06-24 | 14.2595 |
| 2026-07-01 | 13.7418 |
| 2026-07-08 | 14.0652 |
| 2026-07-15 | 13.9621 |
| 2026-07-22 | 13.9158 |
| 2026-07-29 | 13.9087 |
| 2026-08-05 | 13.6565 |
| 2026-08-12 | 13.5281 |
| 2026-08-20 | 13.1936 |
| 2026-08-27 | 13.3276 |
| 2026-09-03 | 13.0220 |
| 2026-09-10 | 13.1886 |
| 2026-09-17 | 13.2779 |
| 2026-09-24 | 13.2302 |
High
14.6451
Low
11.6439
Average
13.3391
Get this rate via the API
One GET request returns the BYN/UYU 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=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/UYU API questions
How do I get the BYN/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/UYU rate in rates.UYU.
How far back does BYN/UYU historical data go?
Daily BYN/UYU 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/UYU 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.