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: show the values
| Point | FJD/ISK |
|---|---|
| 2025-09-26 | 53.6443 |
| 2025-10-03 | 53.5089 |
| 2025-10-10 | 54.1000 |
| 2025-10-17 | 53.1529 |
| 2025-10-24 | 53.6605 |
| 2025-10-31 | 54.7536 |
| 2025-11-07 | 54.9992 |
| 2025-11-14 | 55.2676 |
| 2025-11-21 | 55.5126 |
| 2025-11-28 | 56.0343 |
| 2025-12-05 | 56.0798 |
| 2025-12-12 | 55.6409 |
| 2025-12-19 | 55.0662 |
| 2025-12-26 | 55.2686 |
| 2026-01-02 | 55.1799 |
| 2026-01-09 | 55.6109 |
| 2026-01-16 | 55.3070 |
| 2026-01-23 | 55.2161 |
| 2026-01-30 | 55.1834 |
| 2026-02-06 | 55.3649 |
| 2026-02-13 | 55.4731 |
| 2026-02-20 | 55.8187 |
| 2026-02-27 | 55.1804 |
| 2026-03-06 | 56.4059 |
| 2026-03-13 | 56.9747 |
| 2026-03-20 | 56.2029 |
| 2026-03-27 | 55.5743 |
| 2026-04-03 | 55.5420 |
| 2026-04-10 | 55.0510 |
| 2026-04-17 | 55.1278 |
| 2026-04-24 | 55.4403 |
| 2026-05-01 | 55.7848 |
| 2026-05-08 | 55.7004 |
| 2026-05-15 | 56.4155 |
| 2026-05-22 | 56.2497 |
| 2026-05-29 | 55.7861 |
| 2026-06-05 | 56.0476 |
| 2026-06-13 | 55.9381 |
| 2026-06-20 | 56.1535 |
| 2026-06-27 | 56.0381 |
| 2026-07-04 | 55.8112 |
| 2026-07-11 | 55.9101 |
| 2026-07-18 | 55.9175 |
| 2026-07-25 | 55.9296 |
| 2026-08-01 | 55.6636 |
| 2026-08-08 | 55.8576 |
| 2026-08-15 | 55.5280 |
| 2026-08-22 | 55.3180 |
| 2026-08-29 | 55.2035 |
| 2026-09-05 | 55.0186 |
| 2026-09-12 | 54.3922 |
| 2026-09-19 | 54.7327 |
High
56.9747
Low
53.1529
Average
55.3631
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.