EUR to BRL exchange rate API
Euro to Brazilian Real · quoted 2026-09-26
5.9064
▼ +8.23% over YTD
1 EUR = 5.9064 BRL · 1 BRL = 0.16931 EUR · Get this rate via the API
1 EUR buys 5.9064 BRL as of 2026-09-26, so 1 BRL buys 0.16931 EUR. Over the year to date, EUR/BRL traded between 5.7449 and 6.4364, averaged 5.9810 and fell 8.23%. The API holds daily EUR/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
EUR/BRL over YTD: show the values
| Point | EUR/BRL |
|---|---|
| 2025-12-31 | 6.4364 |
| 2026-01-07 | 6.2995 |
| 2026-01-14 | 6.2544 |
| 2026-01-21 | 6.2773 |
| 2026-01-28 | 6.1949 |
| 2026-02-04 | 6.1707 |
| 2026-02-11 | 6.1826 |
| 2026-02-18 | 6.1865 |
| 2026-02-25 | 6.0437 |
| 2026-03-04 | 6.0805 |
| 2026-03-11 | 5.9887 |
| 2026-03-18 | 6.0079 |
| 2026-03-25 | 6.0661 |
| 2026-04-01 | 5.9879 |
| 2026-04-08 | 5.9488 |
| 2026-04-15 | 5.8878 |
| 2026-04-22 | 5.8333 |
| 2026-04-29 | 5.8359 |
| 2026-05-06 | 5.7742 |
| 2026-05-13 | 5.7449 |
| 2026-05-20 | 5.8347 |
| 2026-05-27 | 5.8718 |
| 2026-06-03 | 5.8284 |
| 2026-06-11 | 5.9536 |
| 2026-06-18 | 5.8989 |
| 2026-06-25 | 5.9000 |
| 2026-07-02 | 5.9286 |
| 2026-07-09 | 5.8837 |
| 2026-07-16 | 5.8318 |
| 2026-07-23 | 5.7775 |
| 2026-07-30 | 5.8535 |
| 2026-08-06 | 5.9138 |
| 2026-08-13 | 5.9759 |
| 2026-08-20 | 6.0666 |
| 2026-08-27 | 5.9879 |
| 2026-09-03 | 5.8935 |
| 2026-09-10 | 5.9528 |
| 2026-09-17 | 5.8905 |
| 2026-09-24 | 5.8890 |
High
6.4364
Low
5.7449
Average
5.9810
Get this rate via the API
One GET request returns the EUR/BRL 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=EUR¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BRL").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/BRL API questions
How do I get the EUR/BRL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=BRL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/BRL rate in rates.BRL.
How far back does EUR/BRL historical data go?
Daily EUR/BRL 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 EUR/BRL 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.