Skip to content

AED to BIF exchange rate API

UAE Dirham to Burundi Franc · quoted 2026-09-27

816.1434

▲ +1.16% over YTD

1 AED = 816.1434 BIF · 1 BIF = 0.001225 AED · Get this rate via the API

1 AED buys 816.1434 BIF as of 2026-09-27, so 1 BIF buys 0.001225 AED. Over the year to date, AED/BIF traded between 802.8932 and 821.2470, averaged 810.3519 and rose 1.16%. The API holds daily AED/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/BIF over YTD

AED/BIF over YTD: show the values
PointAED/BIF
2025-12-31806.7616
2026-01-07805.9920
2026-01-14806.9591
2026-01-21806.3976
2026-01-28806.1601
2026-02-04804.6623
2026-02-11807.3546
2026-02-18805.7259
2026-02-25807.7045
2026-03-04808.8505
2026-03-11808.3923
2026-03-18807.2011
2026-03-25807.7611
2026-04-01808.3201
2026-04-08802.8932
2026-04-15821.2470
2026-04-22810.6206
2026-04-29809.9567
2026-05-06808.4771
2026-05-14810.5197
2026-05-21810.5598
2026-05-29807.7781
2026-06-05812.5100
2026-06-14810.8446
2026-06-21812.5894
2026-06-28812.5484
2026-07-05811.5752
2026-07-12812.6731
2026-07-19810.4065
2026-07-26812.6598
2026-08-02810.4963
2026-08-09813.8905
2026-08-16813.6623
2026-08-24811.4125
2026-08-31816.8452
2026-09-07814.0305
2026-09-14814.1794
2026-09-21816.9622

High

821.2470

Low

802.8932

Average

810.3519

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/BIF API questions

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

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

How far back does AED/BIF historical data go?

Daily AED/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 AED/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.