Skip to content

BIF to MGA exchange rate API

Burundi Franc to Malagasy Ariary · quoted 2026-09-26

1.4705

▲ +5.16% over 1Y

1 BIF = 1.4705 MGA · 1 MGA = 0.68003 BIF · Get this rate via the API

1 BIF buys 1.4705 MGA as of 2026-09-26, so 1 MGA buys 0.68003 BIF. Over the last year, BIF/MGA traded between 1.3388 and 1.5648, averaged 1.4542 and rose 5.16%. The API holds daily BIF/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/MGA over 1Y

BIF/MGA over 1Y: show the values
PointBIF/MGA
2025-09-261.3983
2025-10-031.3388
2025-10-101.3861
2025-10-171.5144
2025-10-241.5216
2025-10-311.5233
2025-11-071.5255
2025-11-141.5170
2025-11-211.5254
2025-11-281.5183
2025-12-051.5086
2025-12-131.5260
2025-12-201.5340
2025-12-271.5446
2026-01-031.5494
2026-01-101.5509
2026-01-171.5648
2026-01-241.5336
2026-01-311.5011
2026-02-071.4983
2026-02-141.4841
2026-02-211.4588
2026-02-281.4198
2026-03-071.4035
2026-03-141.4004
2026-03-211.4040
2026-03-281.4064
2026-04-041.4057
2026-04-111.3956
2026-04-181.3921
2026-04-251.3969
2026-05-021.3945
2026-05-091.4000
2026-05-171.4090
2026-05-251.4101
2026-06-011.4102
2026-06-101.4064
2026-06-171.3978
2026-06-241.4117
2026-07-011.4248
2026-07-081.4234
2026-07-151.4301
2026-07-221.4411
2026-07-291.4428
2026-08-051.4292
2026-08-121.4416
2026-08-201.4400
2026-08-271.4440
2026-09-031.4440
2026-09-101.4376
2026-09-171.4537
2026-09-241.4630

High

1.5648

Low

1.3388

Average

1.4542

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/MGA API questions

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

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

How far back does BIF/MGA historical data go?

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