Skip to content

INR to BRL exchange rate API

Indian Rupee to Brazilian Real · quoted 2026-09-26

0.05417

▼ +24.73% over 5Y

1 INR = 0.05417 BRL · 1 BRL = 18.4601 INR · Get this rate via the API

1 INR buys 0.05417 BRL as of 2026-09-26, so 1 BRL buys 18.4601 INR. Over the last 5 years, INR/BRL traded between 0.05248 and 0.07536, averaged 0.06281 and fell 24.73%. The API holds daily INR/BRL rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/BRL over 5Y

INR/BRL over 5Y: show the values
PointINR/BRL
2021-09-270.07197
2021-11-080.07536
2021-12-200.07511
2022-01-310.07201
2022-03-140.06587
2022-04-270.06543
2022-06-080.06288
2022-07-200.06793
2022-08-310.06472
2022-10-120.06431
2022-11-230.06588
2023-01-050.06523
2023-02-160.06341
2023-03-300.06214
2023-05-160.05962
2023-06-270.05826
2023-08-080.05953
2023-09-190.05824
2023-10-310.06078
2023-12-120.05920
2024-01-260.05905
2024-03-080.06002
2024-04-230.06211
2024-06-050.06312
2024-07-170.06511
2024-08-270.06532
2024-10-070.06474
2024-11-060.06889
2024-12-060.07091
2025-01-050.07199
2025-02-040.06681
2025-03-060.06605
2025-04-050.06837
2025-05-050.06695
2025-06-040.06545
2025-07-040.06342
2025-08-030.06353
2025-09-020.06186
2025-10-020.05988
2025-11-010.06054
2025-12-010.05971
2025-12-310.06095
2026-01-300.05679
2026-03-010.05625
2026-03-310.05568
2026-04-300.05248
2026-05-300.05303
2026-06-300.05470
2026-07-300.05331
2026-08-290.05434

High

0.07536

Low

0.05248

Average

0.06281

For developers

Get this rate via the API

One GET request returns the INR/BRL 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=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BRL");
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=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/BRL API questions

How do I get the INR/BRL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/BRL rate in rates.BRL.

How far back does INR/BRL historical data go?

Daily INR/BRL rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/BRL 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.