Skip to content

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

AZN/BIF over 5Y: show the values
PointAZN/BIF
2024-08-241690.82
2024-10-071745.15
2024-11-061746.21
2024-12-061772.16
2025-01-051730.79
2025-02-041778.92
2025-03-061772.36
2025-04-061744.45
2025-05-061782.35
2025-06-071730.45
2025-07-071790.20
2025-08-061788.21
2025-09-051790.73
2025-10-061773.31
2025-11-051735.27
2025-12-051740.52
2026-01-051743.76
2026-02-041738.55
2026-03-061746.20
2026-04-051747.04
2026-05-051696.65
2026-06-061752.63
2026-07-081755.03
2026-08-071760.78
2026-09-071758.76

High

1790.73

Low

1690.82

Average

1752.87

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=BIF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.