Skip to content

UYU to BRL exchange rate API

Peso Uruguayo to Brazilian Real · quoted 2026-09-26

0.12960

▼ +2.86% over 1Y

1 UYU = 0.12960 BRL · 1 BRL = 7.7161 UYU · Get this rate via the API

1 UYU buys 0.12960 BRL as of 2026-09-26, so 1 BRL buys 7.7161 UYU. Over the last year, UYU/BRL traded between 0.12325 and 0.14183, averaged 0.13125 and fell 2.86%. The API holds daily UYU/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/BRL over 1Y

UYU/BRL over 1Y: show the values
PointUYU/BRL
2025-09-260.13342
2025-10-030.13385
2025-10-100.13375
2025-10-170.13590
2025-10-240.13567
2025-10-310.13487
2025-11-070.13471
2025-11-140.13342
2025-11-210.13506
2025-11-280.13432
2025-12-050.13577
2025-12-130.13777
2025-12-200.14125
2025-12-270.14183
2026-01-030.13883
2026-01-100.13787
2026-01-170.13878
2026-01-240.13787
2026-01-310.13851
2026-02-070.13540
2026-02-140.13553
2026-02-210.13337
2026-02-280.13365
2026-03-070.13073
2026-03-140.13235
2026-03-210.13186
2026-03-280.12982
2026-04-040.12787
2026-04-110.12419
2026-04-180.12518
2026-04-250.12576
2026-05-020.12516
2026-05-090.12325
2026-05-170.12566
2026-05-250.12494
2026-06-010.12524
2026-06-100.12826
2026-06-170.12586
2026-06-240.12937
2026-07-010.12931
2026-07-080.12782
2026-07-150.12676
2026-07-220.12624
2026-07-290.12746
2026-08-050.12716
2026-08-120.12809
2026-08-200.12981
2026-08-270.12788
2026-09-030.12618
2026-09-100.12737
2026-09-170.12687
2026-09-240.12880

High

0.14183

Low

0.12325

Average

0.13125

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

UYU/BRL API questions

How do I get the UYU/BRL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UYU/BRL rate in rates.BRL.

How far back does UYU/BRL historical data go?

Daily UYU/BRL 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 UYU/BRL 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.