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: show the values
| Point | BRL/NOK |
|---|---|
| 2025-09-24 | 1.8779 |
| 2025-10-01 | 1.8723 |
| 2025-10-08 | 1.8643 |
| 2025-10-15 | 1.8461 |
| 2025-10-22 | 1.8655 |
| 2025-10-29 | 1.8705 |
| 2025-11-05 | 1.8930 |
| 2025-11-12 | 1.9100 |
| 2025-11-19 | 1.9010 |
| 2025-11-26 | 1.9033 |
| 2025-12-03 | 1.8947 |
| 2025-12-10 | 1.8600 |
| 2025-12-17 | 1.8583 |
| 2025-12-24 | 1.8139 |
| 2025-12-31 | 1.8400 |
| 2026-01-07 | 1.8666 |
| 2026-01-14 | 1.8760 |
| 2026-01-21 | 1.8537 |
| 2026-01-28 | 1.8601 |
| 2026-02-04 | 1.8474 |
| 2026-02-11 | 1.8239 |
| 2026-02-18 | 1.8150 |
| 2026-02-25 | 1.8690 |
| 2026-03-04 | 1.8483 |
| 2026-03-11 | 1.8652 |
| 2026-03-18 | 1.8343 |
| 2026-03-25 | 1.8604 |
| 2026-04-01 | 1.8718 |
| 2026-04-08 | 1.8749 |
| 2026-04-15 | 1.8887 |
| 2026-04-22 | 1.8706 |
| 2026-04-29 | 1.8612 |
| 2026-05-06 | 1.8874 |
| 2026-05-13 | 1.8697 |
| 2026-05-20 | 1.8448 |
| 2026-05-27 | 1.8388 |
| 2026-06-03 | 1.8519 |
| 2026-06-11 | 1.8459 |
| 2026-06-18 | 1.8826 |
| 2026-06-25 | 1.9013 |
| 2026-07-02 | 1.9041 |
| 2026-07-09 | 1.8918 |
| 2026-07-16 | 1.8972 |
| 2026-07-23 | 1.8957 |
| 2026-07-30 | 1.8751 |
| 2026-08-06 | 1.8601 |
| 2026-08-13 | 1.8384 |
| 2026-08-20 | 1.7971 |
| 2026-08-27 | 1.8165 |
| 2026-09-03 | 1.8336 |
| 2026-09-10 | 1.8081 |
| 2026-09-17 | 1.8377 |
| 2026-09-24 | 1.8321 |
High
1.9100
Low
1.7971
Average
1.8612
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.