Skip to content

UYU to BGN exchange rate API

Peso Uruguayo to Bulgarian Lev · quoted 2026-09-26

0.04294

▲ +1.20% over YTD

1 UYU = 0.04294 BGN · 1 BGN = 23.2883 UYU · Get this rate via the API

1 UYU buys 0.04294 BGN as of 2026-09-26, so 1 BGN buys 23.2883 UYU. Over the year to date, UYU/BGN traded between 0.04145 and 0.04388, averaged 0.04234 and rose 1.20%. The API holds daily UYU/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/BGN over YTD

UYU/BGN over YTD: show the values
PointUYU/BGN
2025-12-310.04243
2026-01-070.04293
2026-01-140.04320
2026-01-210.04346
2026-01-280.04333
2026-02-040.04307
2026-02-110.04282
2026-02-180.04255
2026-02-250.04296
2026-03-040.04388
2026-03-110.04174
2026-03-180.04181
2026-03-250.04145
2026-04-010.04160
2026-04-080.04162
2026-04-190.04186
2026-04-260.04218
2026-05-030.04182
2026-05-100.04194
2026-05-180.04161
2026-05-260.04209
2026-06-020.04181
2026-06-110.04191
2026-06-180.04206
2026-06-250.04317
2026-07-020.04205
2026-07-090.04257
2026-07-160.04258
2026-07-230.04270
2026-07-300.04260
2026-08-060.04215
2026-08-130.04230
2026-08-210.04169
2026-08-280.04183
2026-09-040.04189
2026-09-110.04186
2026-09-180.04188
2026-09-250.04294

High

0.04388

Low

0.04145

Average

0.04234

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/BGN API questions

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

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

How far back does UYU/BGN historical data go?

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