AZN to BIF exchange rate API
Azerbaijanian Manat to Burundi Franc · quoted 2026-09-26
1763.23
▲ +4.28% over 5Y
1 AZN = 1763.23 BIF · 1 BIF = 0.000567 AZN · Get this rate via the API
1 AZN buys 1763.23 BIF as of 2026-09-26, so 1 BIF buys 0.000567 AZN. Over the last 5 years, AZN/BIF traded between 1690.82 and 1790.73, averaged 1752.87 and rose 4.28%. The API holds daily AZN/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/BIF over 5Y: show the values
| Point | AZN/BIF |
|---|---|
| 2024-08-24 | 1690.82 |
| 2024-10-07 | 1745.15 |
| 2024-11-06 | 1746.21 |
| 2024-12-06 | 1772.16 |
| 2025-01-05 | 1730.79 |
| 2025-02-04 | 1778.92 |
| 2025-03-06 | 1772.36 |
| 2025-04-06 | 1744.45 |
| 2025-05-06 | 1782.35 |
| 2025-06-07 | 1730.45 |
| 2025-07-07 | 1790.20 |
| 2025-08-06 | 1788.21 |
| 2025-09-05 | 1790.73 |
| 2025-10-06 | 1773.31 |
| 2025-11-05 | 1735.27 |
| 2025-12-05 | 1740.52 |
| 2026-01-05 | 1743.76 |
| 2026-02-04 | 1738.55 |
| 2026-03-06 | 1746.20 |
| 2026-04-05 | 1747.04 |
| 2026-05-05 | 1696.65 |
| 2026-06-06 | 1752.63 |
| 2026-07-08 | 1755.03 |
| 2026-08-07 | 1760.78 |
| 2026-09-07 | 1758.76 |
High
1790.73
Low
1690.82
Average
1752.87
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/BIF API questions
How do I get the AZN/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/BIF rate in rates.BIF.
How far back does AZN/BIF historical data go?
Daily AZN/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 AZN/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.