Skip to content

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

AZN/BIF over YTD: show the values
PointAZN/BIF
2025-12-311743.04
2026-01-071741.39
2026-01-141743.49
2026-01-211742.31
2026-01-281741.76
2026-02-041738.55
2026-02-111744.38
2026-02-181740.86
2026-02-251745.05
2026-03-041747.60
2026-03-111746.62
2026-03-181743.55
2026-03-251745.31
2026-04-011746.48
2026-04-081734.79
2026-04-151772.43
2026-04-221752.79
2026-04-291749.37
2026-05-061753.28
2026-05-141751.19
2026-05-211751.31
2026-05-291745.32
2026-06-051755.54
2026-06-141749.65
2026-06-211753.30
2026-06-281753.49
2026-07-051753.21
2026-07-121755.39
2026-07-191749.87
2026-07-261754.98
2026-08-021750.13
2026-08-091757.50
2026-08-161756.96
2026-08-241753.12
2026-08-311754.26
2026-09-071758.76
2026-09-141759.11
2026-09-211765.10

High

1772.43

Low

1734.79

Average

1750.37

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.