Skip to content

FJD to ISK exchange rate API

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

53.5030

▼ +2.95% over YTD

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 year to date, FJD/ISK traded between 53.5030 and 56.7254, averaged 55.4493 and fell 2.95%. 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 YTD

FJD/ISK over YTD: show the values
PointFJD/ISK
2025-12-3155.1282
2026-01-0755.4912
2026-01-1455.1256
2026-01-2154.9387
2026-01-2854.5978
2026-02-0455.4250
2026-02-1155.2676
2026-02-1855.4540
2026-02-2555.2030
2026-03-0456.1409
2026-03-1156.7254
2026-03-1856.4066
2026-03-2555.4298
2026-04-0155.4102
2026-04-0854.8719
2026-04-1555.3123
2026-04-2255.5557
2026-04-2955.6086
2026-05-0655.5375
2026-05-1355.8178
2026-05-2055.9937
2026-05-2755.9881
2026-06-0356.0169
2026-06-1155.8883
2026-06-1856.4941
2026-06-2556.5798
2026-07-0256.2925
2026-07-0955.8940
2026-07-1655.8322
2026-07-2356.2763
2026-07-3055.6448
2026-08-0655.2731
2026-08-1355.4091
2026-08-2054.9224
2026-08-2754.6011
2026-09-0354.6545
2026-09-1054.4746
2026-09-1754.5713
2026-09-2454.2128

High

56.7254

Low

53.5030

Average

55.4493

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.