Skip to content

NOK to BIF exchange rate API

Norwegian Krone to Burundi Franc · quoted 2026-09-27

315.2671

▼ +1.40% over 30D

1 NOK = 315.2671 BIF · 1 BIF = 0.003172 NOK · Get this rate via the API

1 NOK buys 315.2671 BIF as of 2026-09-27, so 1 BIF buys 0.003172 NOK. Over the last 30 days, NOK/BIF traded between 315.2647 and 325.7602, averaged 319.7812 and fell 1.40%. The API holds daily NOK/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NOK/BIF over 30D

NOK/BIF over 30D: show the values
PointNOK/BIF
2026-08-28319.7422
2026-08-29319.1835
2026-08-30319.3954
2026-08-31321.1887
2026-09-01320.9081
2026-09-02320.7383
2026-09-03321.3137
2026-09-04321.6216
2026-09-05321.3624
2026-09-06321.4248
2026-09-07322.5222
2026-09-08323.3458
2026-09-09325.7602
2026-09-10322.6020
2026-09-11321.7555
2026-09-12317.5236
2026-09-13322.2502
2026-09-14320.8233
2026-09-15319.9479
2026-09-16319.9602
2026-09-17318.5297
2026-09-18318.9123
2026-09-19318.7719
2026-09-20318.5505
2026-09-21318.8539
2026-09-22318.7094
2026-09-23317.6880
2026-09-24317.4728
2026-09-25316.3420
2026-09-26315.2647
2026-09-27315.2671

High

325.7602

Low

315.2647

Average

319.7812

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NOK/BIF API questions

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

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

How far back does NOK/BIF historical data go?

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