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: show the values
| Point | BRL/NOK |
|---|---|
| 2021-09-27 | 1.6186 |
| 2021-11-08 | 1.5269 |
| 2021-12-20 | 1.5870 |
| 2022-01-31 | 1.6672 |
| 2022-03-14 | 1.7832 |
| 2022-04-27 | 1.8444 |
| 2022-06-08 | 1.9333 |
| 2022-07-20 | 1.8280 |
| 2022-08-31 | 1.9305 |
| 2022-10-12 | 2.0270 |
| 2022-11-23 | 1.8627 |
| 2023-01-05 | 1.8796 |
| 2023-02-16 | 1.9525 |
| 2023-03-30 | 2.0452 |
| 2023-05-16 | 2.1772 |
| 2023-06-27 | 2.2474 |
| 2023-08-08 | 2.0928 |
| 2023-09-19 | 2.2134 |
| 2023-10-31 | 2.2093 |
| 2023-12-12 | 2.2086 |
| 2024-01-26 | 2.1235 |
| 2024-03-08 | 2.0890 |
| 2024-04-23 | 2.1234 |
| 2024-06-05 | 2.0041 |
| 2024-07-17 | 1.9765 |
| 2024-08-27 | 1.9160 |
| 2024-10-07 | 1.9518 |
| 2024-11-06 | 1.9169 |
| 2024-12-06 | 1.8482 |
| 2025-01-05 | 1.8417 |
| 2025-02-04 | 1.9490 |
| 2025-03-06 | 1.8870 |
| 2025-04-05 | 1.8406 |
| 2025-05-05 | 1.8414 |
| 2025-06-04 | 1.7997 |
| 2025-07-04 | 1.8588 |
| 2025-08-03 | 1.8468 |
| 2025-09-02 | 1.8360 |
| 2025-10-02 | 1.8697 |
| 2025-11-01 | 1.8826 |
| 2025-12-01 | 1.8904 |
| 2025-12-31 | 1.8400 |
| 2026-01-30 | 1.8300 |
| 2026-03-01 | 1.8539 |
| 2026-03-31 | 1.8667 |
| 2026-04-30 | 1.8720 |
| 2026-05-30 | 1.8354 |
| 2026-06-30 | 1.9169 |
| 2026-07-30 | 1.8751 |
| 2026-08-29 | 1.8063 |
High
2.2474
Low
1.5269
Average
1.9110
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.