BRL to INR exchange rate API
Brazilian Real to Indian Rupee · quoted 2026-09-24
18.8259
▲ +35.50% over 5Y
1 BRL = 18.8259 INR · 1 INR = 0.05312 BRL · Get this rate via the API
1 BRL buys 18.8259 INR as of 2026-09-24, so 1 INR buys 0.05312 BRL. Over the last 5 years, BRL/INR traded between 13.2697 and 19.0540, averaged 16.0540 and rose 35.50%. The API holds daily BRL/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
BRL/INR over 5Y: show the values
| Point | BRL/INR |
|---|---|
| 2021-09-27 | 13.8940 |
| 2021-11-08 | 13.2697 |
| 2021-12-20 | 13.3142 |
| 2022-01-31 | 13.8873 |
| 2022-03-14 | 15.1812 |
| 2022-04-27 | 15.2833 |
| 2022-06-08 | 15.9044 |
| 2022-07-20 | 14.7219 |
| 2022-08-31 | 15.4513 |
| 2022-10-12 | 15.5505 |
| 2022-11-23 | 15.1781 |
| 2023-01-05 | 15.3304 |
| 2023-02-16 | 15.7706 |
| 2023-03-30 | 16.0915 |
| 2023-05-16 | 16.7727 |
| 2023-06-27 | 17.1655 |
| 2023-08-08 | 16.7985 |
| 2023-09-19 | 17.1714 |
| 2023-10-31 | 16.4523 |
| 2023-12-12 | 16.8913 |
| 2024-01-26 | 16.9338 |
| 2024-03-08 | 16.6608 |
| 2024-04-23 | 16.1003 |
| 2024-06-05 | 15.8417 |
| 2024-07-17 | 15.3592 |
| 2024-08-27 | 15.3097 |
| 2024-10-07 | 15.4464 |
| 2024-11-06 | 14.5156 |
| 2024-12-06 | 14.1021 |
| 2025-01-05 | 13.8901 |
| 2025-02-04 | 14.9674 |
| 2025-03-06 | 15.1411 |
| 2025-04-05 | 14.6259 |
| 2025-05-05 | 14.9355 |
| 2025-06-04 | 15.2775 |
| 2025-07-04 | 15.7686 |
| 2025-08-03 | 15.7404 |
| 2025-09-02 | 16.1648 |
| 2025-10-02 | 16.7003 |
| 2025-11-01 | 16.5172 |
| 2025-12-01 | 16.7476 |
| 2025-12-31 | 16.4061 |
| 2026-01-30 | 17.6084 |
| 2026-03-01 | 17.7768 |
| 2026-03-31 | 17.9603 |
| 2026-04-30 | 19.0540 |
| 2026-05-30 | 18.8567 |
| 2026-06-30 | 18.2798 |
| 2026-07-30 | 18.7594 |
| 2026-08-29 | 18.4020 |
High
19.0540
Low
13.2697
Average
16.0540
Get this rate via the API
One GET request returns the BRL/INR 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=BRL¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
BRL/INR API questions
How do I get the BRL/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/INR rate in rates.INR.
How far back does BRL/INR historical data go?
Daily BRL/INR 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 BRL/INR 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.