Skip to content

AED to BIF exchange rate API

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

816.1434

▲ +0.52% over 30D

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 last 30 days, AED/BIF traded between 803.2921 and 820.4352, averaged 815.2807 and rose 0.52%. 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 30D

AED/BIF over 30D: show the values
PointAED/BIF
2026-08-28811.9400
2026-08-29814.7534
2026-08-30814.7279
2026-08-31816.8452
2026-09-01815.5320
2026-09-02815.2333
2026-09-03813.9054
2026-09-04813.9800
2026-09-05814.4146
2026-09-06814.5728
2026-09-07814.0305
2026-09-08814.4621
2026-09-09814.2522
2026-09-10813.8475
2026-09-11814.6773
2026-09-12803.2921
2026-09-13815.0669
2026-09-14814.1794
2026-09-15814.1637
2026-09-16814.6014
2026-09-17817.6704
2026-09-18818.9800
2026-09-19816.8462
2026-09-20816.2219
2026-09-21816.9622
2026-09-22817.6056
2026-09-23818.5464
2026-09-24820.4352
2026-09-25818.7512
2026-09-26816.1987
2026-09-27816.1434

High

820.4352

Low

803.2921

Average

815.2807

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.