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: show the values
| Point | UYU/BIF |
|---|---|
| 2025-09-26 | 74.7627 |
| 2025-10-03 | 73.8194 |
| 2025-10-10 | 73.4960 |
| 2025-10-17 | 73.5382 |
| 2025-10-24 | 74.0941 |
| 2025-10-31 | 73.9892 |
| 2025-11-07 | 74.1227 |
| 2025-11-14 | 74.2198 |
| 2025-11-21 | 74.2562 |
| 2025-11-28 | 74.3080 |
| 2025-12-05 | 75.6343 |
| 2025-12-13 | 75.3803 |
| 2025-12-20 | 75.4954 |
| 2025-12-27 | 75.6790 |
| 2026-01-03 | 75.7107 |
| 2026-01-10 | 76.0643 |
| 2026-01-17 | 76.3872 |
| 2026-01-24 | 77.0415 |
| 2026-01-31 | 78.1168 |
| 2026-02-07 | 76.7271 |
| 2026-02-14 | 76.8569 |
| 2026-02-21 | 76.4108 |
| 2026-02-28 | 77.2705 |
| 2026-03-07 | 73.7723 |
| 2026-03-14 | 73.7099 |
| 2026-03-21 | 73.7832 |
| 2026-03-28 | 73.3305 |
| 2026-04-04 | 73.5737 |
| 2026-04-11 | 73.6348 |
| 2026-04-18 | 74.7455 |
| 2026-04-25 | 74.9843 |
| 2026-05-02 | 74.6061 |
| 2026-05-09 | 74.6001 |
| 2026-05-17 | 74.0316 |
| 2026-05-25 | 74.1575 |
| 2026-06-01 | 74.0601 |
| 2026-06-10 | 73.8635 |
| 2026-06-17 | 73.9878 |
| 2026-06-24 | 74.2788 |
| 2026-07-01 | 74.1589 |
| 2026-07-08 | 73.9587 |
| 2026-07-15 | 74.5105 |
| 2026-07-22 | 74.1448 |
| 2026-07-29 | 74.2579 |
| 2026-08-05 | 74.2021 |
| 2026-08-12 | 74.2529 |
| 2026-08-20 | 74.3388 |
| 2026-08-27 | 74.2768 |
| 2026-09-03 | 74.3433 |
| 2026-09-10 | 74.2937 |
| 2026-09-17 | 74.2653 |
| 2026-09-24 | 74.9156 |
High
78.1168
Low
73.3305
Average
74.7073
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=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¤cies=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.