AZN to BIF exchange rate API
Azerbaijanian Manat to Burundi Franc · quoted 2026-09-26
1763.23
▲ +1.16% over YTD
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 year to date, AZN/BIF traded between 1734.79 and 1772.43, averaged 1750.37 and rose 1.16%. 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 YTD: show the values
| Point | AZN/BIF |
|---|---|
| 2025-12-31 | 1743.04 |
| 2026-01-07 | 1741.39 |
| 2026-01-14 | 1743.49 |
| 2026-01-21 | 1742.31 |
| 2026-01-28 | 1741.76 |
| 2026-02-04 | 1738.55 |
| 2026-02-11 | 1744.38 |
| 2026-02-18 | 1740.86 |
| 2026-02-25 | 1745.05 |
| 2026-03-04 | 1747.60 |
| 2026-03-11 | 1746.62 |
| 2026-03-18 | 1743.55 |
| 2026-03-25 | 1745.31 |
| 2026-04-01 | 1746.48 |
| 2026-04-08 | 1734.79 |
| 2026-04-15 | 1772.43 |
| 2026-04-22 | 1752.79 |
| 2026-04-29 | 1749.37 |
| 2026-05-06 | 1753.28 |
| 2026-05-14 | 1751.19 |
| 2026-05-21 | 1751.31 |
| 2026-05-29 | 1745.32 |
| 2026-06-05 | 1755.54 |
| 2026-06-14 | 1749.65 |
| 2026-06-21 | 1753.30 |
| 2026-06-28 | 1753.49 |
| 2026-07-05 | 1753.21 |
| 2026-07-12 | 1755.39 |
| 2026-07-19 | 1749.87 |
| 2026-07-26 | 1754.98 |
| 2026-08-02 | 1750.13 |
| 2026-08-09 | 1757.50 |
| 2026-08-16 | 1756.96 |
| 2026-08-24 | 1753.12 |
| 2026-08-31 | 1754.26 |
| 2026-09-07 | 1758.76 |
| 2026-09-14 | 1759.11 |
| 2026-09-21 | 1765.10 |
High
1772.43
Low
1734.79
Average
1750.37
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.