Skip to content

BRL to RUB exchange rate API

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

16.2744

▲ +12.14% over YTD

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 year to date, BRL/RUB traded between 14.0456 and 16.8961, averaged 15.2325 and rose 12.14%. 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 YTD

BRL/RUB over YTD: show the values
PointBRL/RUB
2025-12-3114.5122
2026-01-0714.9310
2026-01-1414.6632
2026-01-2114.5959
2026-01-2814.7667
2026-02-0414.7491
2026-02-1114.8657
2026-02-1814.6190
2026-02-2514.9375
2026-03-0414.8734
2026-03-1115.2852
2026-03-1815.7675
2026-03-2515.3869
2026-04-0115.7571
2026-04-0815.4354
2026-04-1515.0808
2026-04-2215.1106
2026-04-2915.1087
2026-05-0615.3790
2026-05-1414.7363
2026-05-2114.2313
2026-05-2914.0456
2026-06-0514.5074
2026-06-1414.2767
2026-06-2114.1807
2026-06-2815.2551
2026-07-0514.8900
2026-07-1214.9953
2026-07-1915.3181
2026-07-2615.3789
2026-08-0215.6166
2026-08-0916.0477
2026-08-1616.0954
2026-08-2416.0685
2026-08-3116.6230
2026-09-0716.8961
2026-09-1416.3933
2026-09-2116.4130

High

16.8961

Low

14.0456

Average

15.2325

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.