Skip to content

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

AZN/BIF over 1Y: show the values
PointAZN/BIF
2025-09-261805.23
2025-10-031770.70
2025-10-101772.80
2025-10-171729.23
2025-10-241730.99
2025-10-311735.14
2025-11-071736.00
2025-11-141735.21
2025-11-211737.17
2025-11-281737.47
2025-12-051740.52
2025-12-131741.14
2025-12-201740.58
2025-12-271740.01
2026-01-031740.47
2026-01-101742.69
2026-01-171739.13
2026-01-241738.01
2026-01-311743.32
2026-02-071739.17
2026-02-141742.82
2026-02-211744.26
2026-02-281743.86
2026-03-071745.03
2026-03-141745.75
2026-03-211748.19
2026-03-281742.11
2026-04-041746.12
2026-04-111742.99
2026-04-181744.92
2026-04-251742.80
2026-05-021746.51
2026-05-091745.92
2026-05-171749.59
2026-05-251746.67
2026-06-011747.70
2026-06-101758.34
2026-06-171758.06
2026-06-241756.04
2026-07-011749.95
2026-07-081755.03
2026-07-151756.89
2026-07-221755.04
2026-07-291754.68
2026-08-051755.87
2026-08-121758.08
2026-08-201749.65
2026-08-271756.82
2026-09-031758.46
2026-09-101758.39
2026-09-171766.64
2026-09-241772.58

High

1805.23

Low

1729.23

Average

1749.13

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.