Skip to content

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

BRL/INR over 5Y: show the values
PointBRL/INR
2021-09-2713.8940
2021-11-0813.2697
2021-12-2013.3142
2022-01-3113.8873
2022-03-1415.1812
2022-04-2715.2833
2022-06-0815.9044
2022-07-2014.7219
2022-08-3115.4513
2022-10-1215.5505
2022-11-2315.1781
2023-01-0515.3304
2023-02-1615.7706
2023-03-3016.0915
2023-05-1616.7727
2023-06-2717.1655
2023-08-0816.7985
2023-09-1917.1714
2023-10-3116.4523
2023-12-1216.8913
2024-01-2616.9338
2024-03-0816.6608
2024-04-2316.1003
2024-06-0515.8417
2024-07-1715.3592
2024-08-2715.3097
2024-10-0715.4464
2024-11-0614.5156
2024-12-0614.1021
2025-01-0513.8901
2025-02-0414.9674
2025-03-0615.1411
2025-04-0514.6259
2025-05-0514.9355
2025-06-0415.2775
2025-07-0415.7686
2025-08-0315.7404
2025-09-0216.1648
2025-10-0216.7003
2025-11-0116.5172
2025-12-0116.7476
2025-12-3116.4061
2026-01-3017.6084
2026-03-0117.7768
2026-03-3117.9603
2026-04-3019.0540
2026-05-3018.8567
2026-06-3018.2798
2026-07-3018.7594
2026-08-2918.4020

High

19.0540

Low

13.2697

Average

16.0540

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=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&currencies=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.