Skip to content

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

SEK/JPY over 1Y: show the values
PointSEK/JPY
2025-09-2715.8839
2025-10-0415.7292
2025-10-1115.9039
2025-10-1815.9568
2025-10-2516.2605
2025-11-0116.2217
2025-11-0816.1008
2025-11-1516.3542
2025-11-2216.3839
2025-11-2916.5255
2025-12-0616.5235
2025-12-1316.8110
2025-12-2017.0220
2025-12-2717.0937
2026-01-0317.0248
2026-01-1017.1432
2026-01-1717.1543
2026-01-2417.4240
2026-01-3117.3439
2026-02-0717.4216
2026-02-1417.1239
2026-02-2117.1153
2026-02-2817.2677
2026-03-0717.1795
2026-03-1416.8485
2026-03-2117.0434
2026-03-2816.9205
2026-04-0416.8381
2026-04-1117.1760
2026-04-1817.3110
2026-04-2517.2841
2026-05-0217.0479
2026-05-0916.9995
2026-05-1616.8045
2026-05-2316.9963
2026-05-3017.2328
2026-06-0616.9352
2026-06-1316.9702
2026-06-2016.8204
2026-06-2716.6141
2026-07-0416.7167
2026-07-1116.7370
2026-07-1816.8382
2026-07-2516.8640
2026-08-0116.5567
2026-08-0816.6482
2026-08-1516.7252
2026-08-2216.7795
2026-08-2916.6661
2026-09-0516.3267
2026-09-1215.8352
2026-09-1915.9605
2026-09-2615.8589

High

17.4240

Low

15.7292

Average

16.7256

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=JPY");
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=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&currencies=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.