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: show the values
| Point | AED/BIF |
|---|---|
| 2025-12-31 | 806.7616 |
| 2026-01-07 | 805.9920 |
| 2026-01-14 | 806.9591 |
| 2026-01-21 | 806.3976 |
| 2026-01-28 | 806.1601 |
| 2026-02-04 | 804.6623 |
| 2026-02-11 | 807.3546 |
| 2026-02-18 | 805.7259 |
| 2026-02-25 | 807.7045 |
| 2026-03-04 | 808.8505 |
| 2026-03-11 | 808.3923 |
| 2026-03-18 | 807.2011 |
| 2026-03-25 | 807.7611 |
| 2026-04-01 | 808.3201 |
| 2026-04-08 | 802.8932 |
| 2026-04-15 | 821.2470 |
| 2026-04-22 | 810.6206 |
| 2026-04-29 | 809.9567 |
| 2026-05-06 | 808.4771 |
| 2026-05-14 | 810.5197 |
| 2026-05-21 | 810.5598 |
| 2026-05-29 | 807.7781 |
| 2026-06-05 | 812.5100 |
| 2026-06-14 | 810.8446 |
| 2026-06-21 | 812.5894 |
| 2026-06-28 | 812.5484 |
| 2026-07-05 | 811.5752 |
| 2026-07-12 | 812.6731 |
| 2026-07-19 | 810.4065 |
| 2026-07-26 | 812.6598 |
| 2026-08-02 | 810.4963 |
| 2026-08-09 | 813.8905 |
| 2026-08-16 | 813.6623 |
| 2026-08-24 | 811.4125 |
| 2026-08-31 | 816.8452 |
| 2026-09-07 | 814.0305 |
| 2026-09-14 | 814.1794 |
| 2026-09-21 | 816.9622 |
High
821.2470
Low
802.8932
Average
810.3519
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.