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: show the values
| Point | BRL/SEK |
|---|---|
| 2021-09-27 | 1.6360 |
| 2021-11-08 | 1.5400 |
| 2021-12-20 | 1.6040 |
| 2022-01-31 | 1.7473 |
| 2022-03-14 | 1.9059 |
| 2022-04-27 | 1.9613 |
| 2022-06-08 | 2.0008 |
| 2022-07-20 | 1.8873 |
| 2022-08-31 | 2.0743 |
| 2022-10-12 | 2.1449 |
| 2022-11-23 | 1.9575 |
| 2023-01-05 | 1.9602 |
| 2023-02-16 | 1.9865 |
| 2023-03-30 | 2.0356 |
| 2023-05-16 | 2.1141 |
| 2023-06-27 | 2.2444 |
| 2023-08-08 | 2.1760 |
| 2023-09-19 | 2.2893 |
| 2023-10-31 | 2.2008 |
| 2023-12-12 | 2.1155 |
| 2024-01-26 | 2.1213 |
| 2024-03-08 | 2.0567 |
| 2024-04-23 | 2.1002 |
| 2024-06-05 | 1.9783 |
| 2024-07-17 | 1.9347 |
| 2024-08-27 | 1.8592 |
| 2024-10-07 | 1.9032 |
| 2024-11-06 | 1.8754 |
| 2024-12-06 | 1.8133 |
| 2025-01-05 | 1.7976 |
| 2025-02-04 | 1.8986 |
| 2025-03-06 | 1.7656 |
| 2025-04-05 | 1.7157 |
| 2025-05-05 | 1.7082 |
| 2025-06-04 | 1.7105 |
| 2025-07-04 | 1.7653 |
| 2025-08-03 | 1.7396 |
| 2025-09-02 | 1.7292 |
| 2025-10-02 | 1.7620 |
| 2025-11-01 | 1.7654 |
| 2025-12-01 | 1.7606 |
| 2025-12-31 | 1.6813 |
| 2026-01-30 | 1.6905 |
| 2026-03-01 | 1.7627 |
| 2026-03-31 | 1.8219 |
| 2026-04-30 | 1.8623 |
| 2026-05-30 | 1.8353 |
| 2026-06-30 | 1.8802 |
| 2026-07-30 | 1.8809 |
| 2026-08-29 | 1.8510 |
High
2.2893
Low
1.5400
Average
1.8925
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.