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: show the values
| Point | INR/BIF |
|---|---|
| 2025-09-25 | 33.5530 |
| 2025-10-02 | 33.0880 |
| 2025-10-09 | 33.1924 |
| 2025-10-16 | 33.4967 |
| 2025-10-23 | 33.5238 |
| 2025-10-30 | 33.2561 |
| 2025-11-06 | 33.2983 |
| 2025-11-13 | 33.2661 |
| 2025-11-20 | 33.3266 |
| 2025-11-27 | 33.1642 |
| 2025-12-04 | 32.9000 |
| 2025-12-12 | 32.6122 |
| 2025-12-19 | 32.9614 |
| 2025-12-26 | 32.8142 |
| 2026-01-02 | 32.8340 |
| 2026-01-09 | 32.8778 |
| 2026-01-16 | 32.6763 |
| 2026-01-23 | 32.1452 |
| 2026-01-30 | 32.2584 |
| 2026-02-06 | 32.6868 |
| 2026-02-13 | 32.7528 |
| 2026-02-20 | 32.6406 |
| 2026-02-27 | 32.6000 |
| 2026-03-06 | 32.3234 |
| 2026-03-13 | 32.2489 |
| 2026-03-20 | 31.7106 |
| 2026-03-27 | 31.2791 |
| 2026-04-03 | 31.9951 |
| 2026-04-10 | 31.9745 |
| 2026-04-17 | 32.0331 |
| 2026-04-24 | 31.4581 |
| 2026-05-01 | 31.2501 |
| 2026-05-08 | 31.6005 |
| 2026-05-16 | 31.0062 |
| 2026-05-24 | 31.0605 |
| 2026-05-31 | 31.3120 |
| 2026-06-09 | 31.2789 |
| 2026-06-16 | 31.6194 |
| 2026-06-23 | 31.5328 |
| 2026-06-30 | 31.4569 |
| 2026-07-07 | 31.3216 |
| 2026-07-14 | 31.1015 |
| 2026-07-21 | 30.9849 |
| 2026-07-28 | 31.2145 |
| 2026-08-04 | 31.1005 |
| 2026-08-11 | 31.3209 |
| 2026-08-18 | 31.2292 |
| 2026-08-26 | 31.2696 |
| 2026-09-02 | 31.5278 |
| 2026-09-09 | 31.4451 |
| 2026-09-16 | 31.1784 |
| 2026-09-23 | 31.4024 |
High
33.5530
Low
30.9849
Average
32.1028
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.