Skip to content

BRL to NOK exchange rate API

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

1.8363

▼ +2.21% over 1Y

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 year, BRL/NOK traded between 1.7971 and 1.9100, averaged 1.8612 and fell 2.21%. 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 1Y

BRL/NOK over 1Y: show the values
PointBRL/NOK
2025-09-241.8779
2025-10-011.8723
2025-10-081.8643
2025-10-151.8461
2025-10-221.8655
2025-10-291.8705
2025-11-051.8930
2025-11-121.9100
2025-11-191.9010
2025-11-261.9033
2025-12-031.8947
2025-12-101.8600
2025-12-171.8583
2025-12-241.8139
2025-12-311.8400
2026-01-071.8666
2026-01-141.8760
2026-01-211.8537
2026-01-281.8601
2026-02-041.8474
2026-02-111.8239
2026-02-181.8150
2026-02-251.8690
2026-03-041.8483
2026-03-111.8652
2026-03-181.8343
2026-03-251.8604
2026-04-011.8718
2026-04-081.8749
2026-04-151.8887
2026-04-221.8706
2026-04-291.8612
2026-05-061.8874
2026-05-131.8697
2026-05-201.8448
2026-05-271.8388
2026-06-031.8519
2026-06-111.8459
2026-06-181.8826
2026-06-251.9013
2026-07-021.9041
2026-07-091.8918
2026-07-161.8972
2026-07-231.8957
2026-07-301.8751
2026-08-061.8601
2026-08-131.8384
2026-08-201.7971
2026-08-271.8165
2026-09-031.8336
2026-09-101.8081
2026-09-171.8377
2026-09-241.8321

High

1.9100

Low

1.7971

Average

1.8612

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.