Skip to content

FJD to SEK exchange rate API

Fiji Dollar to Swedish Krona · quoted 2026-09-25

4.4228

▲ +6.06% over 1Y

1 FJD = 4.4228 SEK · 1 SEK = 0.22610 FJD · Get this rate via the API

1 FJD buys 4.4228 SEK as of 2026-09-25, so 1 SEK buys 0.22610 FJD. Over the last year, FJD/SEK traded between 3.9859 and 4.4252, averaged 4.1987 and rose 6.06%. The API holds daily FJD/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SEK over 1Y

FJD/SEK over 1Y: show the values
PointFJD/SEK
2025-09-254.1700
2025-10-024.1316
2025-10-094.1629
2025-10-164.1366
2025-10-234.1052
2025-10-304.1536
2025-11-064.1541
2025-11-134.1123
2025-11-204.1478
2025-11-274.1426
2025-12-044.1244
2025-12-114.0681
2025-12-184.0759
2025-12-254.0375
2026-01-014.0513
2026-01-084.0597
2026-01-154.0416
2026-01-224.0005
2026-01-293.9859
2026-02-054.0636
2026-02-124.0442
2026-02-194.1204
2026-02-264.1021
2026-03-054.1576
2026-03-124.1999
2026-03-194.2519
2026-03-264.2228
2026-04-024.2375
2026-04-094.1767
2026-04-164.1511
2026-04-234.1752
2026-04-304.2108
2026-05-074.1885
2026-05-144.2543
2026-05-214.2400
2026-05-284.2353
2026-06-044.2412
2026-06-114.2727
2026-06-184.2975
2026-06-254.3492
2026-07-024.3304
2026-07-094.3117
2026-07-164.3059
2026-07-234.3544
2026-07-304.2962
2026-08-064.2521
2026-08-134.2973
2026-08-204.2884
2026-08-274.3103
2026-09-034.3244
2026-09-104.3578
2026-09-174.3999
2026-09-244.4252

High

4.4252

Low

3.9859

Average

4.1987

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SEK API questions

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

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

How far back does FJD/SEK historical data go?

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