Skip to content

INR to BIF exchange rate API

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

31.2870

▼ +6.75% over 1Y

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 year, INR/BIF traded between 30.9849 and 33.5530, averaged 32.1028 and fell 6.75%. 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 1Y

INR/BIF over 1Y: show the values
PointINR/BIF
2025-09-2533.5530
2025-10-0233.0880
2025-10-0933.1924
2025-10-1633.4967
2025-10-2333.5238
2025-10-3033.2561
2025-11-0633.2983
2025-11-1333.2661
2025-11-2033.3266
2025-11-2733.1642
2025-12-0432.9000
2025-12-1232.6122
2025-12-1932.9614
2025-12-2632.8142
2026-01-0232.8340
2026-01-0932.8778
2026-01-1632.6763
2026-01-2332.1452
2026-01-3032.2584
2026-02-0632.6868
2026-02-1332.7528
2026-02-2032.6406
2026-02-2732.6000
2026-03-0632.3234
2026-03-1332.2489
2026-03-2031.7106
2026-03-2731.2791
2026-04-0331.9951
2026-04-1031.9745
2026-04-1732.0331
2026-04-2431.4581
2026-05-0131.2501
2026-05-0831.6005
2026-05-1631.0062
2026-05-2431.0605
2026-05-3131.3120
2026-06-0931.2789
2026-06-1631.6194
2026-06-2331.5328
2026-06-3031.4569
2026-07-0731.3216
2026-07-1431.1015
2026-07-2130.9849
2026-07-2831.2145
2026-08-0431.1005
2026-08-1131.3209
2026-08-1831.2292
2026-08-2631.2696
2026-09-0231.5278
2026-09-0931.4451
2026-09-1631.1784
2026-09-2331.4024

High

33.5530

Low

30.9849

Average

32.1028

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.