SEK to JPY exchange rate API
Swedish Krona to Yen · quoted 2026-09-27
15.8589
▼ +0.16% over 1Y
1 SEK = 15.8589 JPY · 1 JPY = 0.06306 SEK · Get this rate via the API
1 SEK buys 15.8589 JPY as of 2026-09-27, so 1 JPY buys 0.06306 SEK. Over the last year, SEK/JPY traded between 15.7292 and 17.4240, averaged 16.7256 and fell 0.16%. The API holds daily SEK/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SEK/JPY over 1Y: show the values
| Point | SEK/JPY |
|---|---|
| 2025-09-27 | 15.8839 |
| 2025-10-04 | 15.7292 |
| 2025-10-11 | 15.9039 |
| 2025-10-18 | 15.9568 |
| 2025-10-25 | 16.2605 |
| 2025-11-01 | 16.2217 |
| 2025-11-08 | 16.1008 |
| 2025-11-15 | 16.3542 |
| 2025-11-22 | 16.3839 |
| 2025-11-29 | 16.5255 |
| 2025-12-06 | 16.5235 |
| 2025-12-13 | 16.8110 |
| 2025-12-20 | 17.0220 |
| 2025-12-27 | 17.0937 |
| 2026-01-03 | 17.0248 |
| 2026-01-10 | 17.1432 |
| 2026-01-17 | 17.1543 |
| 2026-01-24 | 17.4240 |
| 2026-01-31 | 17.3439 |
| 2026-02-07 | 17.4216 |
| 2026-02-14 | 17.1239 |
| 2026-02-21 | 17.1153 |
| 2026-02-28 | 17.2677 |
| 2026-03-07 | 17.1795 |
| 2026-03-14 | 16.8485 |
| 2026-03-21 | 17.0434 |
| 2026-03-28 | 16.9205 |
| 2026-04-04 | 16.8381 |
| 2026-04-11 | 17.1760 |
| 2026-04-18 | 17.3110 |
| 2026-04-25 | 17.2841 |
| 2026-05-02 | 17.0479 |
| 2026-05-09 | 16.9995 |
| 2026-05-16 | 16.8045 |
| 2026-05-23 | 16.9963 |
| 2026-05-30 | 17.2328 |
| 2026-06-06 | 16.9352 |
| 2026-06-13 | 16.9702 |
| 2026-06-20 | 16.8204 |
| 2026-06-27 | 16.6141 |
| 2026-07-04 | 16.7167 |
| 2026-07-11 | 16.7370 |
| 2026-07-18 | 16.8382 |
| 2026-07-25 | 16.8640 |
| 2026-08-01 | 16.5567 |
| 2026-08-08 | 16.6482 |
| 2026-08-15 | 16.7252 |
| 2026-08-22 | 16.7795 |
| 2026-08-29 | 16.6661 |
| 2026-09-05 | 16.3267 |
| 2026-09-12 | 15.8352 |
| 2026-09-19 | 15.9605 |
| 2026-09-26 | 15.8589 |
High
17.4240
Low
15.7292
Average
16.7256
Get this rate via the API
One GET request returns the SEK/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/JPY API questions
How do I get the SEK/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/JPY rate in rates.JPY.
How far back does SEK/JPY historical data go?
Daily SEK/JPY rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SEK/JPY 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.