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: show the values
| Point | BRL/EUR |
|---|---|
| 2025-09-26 | 0.15987 |
| 2025-10-03 | 0.15956 |
| 2025-10-10 | 0.16108 |
| 2025-10-17 | 0.15759 |
| 2025-10-24 | 0.15982 |
| 2025-10-31 | 0.16085 |
| 2025-11-07 | 0.16127 |
| 2025-11-14 | 0.16191 |
| 2025-11-21 | 0.16160 |
| 2025-11-28 | 0.16194 |
| 2025-12-05 | 0.16168 |
| 2025-12-12 | 0.15782 |
| 2025-12-19 | 0.15441 |
| 2025-12-26 | 0.15353 |
| 2026-01-02 | 0.15688 |
| 2026-01-09 | 0.15940 |
| 2026-01-16 | 0.16023 |
| 2026-01-23 | 0.16126 |
| 2026-01-30 | 0.16069 |
| 2026-02-06 | 0.16190 |
| 2026-02-13 | 0.16151 |
| 2026-02-20 | 0.16298 |
| 2026-02-27 | 0.16431 |
| 2026-03-06 | 0.16393 |
| 2026-03-13 | 0.16619 |
| 2026-03-20 | 0.16468 |
| 2026-03-27 | 0.16519 |
| 2026-04-03 | 0.16827 |
| 2026-04-10 | 0.16894 |
| 2026-04-17 | 0.17034 |
| 2026-04-24 | 0.17074 |
| 2026-05-01 | 0.17139 |
| 2026-05-08 | 0.17303 |
| 2026-05-15 | 0.17089 |
| 2026-05-22 | 0.17192 |
| 2026-05-29 | 0.17022 |
| 2026-06-05 | 0.16979 |
| 2026-06-13 | 0.17075 |
| 2026-06-20 | 0.16919 |
| 2026-06-27 | 0.16978 |
| 2026-07-04 | 0.16916 |
| 2026-07-11 | 0.17154 |
| 2026-07-18 | 0.17108 |
| 2026-07-25 | 0.17305 |
| 2026-08-01 | 0.17084 |
| 2026-08-08 | 0.17023 |
| 2026-08-15 | 0.16560 |
| 2026-08-22 | 0.16666 |
| 2026-08-29 | 0.16637 |
| 2026-09-05 | 0.16794 |
| 2026-09-12 | 0.16822 |
| 2026-09-19 | 0.16927 |
| 2026-09-26 | 0.16931 |
High
0.17305
Low
0.15353
Average
0.16529
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.