Skip to content

FJD to ISK exchange rate API

Fiji Dollar to Iceland Krona · quoted 2026-09-26

53.5030

▼ +0.26% over 1Y

1 FJD = 53.5030 ISK · 1 ISK = 0.01869 FJD · Get this rate via the API

1 FJD buys 53.5030 ISK as of 2026-09-26, so 1 ISK buys 0.01869 FJD. Over the last year, FJD/ISK traded between 53.1529 and 56.9747, averaged 55.3631 and fell 0.26%. The API holds daily FJD/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/ISK over 1Y

FJD/ISK over 1Y: show the values
PointFJD/ISK
2025-09-2653.6443
2025-10-0353.5089
2025-10-1054.1000
2025-10-1753.1529
2025-10-2453.6605
2025-10-3154.7536
2025-11-0754.9992
2025-11-1455.2676
2025-11-2155.5126
2025-11-2856.0343
2025-12-0556.0798
2025-12-1255.6409
2025-12-1955.0662
2025-12-2655.2686
2026-01-0255.1799
2026-01-0955.6109
2026-01-1655.3070
2026-01-2355.2161
2026-01-3055.1834
2026-02-0655.3649
2026-02-1355.4731
2026-02-2055.8187
2026-02-2755.1804
2026-03-0656.4059
2026-03-1356.9747
2026-03-2056.2029
2026-03-2755.5743
2026-04-0355.5420
2026-04-1055.0510
2026-04-1755.1278
2026-04-2455.4403
2026-05-0155.7848
2026-05-0855.7004
2026-05-1556.4155
2026-05-2256.2497
2026-05-2955.7861
2026-06-0556.0476
2026-06-1355.9381
2026-06-2056.1535
2026-06-2756.0381
2026-07-0455.8112
2026-07-1155.9101
2026-07-1855.9175
2026-07-2555.9296
2026-08-0155.6636
2026-08-0855.8576
2026-08-1555.5280
2026-08-2255.3180
2026-08-2955.2035
2026-09-0555.0186
2026-09-1254.3922
2026-09-1954.7327

High

56.9747

Low

53.1529

Average

55.3631

For developers

Get this rate via the API

One GET request returns the FJD/ISK 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=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ISK");
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=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/ISK API questions

How do I get the FJD/ISK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ISK rate in rates.ISK.

How far back does FJD/ISK historical data go?

Daily FJD/ISK 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/ISK 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.