Skip to content

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

FJD/NOK over 1Y: show the values
PointFJD/NOK
2025-09-254.4117
2025-10-024.3841
2025-10-094.4043
2025-10-164.4074
2025-10-234.3546
2025-10-304.4288
2025-11-064.4325
2025-11-134.3880
2025-11-204.4272
2025-11-274.4473
2025-12-044.4309
2025-12-114.4357
2025-12-184.4696
2025-12-254.4052
2026-01-014.4361
2026-01-084.4472
2026-01-154.4275
2026-01-224.3714
2026-01-294.3079
2026-02-054.3817
2026-02-124.3070
2026-02-194.3368
2026-02-264.3404
2026-03-054.3620
2026-03-124.3751
2026-03-194.3265
2026-03-264.3342
2026-04-024.3461
2026-04-094.2727
2026-04-164.2448
2026-04-234.2269
2026-04-304.2329
2026-05-074.2049
2026-05-144.2089
2026-05-214.1799
2026-05-284.2245
2026-06-044.2272
2026-06-114.2711
2026-06-184.3446
2026-06-254.4075
2026-07-024.4129
2026-07-094.3384
2026-07-164.3198
2026-07-234.2982
2026-07-304.2829
2026-08-064.2818
2026-08-134.2808
2026-08-204.2168
2026-08-274.2300
2026-09-034.2007
2026-09-104.1881
2026-09-174.2256
2026-09-244.2386

High

4.4696

Low

4.1799

Average

4.3282

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.