AZN to BIF exchange rate API
Azerbaijanian Manat to Burundi Franc · quoted 2026-09-26
1763.23
▼ +2.33% over 1Y
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 year, AZN/BIF traded between 1729.23 and 1805.23, averaged 1749.13 and fell 2.33%. 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 1Y: show the values
| Point | AZN/BIF |
|---|---|
| 2025-09-26 | 1805.23 |
| 2025-10-03 | 1770.70 |
| 2025-10-10 | 1772.80 |
| 2025-10-17 | 1729.23 |
| 2025-10-24 | 1730.99 |
| 2025-10-31 | 1735.14 |
| 2025-11-07 | 1736.00 |
| 2025-11-14 | 1735.21 |
| 2025-11-21 | 1737.17 |
| 2025-11-28 | 1737.47 |
| 2025-12-05 | 1740.52 |
| 2025-12-13 | 1741.14 |
| 2025-12-20 | 1740.58 |
| 2025-12-27 | 1740.01 |
| 2026-01-03 | 1740.47 |
| 2026-01-10 | 1742.69 |
| 2026-01-17 | 1739.13 |
| 2026-01-24 | 1738.01 |
| 2026-01-31 | 1743.32 |
| 2026-02-07 | 1739.17 |
| 2026-02-14 | 1742.82 |
| 2026-02-21 | 1744.26 |
| 2026-02-28 | 1743.86 |
| 2026-03-07 | 1745.03 |
| 2026-03-14 | 1745.75 |
| 2026-03-21 | 1748.19 |
| 2026-03-28 | 1742.11 |
| 2026-04-04 | 1746.12 |
| 2026-04-11 | 1742.99 |
| 2026-04-18 | 1744.92 |
| 2026-04-25 | 1742.80 |
| 2026-05-02 | 1746.51 |
| 2026-05-09 | 1745.92 |
| 2026-05-17 | 1749.59 |
| 2026-05-25 | 1746.67 |
| 2026-06-01 | 1747.70 |
| 2026-06-10 | 1758.34 |
| 2026-06-17 | 1758.06 |
| 2026-06-24 | 1756.04 |
| 2026-07-01 | 1749.95 |
| 2026-07-08 | 1755.03 |
| 2026-07-15 | 1756.89 |
| 2026-07-22 | 1755.04 |
| 2026-07-29 | 1754.68 |
| 2026-08-05 | 1755.87 |
| 2026-08-12 | 1758.08 |
| 2026-08-20 | 1749.65 |
| 2026-08-27 | 1756.82 |
| 2026-09-03 | 1758.46 |
| 2026-09-10 | 1758.39 |
| 2026-09-17 | 1766.64 |
| 2026-09-24 | 1772.58 |
High
1805.23
Low
1729.23
Average
1749.13
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.