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: show the values
| Point | INR/BIF |
|---|---|
| 2026-08-26 | 31.2696 |
| 2026-08-27 | 31.2592 |
| 2026-08-28 | 31.2650 |
| 2026-08-29 | 31.3309 |
| 2026-08-30 | 31.3047 |
| 2026-08-31 | 31.5249 |
| 2026-09-01 | 31.5474 |
| 2026-09-02 | 31.5278 |
| 2026-09-03 | 31.6375 |
| 2026-09-04 | 31.6404 |
| 2026-09-05 | 31.6728 |
| 2026-09-06 | 31.6190 |
| 2026-09-07 | 31.6411 |
| 2026-09-08 | 31.5473 |
| 2026-09-09 | 31.4451 |
| 2026-09-10 | 31.3205 |
| 2026-09-11 | 31.3150 |
| 2026-09-12 | 30.8580 |
| 2026-09-13 | 31.2632 |
| 2026-09-14 | 31.2959 |
| 2026-09-15 | 31.1630 |
| 2026-09-16 | 31.1784 |
| 2026-09-17 | 31.3042 |
| 2026-09-18 | 31.3744 |
| 2026-09-19 | 31.2485 |
| 2026-09-20 | 31.2027 |
| 2026-09-21 | 31.3156 |
| 2026-09-22 | 31.4142 |
| 2026-09-23 | 31.4024 |
| 2026-09-24 | 31.4031 |
| 2026-09-25 | 31.3851 |
High
31.6728
Low
30.8580
Average
31.3739
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.