Skip to content

GBP to UYU exchange rate API

Pound Sterling to Peso Uruguayo · quoted 2026-09-25

53.0581

▼ +0.46% over 5Y

1 GBP = 53.0581 UYU · 1 UYU = 0.01885 GBP · Get this rate via the API

1 GBP buys 53.0581 UYU as of 2026-09-25, so 1 UYU buys 0.01885 GBP. Over the last 5 years, GBP/UYU traded between 51.8846 and 56.2308, averaged 53.8250 and fell 0.46%. The API holds daily GBP/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/UYU over 5Y

GBP/UYU over 5Y: show the values
PointGBP/UYU
2024-08-2453.3049
2024-10-0755.0113
2024-11-0653.4783
2024-12-0652.9954
2025-01-0554.6041
2025-02-0453.5932
2025-03-0654.8328
2025-04-0654.4676
2025-05-0656.1135
2025-06-0756.2308
2025-07-0754.6556
2025-08-0653.4211
2025-09-0554.0031
2025-10-0653.6679
2025-11-0551.8846
2025-12-0552.2016
2026-01-0552.6162
2026-02-0452.6869
2026-03-0652.4668
2026-04-0553.2521
2026-05-0554.5255
2026-06-0653.7961
2026-07-0853.8474
2026-08-0754.2698
2026-09-0754.4646

High

56.2308

Low

51.8846

Average

53.8250

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/UYU API questions

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

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

How far back does GBP/UYU historical data go?

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