Skip to content

FJD to SEK exchange rate API

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

4.4228

▲ +2.82% over 30D

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 30 days, FJD/SEK traded between 4.3013 and 4.4366, averaged 4.3711 and rose 2.82%. 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 30D

FJD/SEK over 30D: show the values
PointFJD/SEK
2026-08-264.3013
2026-08-274.3103
2026-08-284.3134
2026-08-294.3691
2026-08-304.3443
2026-08-314.3294
2026-09-014.3329
2026-09-024.3462
2026-09-034.3244
2026-09-044.3224
2026-09-054.3434
2026-09-064.3208
2026-09-074.3488
2026-09-084.3497
2026-09-094.3317
2026-09-104.3578
2026-09-114.3715
2026-09-124.3832
2026-09-134.3600
2026-09-144.4088
2026-09-154.4053
2026-09-164.4076
2026-09-174.3999
2026-09-184.4265
2026-09-194.4366
2026-09-204.4317
2026-09-214.4073
2026-09-224.3939
2026-09-234.4276
2026-09-244.4252
2026-09-254.4230

High

4.4366

Low

4.3013

Average

4.3711

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.