Skip to content

BRL to NOK exchange rate API

Brazilian Real to Norwegian Krone · quoted 2026-09-24

1.8363

▲ +13.45% over 5Y

1 BRL = 1.8363 NOK · 1 NOK = 0.54456 BRL · Get this rate via the API

1 BRL buys 1.8363 NOK as of 2026-09-24, so 1 NOK buys 0.54456 BRL. Over the last 5 years, BRL/NOK traded between 1.5269 and 2.2474, averaged 1.9110 and rose 13.45%. The API holds daily BRL/NOK rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/NOK over 5Y

BRL/NOK over 5Y: show the values
PointBRL/NOK
2021-09-271.6186
2021-11-081.5269
2021-12-201.5870
2022-01-311.6672
2022-03-141.7832
2022-04-271.8444
2022-06-081.9333
2022-07-201.8280
2022-08-311.9305
2022-10-122.0270
2022-11-231.8627
2023-01-051.8796
2023-02-161.9525
2023-03-302.0452
2023-05-162.1772
2023-06-272.2474
2023-08-082.0928
2023-09-192.2134
2023-10-312.2093
2023-12-122.2086
2024-01-262.1235
2024-03-082.0890
2024-04-232.1234
2024-06-052.0041
2024-07-171.9765
2024-08-271.9160
2024-10-071.9518
2024-11-061.9169
2024-12-061.8482
2025-01-051.8417
2025-02-041.9490
2025-03-061.8870
2025-04-051.8406
2025-05-051.8414
2025-06-041.7997
2025-07-041.8588
2025-08-031.8468
2025-09-021.8360
2025-10-021.8697
2025-11-011.8826
2025-12-011.8904
2025-12-311.8400
2026-01-301.8300
2026-03-011.8539
2026-03-311.8667
2026-04-301.8720
2026-05-301.8354
2026-06-301.9169
2026-07-301.8751
2026-08-291.8063

High

2.2474

Low

1.5269

Average

1.9110

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BRL/NOK API questions

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

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

How far back does BRL/NOK historical data go?

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