Skip to content

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

EUR/BRL over 30D: show the values
PointEUR/BRL
2026-08-275.9879
2026-08-286.0126
2026-08-296.0108
2026-08-306.0197
2026-08-315.9972
2026-09-016.0255
2026-09-025.9635
2026-09-035.8935
2026-09-045.9405
2026-09-055.9545
2026-09-065.9526
2026-09-075.9576
2026-09-085.9360
2026-09-095.9296
2026-09-105.9528
2026-09-115.9244
2026-09-125.9445
2026-09-135.9422
2026-09-145.9564
2026-09-155.9440
2026-09-165.9368
2026-09-175.8905
2026-09-185.8857
2026-09-195.9077
2026-09-205.9060
2026-09-215.8920
2026-09-225.8726
2026-09-235.8564
2026-09-245.8890
2026-09-255.9091
2026-09-265.9064

High

6.0255

Low

5.8564

Average

5.9376

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=BRL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=BRL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=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&currencies=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.