Skip to content

UYU to SBD exchange rate API

Peso Uruguayo to Solomon Islands Dollar · quoted 2026-09-26

0.19987

▼ +4.31% over 1Y

1 UYU = 0.19987 SBD · 1 SBD = 5.0032 UYU · Get this rate via the API

1 UYU buys 0.19987 SBD as of 2026-09-26, so 1 SBD buys 5.0032 UYU. Over the last year, UYU/SBD traded between 0.19792 and 0.21222, averaged 0.20326 and fell 4.31%. The API holds daily UYU/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/SBD over 1Y

UYU/SBD over 1Y: show the values
PointUYU/SBD
2025-09-260.20886
2025-10-030.20527
2025-10-100.20291
2025-10-170.20438
2025-10-240.20603
2025-10-310.20510
2025-11-070.20551
2025-11-140.20568
2025-11-210.20565
2025-11-280.20593
2025-12-050.20906
2025-12-130.20807
2025-12-200.20792
2025-12-270.20819
2026-01-030.20845
2026-01-100.20905
2026-01-170.21001
2026-01-240.21169
2026-01-310.21222
2026-02-070.20897
2026-02-140.20830
2026-02-210.20734
2026-02-280.20957
2026-03-070.20015
2026-03-140.19997
2026-03-210.19985
2026-03-280.19866
2026-04-040.19983
2026-04-110.19978
2026-04-180.20201
2026-04-250.20314
2026-05-020.20161
2026-05-090.20109
2026-05-170.19939
2026-05-250.20017
2026-06-010.19949
2026-06-100.19798
2026-06-170.19801
2026-06-240.19963
2026-07-010.20087
2026-07-080.19850
2026-07-150.20180
2026-07-220.20089
2026-07-290.20116
2026-08-050.19984
2026-08-120.19973
2026-08-200.20053
2026-08-270.19928
2026-09-030.19923
2026-09-100.19874
2026-09-170.19792
2026-09-240.19936

High

0.21222

Low

0.19792

Average

0.20326

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/SBD API questions

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

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

How far back does UYU/SBD historical data go?

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