Skip to content

BRL to RUB exchange rate API

Brazilian Real to Russian Ruble · quoted 2026-09-26

16.2744

▲ +3.88% over 1Y

1 BRL = 16.2744 RUB · 1 RUB = 0.06145 BRL · Get this rate via the API

1 BRL buys 16.2744 RUB as of 2026-09-26, so 1 RUB buys 0.06145 BRL. Over the last year, BRL/RUB traded between 13.8699 and 17.2047, averaged 15.1364 and rose 3.88%. The API holds daily BRL/RUB rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/RUB over 1Y

BRL/RUB over 1Y: show the values
PointBRL/RUB
2025-09-2615.6669
2025-10-0315.3659
2025-10-1015.1270
2025-10-1714.7906
2025-10-2415.0822
2025-10-3114.8522
2025-11-0715.1481
2025-11-1415.2186
2025-11-2114.9041
2025-11-2814.5997
2025-12-0514.5134
2025-12-1314.7343
2025-12-2014.5759
2025-12-2714.1999
2026-01-0314.8257
2026-01-1014.7616
2026-01-1714.4843
2026-01-2414.3165
2026-01-3114.5214
2026-02-0714.7186
2026-02-1414.5992
2026-02-2114.8151
2026-02-2815.0239
2026-03-0715.0771
2026-03-1415.0156
2026-03-2115.5938
2026-03-2815.4928
2026-04-0415.5698
2026-04-1115.3926
2026-04-1815.3091
2026-04-2515.0957
2026-05-0215.0161
2026-05-0915.1045
2026-05-1714.4182
2026-05-2514.2554
2026-06-0114.1793
2026-06-1013.8699
2026-06-1714.2597
2026-06-2414.3306
2026-07-0115.1714
2026-07-0814.8301
2026-07-1515.2456
2026-07-2215.4123
2026-07-2915.3764
2026-08-0515.7517
2026-08-1215.9943
2026-08-2016.1720
2026-08-2716.5923
2026-09-0317.2047
2026-09-1016.5856
2026-09-1716.4168
2026-09-2416.3760

High

17.2047

Low

13.8699

Average

15.1364

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/RUB API questions

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

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

How far back does BRL/RUB historical data go?

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

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