Skip to content

AED to BIF exchange rate API

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

816.1434

▲ +1.82% over 1Y

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 year, AED/BIF traded between 801.5522 and 818.9800, averaged 808.5943 and rose 1.82%. 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 1Y

AED/BIF over 1Y: show the values
PointAED/BIF
2025-09-27801.5533
2025-10-04801.8235
2025-10-11805.9056
2025-10-18803.5308
2025-10-25802.5689
2025-11-01804.8074
2025-11-08801.5522
2025-11-15802.5742
2025-11-22805.3962
2025-11-29806.1417
2025-12-06806.9361
2025-12-14804.8167
2025-12-21805.1941
2025-12-28805.3583
2026-01-04805.9855
2026-01-11806.0069
2026-01-18805.3802
2026-01-25805.5409
2026-02-01806.9835
2026-02-08805.9313
2026-02-15804.9284
2026-02-22805.8901
2026-03-01805.9003
2026-03-08807.6754
2026-03-15808.3373
2026-03-22807.0643
2026-03-29808.2810
2026-04-05808.6174
2026-04-12807.9729
2026-04-19810.9587
2026-04-26808.3213
2026-05-03810.2748
2026-05-10808.1448
2026-05-18812.2145
2026-05-26808.8105
2026-06-02811.7872
2026-06-11813.6190
2026-06-18813.6918
2026-06-25811.0499
2026-07-02812.6938
2026-07-09811.5657
2026-07-16809.7025
2026-07-23812.2510
2026-07-30811.1866
2026-08-06811.7072
2026-08-13814.0347
2026-08-21810.3584
2026-08-28811.9400
2026-09-04813.9800
2026-09-11814.6773
2026-09-18818.9800
2026-09-25818.7512

High

818.9800

Low

801.5522

Average

808.5943

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.