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: show the values
| Point | BBD/UYU |
|---|---|
| 2025-09-24 | 19.9424 |
| 2025-10-01 | 19.9328 |
| 2025-10-08 | 19.9836 |
| 2025-10-15 | 19.9953 |
| 2025-10-22 | 19.9576 |
| 2025-10-29 | 19.9270 |
| 2025-11-05 | 19.8879 |
| 2025-11-12 | 19.8830 |
| 2025-11-19 | 19.9145 |
| 2025-11-26 | 19.8000 |
| 2025-12-03 | 19.6698 |
| 2025-12-11 | 19.4839 |
| 2025-12-18 | 19.5922 |
| 2025-12-25 | 19.5942 |
| 2026-01-01 | 19.5421 |
| 2026-01-08 | 19.4943 |
| 2026-01-15 | 19.3762 |
| 2026-01-22 | 19.2202 |
| 2026-01-29 | 18.9331 |
| 2026-02-05 | 19.2809 |
| 2026-02-12 | 19.0365 |
| 2026-02-19 | 19.4919 |
| 2026-02-26 | 19.1194 |
| 2026-03-05 | 19.4056 |
| 2026-03-12 | 20.1740 |
| 2026-03-19 | 20.3722 |
| 2026-03-26 | 20.3117 |
| 2026-04-02 | 20.3251 |
| 2026-04-09 | 20.1699 |
| 2026-04-16 | 19.9705 |
| 2026-04-23 | 19.7386 |
| 2026-04-30 | 19.7592 |
| 2026-05-07 | 19.8868 |
| 2026-05-15 | 19.6857 |
| 2026-05-23 | 20.1538 |
| 2026-05-30 | 20.0609 |
| 2026-06-06 | 20.1625 |
| 2026-06-15 | 20.1943 |
| 2026-06-22 | 19.9849 |
| 2026-06-29 | 20.0992 |
| 2026-07-06 | 20.1245 |
| 2026-07-13 | 20.2226 |
| 2026-07-20 | 20.0928 |
| 2026-07-27 | 20.0437 |
| 2026-08-03 | 20.0504 |
| 2026-08-10 | 20.0738 |
| 2026-08-17 | 20.0229 |
| 2026-08-25 | 20.0348 |
| 2026-09-01 | 20.1220 |
| 2026-09-08 | 20.1207 |
| 2026-09-15 | 20.0898 |
| 2026-09-22 | 20.1089 |
High
20.3722
Low
18.9331
Average
19.8629
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.