Skip to content

INR to BIF exchange rate API

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

31.2870

▲ +0.06% over 30D

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 30 days, INR/BIF traded between 30.8580 and 31.6728, averaged 31.3739 and rose 0.06%. 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 30D

INR/BIF over 30D: show the values
PointINR/BIF
2026-08-2631.2696
2026-08-2731.2592
2026-08-2831.2650
2026-08-2931.3309
2026-08-3031.3047
2026-08-3131.5249
2026-09-0131.5474
2026-09-0231.5278
2026-09-0331.6375
2026-09-0431.6404
2026-09-0531.6728
2026-09-0631.6190
2026-09-0731.6411
2026-09-0831.5473
2026-09-0931.4451
2026-09-1031.3205
2026-09-1131.3150
2026-09-1230.8580
2026-09-1331.2632
2026-09-1431.2959
2026-09-1531.1630
2026-09-1631.1784
2026-09-1731.3042
2026-09-1831.3744
2026-09-1931.2485
2026-09-2031.2027
2026-09-2131.3156
2026-09-2231.4142
2026-09-2331.4024
2026-09-2431.4031
2026-09-2531.3851

High

31.6728

Low

30.8580

Average

31.3739

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.