Skip to content

SEK to DJF exchange rate API

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

17.9690

▼ +0.85% over 7D

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 7 days, SEK/DJF traded between 17.9690 and 18.1568, averaged 18.0583 and fell 0.85%. 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 7D

SEK/DJF over 7D: show the values
PointSEK/DJF
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.1568

Low

17.9690

Average

18.0583

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.