Skip to content

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

MVR/BIF over 1Y: show the values
PointMVR/BIF
2025-09-25192.9827
2025-10-02190.5759
2025-10-09191.3859
2025-10-16191.0369
2025-10-23191.0178
2025-10-30191.4019
2025-11-06191.0158
2025-11-13191.0646
2025-11-20191.4089
2025-11-27191.9424
2025-12-04191.5272
2025-12-12191.1841
2025-12-19191.3599
2025-12-26191.3763
2026-01-02191.5718
2026-01-09191.9166
2026-01-16191.7659
2026-01-23191.0492
2026-01-30191.8391
2026-02-06191.7487
2026-02-13191.9664
2026-02-20192.2401
2026-02-27192.0724
2026-03-06192.0203
2026-03-13192.7191
2026-03-20192.0267
2026-03-27191.8326
2026-04-03191.8774
2026-04-10192.2343
2026-04-17192.4511
2026-04-24191.7813
2026-05-01192.4946
2026-05-08193.1995
2026-05-16193.1421
2026-05-24192.9115
2026-05-31193.1562
2026-06-09192.9689
2026-06-16193.4062
2026-06-23193.2401
2026-06-30192.6214
2026-07-07192.4177
2026-07-14193.5445
2026-07-21192.8797
2026-07-28193.5460
2026-08-04191.8758
2026-08-11193.4112
2026-08-18193.2968
2026-08-26193.0082
2026-09-02193.6890
2026-09-09193.5047
2026-09-16193.7334
2026-09-23194.4738

High

194.5243

Low

190.5759

Average

192.3290

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&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=MVR&currencies=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&currencies=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.