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: show the values
| Point | AED/BIF |
|---|---|
| 2026-08-28 | 811.9400 |
| 2026-08-29 | 814.7534 |
| 2026-08-30 | 814.7279 |
| 2026-08-31 | 816.8452 |
| 2026-09-01 | 815.5320 |
| 2026-09-02 | 815.2333 |
| 2026-09-03 | 813.9054 |
| 2026-09-04 | 813.9800 |
| 2026-09-05 | 814.4146 |
| 2026-09-06 | 814.5728 |
| 2026-09-07 | 814.0305 |
| 2026-09-08 | 814.4621 |
| 2026-09-09 | 814.2522 |
| 2026-09-10 | 813.8475 |
| 2026-09-11 | 814.6773 |
| 2026-09-12 | 803.2921 |
| 2026-09-13 | 815.0669 |
| 2026-09-14 | 814.1794 |
| 2026-09-15 | 814.1637 |
| 2026-09-16 | 814.6014 |
| 2026-09-17 | 817.6704 |
| 2026-09-18 | 818.9800 |
| 2026-09-19 | 816.8462 |
| 2026-09-20 | 816.2219 |
| 2026-09-21 | 816.9622 |
| 2026-09-22 | 817.6056 |
| 2026-09-23 | 818.5464 |
| 2026-09-24 | 820.4352 |
| 2026-09-25 | 818.7512 |
| 2026-09-26 | 816.1987 |
| 2026-09-27 | 816.1434 |
High
820.4352
Low
803.2921
Average
815.2807
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.