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: show the values
| Point | BRL/RUB |
|---|---|
| 2025-12-31 | 14.5122 |
| 2026-01-07 | 14.9310 |
| 2026-01-14 | 14.6632 |
| 2026-01-21 | 14.5959 |
| 2026-01-28 | 14.7667 |
| 2026-02-04 | 14.7491 |
| 2026-02-11 | 14.8657 |
| 2026-02-18 | 14.6190 |
| 2026-02-25 | 14.9375 |
| 2026-03-04 | 14.8734 |
| 2026-03-11 | 15.2852 |
| 2026-03-18 | 15.7675 |
| 2026-03-25 | 15.3869 |
| 2026-04-01 | 15.7571 |
| 2026-04-08 | 15.4354 |
| 2026-04-15 | 15.0808 |
| 2026-04-22 | 15.1106 |
| 2026-04-29 | 15.1087 |
| 2026-05-06 | 15.3790 |
| 2026-05-14 | 14.7363 |
| 2026-05-21 | 14.2313 |
| 2026-05-29 | 14.0456 |
| 2026-06-05 | 14.5074 |
| 2026-06-14 | 14.2767 |
| 2026-06-21 | 14.1807 |
| 2026-06-28 | 15.2551 |
| 2026-07-05 | 14.8900 |
| 2026-07-12 | 14.9953 |
| 2026-07-19 | 15.3181 |
| 2026-07-26 | 15.3789 |
| 2026-08-02 | 15.6166 |
| 2026-08-09 | 16.0477 |
| 2026-08-16 | 16.0954 |
| 2026-08-24 | 16.0685 |
| 2026-08-31 | 16.6230 |
| 2026-09-07 | 16.8961 |
| 2026-09-14 | 16.3933 |
| 2026-09-21 | 16.4130 |
High
16.8961
Low
14.0456
Average
15.2325
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.