SEK to JOD exchange rate API
Swedish Krona to Jordanian Dinar · quoted 2026-09-25
0.07159
▼ +4.96% over 1Y
1 SEK = 0.07159 JOD · 1 JOD = 13.9678 SEK · Get this rate via the API
1 SEK buys 0.07159 JOD as of 2026-09-25, so 1 JOD buys 13.9678 SEK. Over the last year, SEK/JOD traded between 0.07159 and 0.08032, averaged 0.07547 and fell 4.96%. The API holds daily SEK/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SEK/JOD over 1Y: show the values
| Point | SEK/JOD |
|---|---|
| 2025-09-25 | 0.07533 |
| 2025-10-02 | 0.07574 |
| 2025-10-09 | 0.07493 |
| 2025-10-16 | 0.07499 |
| 2025-10-23 | 0.07527 |
| 2025-10-30 | 0.07485 |
| 2025-11-06 | 0.07440 |
| 2025-11-13 | 0.07530 |
| 2025-11-20 | 0.07422 |
| 2025-11-27 | 0.07471 |
| 2025-12-04 | 0.07542 |
| 2025-12-12 | 0.07640 |
| 2025-12-19 | 0.07615 |
| 2025-12-26 | 0.07732 |
| 2026-01-02 | 0.07688 |
| 2026-01-09 | 0.07680 |
| 2026-01-16 | 0.07684 |
| 2026-01-23 | 0.07876 |
| 2026-01-30 | 0.08032 |
| 2026-02-06 | 0.07834 |
| 2026-02-13 | 0.07915 |
| 2026-02-20 | 0.07816 |
| 2026-02-27 | 0.07848 |
| 2026-03-06 | 0.07666 |
| 2026-03-13 | 0.07566 |
| 2026-03-20 | 0.07598 |
| 2026-03-27 | 0.07506 |
| 2026-04-03 | 0.07485 |
| 2026-04-10 | 0.07663 |
| 2026-04-17 | 0.07742 |
| 2026-04-24 | 0.07674 |
| 2026-05-01 | 0.07682 |
| 2026-05-08 | 0.07691 |
| 2026-05-16 | 0.07504 |
| 2026-05-24 | 0.07594 |
| 2026-05-31 | 0.07661 |
| 2026-06-09 | 0.07538 |
| 2026-06-16 | 0.07543 |
| 2026-06-23 | 0.07304 |
| 2026-06-30 | 0.07282 |
| 2026-07-07 | 0.07340 |
| 2026-07-14 | 0.07327 |
| 2026-07-21 | 0.07327 |
| 2026-07-28 | 0.07285 |
| 2026-08-04 | 0.07427 |
| 2026-08-11 | 0.07463 |
| 2026-08-18 | 0.07444 |
| 2026-08-26 | 0.07468 |
| 2026-09-02 | 0.07357 |
| 2026-09-09 | 0.07409 |
| 2026-09-16 | 0.07247 |
| 2026-09-23 | 0.07177 |
High
0.08032
Low
0.07159
Average
0.07547
Get this rate via the API
One GET request returns the SEK/JOD 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=JOD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JOD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JOD").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/JOD API questions
How do I get the SEK/JOD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/JOD rate in rates.JOD.
How far back does SEK/JOD historical data go?
Daily SEK/JOD 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/JOD 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.