EUR to BRL exchange rate API
Euro to Brazilian Real · quoted 2026-09-26
5.9064
▼ +1.36% over 30D
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 last 30 days, EUR/BRL traded between 5.8564 and 6.0255, averaged 5.9376 and fell 1.36%. 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 30D: show the values
| Point | EUR/BRL |
|---|---|
| 2026-08-27 | 5.9879 |
| 2026-08-28 | 6.0126 |
| 2026-08-29 | 6.0108 |
| 2026-08-30 | 6.0197 |
| 2026-08-31 | 5.9972 |
| 2026-09-01 | 6.0255 |
| 2026-09-02 | 5.9635 |
| 2026-09-03 | 5.8935 |
| 2026-09-04 | 5.9405 |
| 2026-09-05 | 5.9545 |
| 2026-09-06 | 5.9526 |
| 2026-09-07 | 5.9576 |
| 2026-09-08 | 5.9360 |
| 2026-09-09 | 5.9296 |
| 2026-09-10 | 5.9528 |
| 2026-09-11 | 5.9244 |
| 2026-09-12 | 5.9445 |
| 2026-09-13 | 5.9422 |
| 2026-09-14 | 5.9564 |
| 2026-09-15 | 5.9440 |
| 2026-09-16 | 5.9368 |
| 2026-09-17 | 5.8905 |
| 2026-09-18 | 5.8857 |
| 2026-09-19 | 5.9077 |
| 2026-09-20 | 5.9060 |
| 2026-09-21 | 5.8920 |
| 2026-09-22 | 5.8726 |
| 2026-09-23 | 5.8564 |
| 2026-09-24 | 5.8890 |
| 2026-09-25 | 5.9091 |
| 2026-09-26 | 5.9064 |
High
6.0255
Low
5.8564
Average
5.9376
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.