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: show the values
| Point | INR/BIF |
|---|---|
| 2026-03-29 | 31.2496 |
| 2026-04-05 | 31.8913 |
| 2026-04-12 | 31.8740 |
| 2026-04-19 | 32.0656 |
| 2026-04-26 | 31.4739 |
| 2026-05-03 | 31.3163 |
| 2026-05-10 | 31.3722 |
| 2026-05-18 | 30.9629 |
| 2026-05-26 | 31.0480 |
| 2026-06-02 | 31.2962 |
| 2026-06-11 | 31.2059 |
| 2026-06-18 | 31.6822 |
| 2026-06-25 | 31.5591 |
| 2026-07-02 | 31.2902 |
| 2026-07-09 | 31.2497 |
| 2026-07-16 | 30.8652 |
| 2026-07-23 | 30.8895 |
| 2026-07-30 | 31.1384 |
| 2026-08-06 | 31.3088 |
| 2026-08-13 | 31.3269 |
| 2026-08-21 | 31.1013 |
| 2026-08-28 | 31.2650 |
| 2026-09-04 | 31.6404 |
| 2026-09-11 | 31.3150 |
| 2026-09-18 | 31.3744 |
| 2026-09-25 | 31.3851 |
High
32.0656
Low
30.8652
Average
31.3494
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.