MVR to BIF exchange rate API
Rufiyaa to Burundi Franc · quoted 2026-09-25
194.5243
▲ +0.80% over 1Y
1 MVR = 194.5243 BIF · 1 BIF = 0.005141 MVR · Get this rate via the API
1 MVR buys 194.5243 BIF as of 2026-09-25, so 1 BIF buys 0.005141 MVR. Over the last year, MVR/BIF traded between 190.5759 and 194.5243, averaged 192.3290 and rose 0.80%. The API holds daily MVR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/BIF over 1Y: show the values
| Point | MVR/BIF |
|---|---|
| 2025-09-25 | 192.9827 |
| 2025-10-02 | 190.5759 |
| 2025-10-09 | 191.3859 |
| 2025-10-16 | 191.0369 |
| 2025-10-23 | 191.0178 |
| 2025-10-30 | 191.4019 |
| 2025-11-06 | 191.0158 |
| 2025-11-13 | 191.0646 |
| 2025-11-20 | 191.4089 |
| 2025-11-27 | 191.9424 |
| 2025-12-04 | 191.5272 |
| 2025-12-12 | 191.1841 |
| 2025-12-19 | 191.3599 |
| 2025-12-26 | 191.3763 |
| 2026-01-02 | 191.5718 |
| 2026-01-09 | 191.9166 |
| 2026-01-16 | 191.7659 |
| 2026-01-23 | 191.0492 |
| 2026-01-30 | 191.8391 |
| 2026-02-06 | 191.7487 |
| 2026-02-13 | 191.9664 |
| 2026-02-20 | 192.2401 |
| 2026-02-27 | 192.0724 |
| 2026-03-06 | 192.0203 |
| 2026-03-13 | 192.7191 |
| 2026-03-20 | 192.0267 |
| 2026-03-27 | 191.8326 |
| 2026-04-03 | 191.8774 |
| 2026-04-10 | 192.2343 |
| 2026-04-17 | 192.4511 |
| 2026-04-24 | 191.7813 |
| 2026-05-01 | 192.4946 |
| 2026-05-08 | 193.1995 |
| 2026-05-16 | 193.1421 |
| 2026-05-24 | 192.9115 |
| 2026-05-31 | 193.1562 |
| 2026-06-09 | 192.9689 |
| 2026-06-16 | 193.4062 |
| 2026-06-23 | 193.2401 |
| 2026-06-30 | 192.6214 |
| 2026-07-07 | 192.4177 |
| 2026-07-14 | 193.5445 |
| 2026-07-21 | 192.8797 |
| 2026-07-28 | 193.5460 |
| 2026-08-04 | 191.8758 |
| 2026-08-11 | 193.4112 |
| 2026-08-18 | 193.2968 |
| 2026-08-26 | 193.0082 |
| 2026-09-02 | 193.6890 |
| 2026-09-09 | 193.5047 |
| 2026-09-16 | 193.7334 |
| 2026-09-23 | 194.4738 |
High
194.5243
Low
190.5759
Average
192.3290
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/BIF API questions
How do I get the MVR/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/BIF rate in rates.BIF.
How far back does MVR/BIF historical data go?
Daily MVR/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 MVR/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.