Skip to content

NAD to BIF exchange rate API

Namibia Dollar to Burundi Franc · quoted 2026-09-26

183.7763

▲ +6.89% over 1Y

1 NAD = 183.7763 BIF · 1 BIF = 0.005441 NAD · Get this rate via the API

1 NAD buys 183.7763 BIF as of 2026-09-26, so 1 BIF buys 0.005441 NAD. Over the last year, NAD/BIF traded between 169.3418 and 187.0031, averaged 179.1953 and rose 6.89%. The API holds daily NAD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NAD/BIF over 1Y

NAD/BIF over 1Y: show the values
PointNAD/BIF
2025-09-26171.9355
2025-10-03170.1291
2025-10-10171.4007
2025-10-17169.3418
2025-10-24169.7708
2025-10-31170.8871
2025-11-07169.7984
2025-11-14173.2600
2025-11-21171.4089
2025-11-28172.2099
2025-12-05174.2068
2025-12-13175.4175
2025-12-20176.4772
2025-12-27177.4802
2026-01-03179.4297
2026-01-10179.6931
2026-01-17180.1742
2026-01-24183.2624
2026-01-31183.5809
2026-02-07184.4291
2026-02-14185.6745
2026-02-21184.8773
2026-02-28186.2246
2026-03-07179.2561
2026-03-14175.2030
2026-03-21173.6166
2026-03-28172.9857
2026-04-04174.8901
2026-04-11180.6528
2026-04-18182.0194
2026-04-25178.8818
2026-05-02178.6274
2026-05-09181.5089
2026-05-17178.4562
2026-05-25181.7107
2026-06-01183.0426
2026-06-10180.6694
2026-06-17184.6578
2026-06-24180.0265
2026-07-01181.0981
2026-07-08183.5131
2026-07-15182.7100
2026-07-22181.3781
2026-07-29178.3578
2026-08-05182.5614
2026-08-12184.5351
2026-08-20184.7325
2026-08-27187.0031
2026-09-03186.3230
2026-09-10186.3567
2026-09-17183.7664
2026-09-24183.9656

High

187.0031

Low

169.3418

Average

179.1953

For developers

Get this rate via the API

One GET request returns the NAD/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=NAD&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD&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=NAD&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

NAD/BIF API questions

How do I get the NAD/BIF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NAD&currencies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NAD/BIF rate in rates.BIF.

How far back does NAD/BIF historical data go?

Daily NAD/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 NAD/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.