Skip to content

BBD to UYU exchange rate API

Barbados Dollar to Peso Uruguayo · quoted 2026-09-24

20.1122

▲ +0.85% over 1Y

1 BBD = 20.1122 UYU · 1 UYU = 0.04972 BBD · Get this rate via the API

1 BBD buys 20.1122 UYU as of 2026-09-24, so 1 UYU buys 0.04972 BBD. Over the last year, BBD/UYU traded between 18.9331 and 20.3722, averaged 19.8629 and rose 0.85%. The API holds daily BBD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/UYU over 1Y

BBD/UYU over 1Y: show the values
PointBBD/UYU
2025-09-2419.9424
2025-10-0119.9328
2025-10-0819.9836
2025-10-1519.9953
2025-10-2219.9576
2025-10-2919.9270
2025-11-0519.8879
2025-11-1219.8830
2025-11-1919.9145
2025-11-2619.8000
2025-12-0319.6698
2025-12-1119.4839
2025-12-1819.5922
2025-12-2519.5942
2026-01-0119.5421
2026-01-0819.4943
2026-01-1519.3762
2026-01-2219.2202
2026-01-2918.9331
2026-02-0519.2809
2026-02-1219.0365
2026-02-1919.4919
2026-02-2619.1194
2026-03-0519.4056
2026-03-1220.1740
2026-03-1920.3722
2026-03-2620.3117
2026-04-0220.3251
2026-04-0920.1699
2026-04-1619.9705
2026-04-2319.7386
2026-04-3019.7592
2026-05-0719.8868
2026-05-1519.6857
2026-05-2320.1538
2026-05-3020.0609
2026-06-0620.1625
2026-06-1520.1943
2026-06-2219.9849
2026-06-2920.0992
2026-07-0620.1245
2026-07-1320.2226
2026-07-2020.0928
2026-07-2720.0437
2026-08-0320.0504
2026-08-1020.0738
2026-08-1720.0229
2026-08-2520.0348
2026-09-0120.1220
2026-09-0820.1207
2026-09-1520.0898
2026-09-2220.1089

High

20.3722

Low

18.9331

Average

19.8629

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/UYU API questions

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

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

How far back does BBD/UYU historical data go?

Daily BBD/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 BBD/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.