BYN to UYU exchange rate API
Belarussian Ruble to Peso Uruguayo · quoted 2026-09-26
13.1603
▼ +1.88% over YTD
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 year to date, BYN/UYU traded between 13.0718 and 14.7128, averaged 13.7094 and fell 1.88%. 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 YTD: show the values
| Point | BYN/UYU |
|---|---|
| 2025-12-31 | 13.4118 |
| 2026-01-07 | 13.2423 |
| 2026-01-14 | 13.3698 |
| 2026-01-21 | 13.3309 |
| 2026-01-28 | 13.2555 |
| 2026-02-04 | 13.4052 |
| 2026-02-11 | 13.3178 |
| 2026-02-18 | 13.5929 |
| 2026-02-25 | 13.4880 |
| 2026-03-04 | 13.2138 |
| 2026-03-11 | 13.6944 |
| 2026-03-18 | 13.3978 |
| 2026-03-25 | 13.7288 |
| 2026-04-01 | 13.6758 |
| 2026-04-08 | 13.7430 |
| 2026-04-15 | 14.1108 |
| 2026-04-22 | 14.0594 |
| 2026-04-29 | 13.9864 |
| 2026-05-06 | 14.2233 |
| 2026-05-14 | 14.2492 |
| 2026-05-21 | 14.7128 |
| 2026-05-29 | 14.5792 |
| 2026-06-05 | 14.3155 |
| 2026-06-14 | 14.5764 |
| 2026-06-21 | 14.4226 |
| 2026-06-28 | 13.7893 |
| 2026-07-05 | 13.8385 |
| 2026-07-12 | 14.0401 |
| 2026-07-19 | 13.8986 |
| 2026-07-26 | 13.9646 |
| 2026-08-02 | 13.8641 |
| 2026-08-09 | 13.5198 |
| 2026-08-16 | 13.2605 |
| 2026-08-24 | 13.3468 |
| 2026-08-31 | 13.2684 |
| 2026-09-07 | 13.0718 |
| 2026-09-14 | 13.2210 |
| 2026-09-21 | 13.3177 |
High
14.7128
Low
13.0718
Average
13.7094
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.