Skip to content

BRL to SEK exchange rate API

Brazilian Real to Swedish Krona · quoted 2026-09-25

1.9088

▲ +16.67% over 5Y

1 BRL = 1.9088 SEK · 1 SEK = 0.52389 BRL · Get this rate via the API

1 BRL buys 1.9088 SEK as of 2026-09-25, so 1 SEK buys 0.52389 BRL. Over the last 5 years, BRL/SEK traded between 1.5400 and 2.2893, averaged 1.8925 and rose 16.67%. The API holds daily BRL/SEK rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/SEK over 5Y

BRL/SEK over 5Y: show the values
PointBRL/SEK
2021-09-271.6360
2021-11-081.5400
2021-12-201.6040
2022-01-311.7473
2022-03-141.9059
2022-04-271.9613
2022-06-082.0008
2022-07-201.8873
2022-08-312.0743
2022-10-122.1449
2022-11-231.9575
2023-01-051.9602
2023-02-161.9865
2023-03-302.0356
2023-05-162.1141
2023-06-272.2444
2023-08-082.1760
2023-09-192.2893
2023-10-312.2008
2023-12-122.1155
2024-01-262.1213
2024-03-082.0567
2024-04-232.1002
2024-06-051.9783
2024-07-171.9347
2024-08-271.8592
2024-10-071.9032
2024-11-061.8754
2024-12-061.8133
2025-01-051.7976
2025-02-041.8986
2025-03-061.7656
2025-04-051.7157
2025-05-051.7082
2025-06-041.7105
2025-07-041.7653
2025-08-031.7396
2025-09-021.7292
2025-10-021.7620
2025-11-011.7654
2025-12-011.7606
2025-12-311.6813
2026-01-301.6905
2026-03-011.7627
2026-03-311.8219
2026-04-301.8623
2026-05-301.8353
2026-06-301.8802
2026-07-301.8809
2026-08-291.8510

High

2.2893

Low

1.5400

Average

1.8925

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/SEK API questions

How do I get the BRL/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/SEK rate in rates.SEK.

How far back does BRL/SEK historical data go?

Daily BRL/SEK 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/SEK 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.