Skip to content

UYU to BIF exchange rate API

Peso Uruguayo to Burundi Franc · quoted 2026-09-26

75.0673

▲ +0.41% over 1Y

1 UYU = 75.0673 BIF · 1 BIF = 0.01332 UYU · Get this rate via the API

1 UYU buys 75.0673 BIF as of 2026-09-26, so 1 BIF buys 0.01332 UYU. Over the last year, UYU/BIF traded between 73.3305 and 78.1168, averaged 74.7073 and rose 0.41%. The API holds daily UYU/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/BIF over 1Y

UYU/BIF over 1Y: show the values
PointUYU/BIF
2025-09-2674.7627
2025-10-0373.8194
2025-10-1073.4960
2025-10-1773.5382
2025-10-2474.0941
2025-10-3173.9892
2025-11-0774.1227
2025-11-1474.2198
2025-11-2174.2562
2025-11-2874.3080
2025-12-0575.6343
2025-12-1375.3803
2025-12-2075.4954
2025-12-2775.6790
2026-01-0375.7107
2026-01-1076.0643
2026-01-1776.3872
2026-01-2477.0415
2026-01-3178.1168
2026-02-0776.7271
2026-02-1476.8569
2026-02-2176.4108
2026-02-2877.2705
2026-03-0773.7723
2026-03-1473.7099
2026-03-2173.7832
2026-03-2873.3305
2026-04-0473.5737
2026-04-1173.6348
2026-04-1874.7455
2026-04-2574.9843
2026-05-0274.6061
2026-05-0974.6001
2026-05-1774.0316
2026-05-2574.1575
2026-06-0174.0601
2026-06-1073.8635
2026-06-1773.9878
2026-06-2474.2788
2026-07-0174.1589
2026-07-0873.9587
2026-07-1574.5105
2026-07-2274.1448
2026-07-2974.2579
2026-08-0574.2021
2026-08-1274.2529
2026-08-2074.3388
2026-08-2774.2768
2026-09-0374.3433
2026-09-1074.2937
2026-09-1774.2653
2026-09-2474.9156

High

78.1168

Low

73.3305

Average

74.7073

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/BIF API questions

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

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

How far back does UYU/BIF historical data go?

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