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: show the values
| Point | SEK/DJF |
|---|---|
| 2025-09-26 | 18.8728 |
| 2025-10-03 | 18.9680 |
| 2025-10-10 | 18.7364 |
| 2025-10-17 | 18.8384 |
| 2025-10-24 | 18.9559 |
| 2025-10-31 | 18.8589 |
| 2025-11-07 | 18.6332 |
| 2025-11-14 | 18.8725 |
| 2025-11-21 | 18.5893 |
| 2025-11-28 | 18.7702 |
| 2025-12-05 | 18.9171 |
| 2025-12-13 | 19.2300 |
| 2025-12-20 | 19.2140 |
| 2025-12-27 | 19.4415 |
| 2026-01-03 | 19.3423 |
| 2026-01-10 | 19.3386 |
| 2026-01-17 | 19.3220 |
| 2026-01-24 | 19.8913 |
| 2026-01-31 | 20.0818 |
| 2026-02-07 | 19.7357 |
| 2026-02-14 | 19.9658 |
| 2026-02-21 | 19.6551 |
| 2026-02-28 | 19.7445 |
| 2026-03-07 | 19.3807 |
| 2026-03-14 | 18.8055 |
| 2026-03-21 | 19.0596 |
| 2026-03-28 | 18.7594 |
| 2026-04-04 | 18.8066 |
| 2026-04-11 | 19.1675 |
| 2026-04-18 | 19.4300 |
| 2026-04-25 | 19.2819 |
| 2026-05-02 | 19.2889 |
| 2026-05-09 | 19.2845 |
| 2026-05-17 | 18.9451 |
| 2026-05-25 | 19.1925 |
| 2026-06-01 | 19.2069 |
| 2026-06-10 | 18.7508 |
| 2026-06-17 | 18.9033 |
| 2026-06-24 | 18.1968 |
| 2026-07-01 | 18.2619 |
| 2026-07-08 | 18.3479 |
| 2026-07-15 | 18.3950 |
| 2026-07-22 | 18.3554 |
| 2026-07-29 | 18.3123 |
| 2026-08-05 | 18.7515 |
| 2026-08-12 | 18.6921 |
| 2026-08-20 | 18.7119 |
| 2026-08-27 | 18.7158 |
| 2026-09-03 | 18.5827 |
| 2026-09-10 | 18.4558 |
| 2026-09-17 | 18.2141 |
| 2026-09-24 | 17.9890 |
High
20.0818
Low
17.9690
Average
18.9470
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.