Skip to content

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

EUR/BRL over YTD: show the values
PointEUR/BRL
2025-12-316.4364
2026-01-076.2995
2026-01-146.2544
2026-01-216.2773
2026-01-286.1949
2026-02-046.1707
2026-02-116.1826
2026-02-186.1865
2026-02-256.0437
2026-03-046.0805
2026-03-115.9887
2026-03-186.0079
2026-03-256.0661
2026-04-015.9879
2026-04-085.9488
2026-04-155.8878
2026-04-225.8333
2026-04-295.8359
2026-05-065.7742
2026-05-135.7449
2026-05-205.8347
2026-05-275.8718
2026-06-035.8284
2026-06-115.9536
2026-06-185.8989
2026-06-255.9000
2026-07-025.9286
2026-07-095.8837
2026-07-165.8318
2026-07-235.7775
2026-07-305.8535
2026-08-065.9138
2026-08-135.9759
2026-08-206.0666
2026-08-275.9879
2026-09-035.8935
2026-09-105.9528
2026-09-175.8905
2026-09-245.8890

High

6.4364

Low

5.7449

Average

5.9810

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.