Skip to content

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

BYN/UYU over 1Y: show the values
PointBYN/UYU
2025-09-2611.8445
2025-10-0311.7619
2025-10-1011.7877
2025-10-1711.7446
2025-10-2411.6611
2025-10-3111.7088
2025-11-0711.6878
2025-11-1411.6535
2025-11-2111.6439
2025-11-2812.5691
2025-12-0513.5718
2025-12-1313.3335
2025-12-2013.3548
2025-12-2713.4087
2026-01-0313.3153
2026-01-1013.3157
2026-01-1713.4392
2026-01-2413.5856
2026-01-3113.3342
2026-02-0713.4398
2026-02-1413.4788
2026-02-2113.5685
2026-02-2813.2629
2026-03-0713.6314
2026-03-1413.6254
2026-03-2113.3590
2026-03-2813.5980
2026-04-0413.6766
2026-04-1114.0579
2026-04-1814.0057
2026-04-2514.0035
2026-05-0214.1325
2026-05-0914.1121
2026-05-1714.4597
2026-05-2514.5869
2026-06-0114.5801
2026-06-1014.6451
2026-06-1714.5870
2026-06-2414.2595
2026-07-0113.7418
2026-07-0814.0652
2026-07-1513.9621
2026-07-2213.9158
2026-07-2913.9087
2026-08-0513.6565
2026-08-1213.5281
2026-08-2013.1936
2026-08-2713.3276
2026-09-0313.0220
2026-09-1013.1886
2026-09-1713.2779
2026-09-2413.2302

High

14.6451

Low

11.6439

Average

13.3391

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=UYU");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=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&currencies=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.