Skip to content

SEK to DJF exchange rate API

Swedish Krona to Djibouti Franc · quoted 2026-09-26

17.9690

▼ +4.79% over 1Y

1 SEK = 17.9690 DJF · 1 DJF = 0.05565 SEK · Get this rate via the API

1 SEK buys 17.9690 DJF as of 2026-09-26, so 1 DJF buys 0.05565 SEK. Over the last year, SEK/DJF traded between 17.9690 and 20.0818, averaged 18.9470 and fell 4.79%. The API holds daily SEK/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/DJF over 1Y

SEK/DJF over 1Y: show the values
PointSEK/DJF
2025-09-2618.8728
2025-10-0318.9680
2025-10-1018.7364
2025-10-1718.8384
2025-10-2418.9559
2025-10-3118.8589
2025-11-0718.6332
2025-11-1418.8725
2025-11-2118.5893
2025-11-2818.7702
2025-12-0518.9171
2025-12-1319.2300
2025-12-2019.2140
2025-12-2719.4415
2026-01-0319.3423
2026-01-1019.3386
2026-01-1719.3220
2026-01-2419.8913
2026-01-3120.0818
2026-02-0719.7357
2026-02-1419.9658
2026-02-2119.6551
2026-02-2819.7445
2026-03-0719.3807
2026-03-1418.8055
2026-03-2119.0596
2026-03-2818.7594
2026-04-0418.8066
2026-04-1119.1675
2026-04-1819.4300
2026-04-2519.2819
2026-05-0219.2889
2026-05-0919.2845
2026-05-1718.9451
2026-05-2519.1925
2026-06-0119.2069
2026-06-1018.7508
2026-06-1718.9033
2026-06-2418.1968
2026-07-0118.2619
2026-07-0818.3479
2026-07-1518.3950
2026-07-2218.3554
2026-07-2918.3123
2026-08-0518.7515
2026-08-1218.6921
2026-08-2018.7119
2026-08-2718.7158
2026-09-0318.5827
2026-09-1018.4558
2026-09-1718.2141
2026-09-2417.9890

High

20.0818

Low

17.9690

Average

18.9470

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=DJF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/DJF API questions

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

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

How far back does SEK/DJF historical data go?

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