FJD to NOK exchange rate API
Fiji Dollar to Norwegian Krone · quoted 2026-09-25
4.2357
▼ +3.99% over 1Y
1 FJD = 4.2357 NOK · 1 NOK = 0.23609 FJD · Get this rate via the API
1 FJD buys 4.2357 NOK as of 2026-09-25, so 1 NOK buys 0.23609 FJD. Over the last year, FJD/NOK traded between 4.1799 and 4.4696, averaged 4.3282 and fell 3.99%. The API holds daily FJD/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/NOK over 1Y: show the values
| Point | FJD/NOK |
|---|---|
| 2025-09-25 | 4.4117 |
| 2025-10-02 | 4.3841 |
| 2025-10-09 | 4.4043 |
| 2025-10-16 | 4.4074 |
| 2025-10-23 | 4.3546 |
| 2025-10-30 | 4.4288 |
| 2025-11-06 | 4.4325 |
| 2025-11-13 | 4.3880 |
| 2025-11-20 | 4.4272 |
| 2025-11-27 | 4.4473 |
| 2025-12-04 | 4.4309 |
| 2025-12-11 | 4.4357 |
| 2025-12-18 | 4.4696 |
| 2025-12-25 | 4.4052 |
| 2026-01-01 | 4.4361 |
| 2026-01-08 | 4.4472 |
| 2026-01-15 | 4.4275 |
| 2026-01-22 | 4.3714 |
| 2026-01-29 | 4.3079 |
| 2026-02-05 | 4.3817 |
| 2026-02-12 | 4.3070 |
| 2026-02-19 | 4.3368 |
| 2026-02-26 | 4.3404 |
| 2026-03-05 | 4.3620 |
| 2026-03-12 | 4.3751 |
| 2026-03-19 | 4.3265 |
| 2026-03-26 | 4.3342 |
| 2026-04-02 | 4.3461 |
| 2026-04-09 | 4.2727 |
| 2026-04-16 | 4.2448 |
| 2026-04-23 | 4.2269 |
| 2026-04-30 | 4.2329 |
| 2026-05-07 | 4.2049 |
| 2026-05-14 | 4.2089 |
| 2026-05-21 | 4.1799 |
| 2026-05-28 | 4.2245 |
| 2026-06-04 | 4.2272 |
| 2026-06-11 | 4.2711 |
| 2026-06-18 | 4.3446 |
| 2026-06-25 | 4.4075 |
| 2026-07-02 | 4.4129 |
| 2026-07-09 | 4.3384 |
| 2026-07-16 | 4.3198 |
| 2026-07-23 | 4.2982 |
| 2026-07-30 | 4.2829 |
| 2026-08-06 | 4.2818 |
| 2026-08-13 | 4.2808 |
| 2026-08-20 | 4.2168 |
| 2026-08-27 | 4.2300 |
| 2026-09-03 | 4.2007 |
| 2026-09-10 | 4.1881 |
| 2026-09-17 | 4.2256 |
| 2026-09-24 | 4.2386 |
High
4.4696
Low
4.1799
Average
4.3282
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/NOK API questions
How do I get the FJD/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/NOK rate in rates.NOK.
How far back does FJD/NOK historical data go?
Daily FJD/NOK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free FJD/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.