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: show the values
| Point | BRL/RUB |
|---|---|
| 2025-09-26 | 15.6669 |
| 2025-10-03 | 15.3659 |
| 2025-10-10 | 15.1270 |
| 2025-10-17 | 14.7906 |
| 2025-10-24 | 15.0822 |
| 2025-10-31 | 14.8522 |
| 2025-11-07 | 15.1481 |
| 2025-11-14 | 15.2186 |
| 2025-11-21 | 14.9041 |
| 2025-11-28 | 14.5997 |
| 2025-12-05 | 14.5134 |
| 2025-12-13 | 14.7343 |
| 2025-12-20 | 14.5759 |
| 2025-12-27 | 14.1999 |
| 2026-01-03 | 14.8257 |
| 2026-01-10 | 14.7616 |
| 2026-01-17 | 14.4843 |
| 2026-01-24 | 14.3165 |
| 2026-01-31 | 14.5214 |
| 2026-02-07 | 14.7186 |
| 2026-02-14 | 14.5992 |
| 2026-02-21 | 14.8151 |
| 2026-02-28 | 15.0239 |
| 2026-03-07 | 15.0771 |
| 2026-03-14 | 15.0156 |
| 2026-03-21 | 15.5938 |
| 2026-03-28 | 15.4928 |
| 2026-04-04 | 15.5698 |
| 2026-04-11 | 15.3926 |
| 2026-04-18 | 15.3091 |
| 2026-04-25 | 15.0957 |
| 2026-05-02 | 15.0161 |
| 2026-05-09 | 15.1045 |
| 2026-05-17 | 14.4182 |
| 2026-05-25 | 14.2554 |
| 2026-06-01 | 14.1793 |
| 2026-06-10 | 13.8699 |
| 2026-06-17 | 14.2597 |
| 2026-06-24 | 14.3306 |
| 2026-07-01 | 15.1714 |
| 2026-07-08 | 14.8301 |
| 2026-07-15 | 15.2456 |
| 2026-07-22 | 15.4123 |
| 2026-07-29 | 15.3764 |
| 2026-08-05 | 15.7517 |
| 2026-08-12 | 15.9943 |
| 2026-08-20 | 16.1720 |
| 2026-08-27 | 16.5923 |
| 2026-09-03 | 17.2047 |
| 2026-09-10 | 16.5856 |
| 2026-09-17 | 16.4168 |
| 2026-09-24 | 16.3760 |
High
17.2047
Low
13.8699
Average
15.1364
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.