Skip to content

SEK to JPY exchange rate API

Swedish Krona to Yen · quoted 2026-09-27

15.8589

▲ +24.19% over 5Y

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 5 years, SEK/JPY traded between 12.3190 and 17.3192, averaged 14.5601 and rose 24.19%. 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 5Y

SEK/JPY over 5Y: show the values
PointSEK/JPY
2021-09-2812.7702
2021-11-0913.2229
2021-12-2112.4319
2022-02-0112.3633
2022-03-1512.3190
2022-04-2813.2373
2022-06-0913.7017
2022-07-2113.5680
2022-09-0112.9721
2022-10-1312.9830
2022-11-2413.2538
2023-01-0612.5511
2023-02-1712.7859
2023-03-3112.8390
2023-05-1713.0958
2023-06-2813.3802
2023-08-0913.4263
2023-09-2013.3229
2023-11-0113.4957
2023-12-1313.9337
2024-01-2914.1007
2024-03-1114.3414
2024-04-2414.2456
2024-06-0615.0305
2024-07-1814.8277
2024-08-2814.1659
2024-10-0214.1204
2024-11-0114.2566
2024-12-0113.7278
2024-12-3114.2299
2025-01-3013.9773
2025-03-0114.0008
2025-03-3114.8954
2025-04-3014.8275
2025-05-3014.9869
2025-06-2915.2498
2025-07-2915.3801
2025-08-2815.4856
2025-09-2715.8839
2025-10-2716.3059
2025-11-2616.4113
2025-12-2617.0547
2026-01-2517.3192
2026-02-2417.1716
2026-03-2616.9909
2026-04-2517.2841
2026-05-2517.1389
2026-06-2416.5404
2026-07-2416.8593
2026-08-2316.7842
2026-09-2216.0204

High

17.3192

Low

12.3190

Average

14.5601

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.