Skip to content

INR to BIF exchange rate API

Indian Rupee to Burundi Franc · quoted 2026-09-25

31.2870

▲ +0.12% over 6M

1 INR = 31.2870 BIF · 1 BIF = 0.03196 INR · Get this rate via the API

1 INR buys 31.2870 BIF as of 2026-09-25, so 1 BIF buys 0.03196 INR. Over the last 6 months, INR/BIF traded between 30.8652 and 32.0656, averaged 31.3494 and rose 0.12%. The API holds daily INR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/BIF over 6M

INR/BIF over 6M: show the values
PointINR/BIF
2026-03-2931.2496
2026-04-0531.8913
2026-04-1231.8740
2026-04-1932.0656
2026-04-2631.4739
2026-05-0331.3163
2026-05-1031.3722
2026-05-1830.9629
2026-05-2631.0480
2026-06-0231.2962
2026-06-1131.2059
2026-06-1831.6822
2026-06-2531.5591
2026-07-0231.2902
2026-07-0931.2497
2026-07-1630.8652
2026-07-2330.8895
2026-07-3031.1384
2026-08-0631.3088
2026-08-1331.3269
2026-08-2131.1013
2026-08-2831.2650
2026-09-0431.6404
2026-09-1131.3150
2026-09-1831.3744
2026-09-2531.3851

High

32.0656

Low

30.8652

Average

31.3494

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/BIF API questions

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

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

How far back does INR/BIF historical data go?

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