Skip to content

BRL to EUR exchange rate API

Brazilian Real to Euro · quoted 2026-09-26

0.16931

▲ +5.91% over 1Y

1 BRL = 0.16931 EUR · 1 EUR = 5.9064 BRL · Get this rate via the API

1 BRL buys 0.16931 EUR as of 2026-09-26, so 1 EUR buys 5.9064 BRL. Over the last year, BRL/EUR traded between 0.15353 and 0.17305, averaged 0.16529 and rose 5.91%. The API holds daily BRL/EUR rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/EUR over 1Y

BRL/EUR over 1Y: show the values
PointBRL/EUR
2025-09-260.15987
2025-10-030.15956
2025-10-100.16108
2025-10-170.15759
2025-10-240.15982
2025-10-310.16085
2025-11-070.16127
2025-11-140.16191
2025-11-210.16160
2025-11-280.16194
2025-12-050.16168
2025-12-120.15782
2025-12-190.15441
2025-12-260.15353
2026-01-020.15688
2026-01-090.15940
2026-01-160.16023
2026-01-230.16126
2026-01-300.16069
2026-02-060.16190
2026-02-130.16151
2026-02-200.16298
2026-02-270.16431
2026-03-060.16393
2026-03-130.16619
2026-03-200.16468
2026-03-270.16519
2026-04-030.16827
2026-04-100.16894
2026-04-170.17034
2026-04-240.17074
2026-05-010.17139
2026-05-080.17303
2026-05-150.17089
2026-05-220.17192
2026-05-290.17022
2026-06-050.16979
2026-06-130.17075
2026-06-200.16919
2026-06-270.16978
2026-07-040.16916
2026-07-110.17154
2026-07-180.17108
2026-07-250.17305
2026-08-010.17084
2026-08-080.17023
2026-08-150.16560
2026-08-220.16666
2026-08-290.16637
2026-09-050.16794
2026-09-120.16822
2026-09-190.16927
2026-09-260.16931

High

0.17305

Low

0.15353

Average

0.16529

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/EUR API questions

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

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

How far back does BRL/EUR historical data go?

Daily BRL/EUR 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/EUR 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.