Skip to content

SEK to DJF exchange rate API

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

17.9690

▼ +3.99% over 30D

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 30 days, SEK/DJF traded between 17.9690 and 18.7158, averaged 18.3635 and fell 3.99%. 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 30D

SEK/DJF over 30D: show the values
PointSEK/DJF
2026-08-2718.7158
2026-08-2818.7123
2026-08-2918.5488
2026-08-3018.5821
2026-08-3118.6705
2026-09-0118.5698
2026-09-0218.4821
2026-09-0318.5827
2026-09-0418.6651
2026-09-0518.6614
2026-09-0618.6609
2026-09-0718.5404
2026-09-0818.5416
2026-09-0918.5948
2026-09-1018.4558
2026-09-1118.3739
2026-09-1218.3881
2026-09-1318.4187
2026-09-1418.2342
2026-09-1518.2232
2026-09-1618.1996
2026-09-1718.2141
2026-09-1818.0706
2026-09-1918.1222
2026-09-2018.1568
2026-09-2118.1411
2026-09-2218.1531
2026-09-2318.0413
2026-09-2417.9890
2026-09-2517.9829
2026-09-2617.9690

High

18.7158

Low

17.9690

Average

18.3635

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.