Skip to content

SEK to JPY exchange rate API

Swedish Krona to Yen · quoted 2026-09-27

15.8589

▼ +6.78% over YTD

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 year to date, SEK/JPY traded between 15.8476 and 17.5050, averaged 16.9019 and fell 6.78%. 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 YTD

SEK/JPY over YTD: show the values
PointSEK/JPY
2025-12-3117.0115
2026-01-0717.0363
2026-01-1417.2358
2026-01-2117.3745
2026-01-2817.2602
2026-02-0417.5050
2026-02-1117.2751
2026-02-1817.1430
2026-02-2517.2997
2026-03-0417.1391
2026-03-1117.2353
2026-03-1817.0248
2026-03-2517.1072
2026-04-0116.8745
2026-04-0817.1671
2026-04-1517.2728
2026-04-2217.3357
2026-04-2917.2547
2026-05-0616.9604
2026-05-1316.9336
2026-05-2016.9598
2026-05-2717.1945
2026-06-0317.0581
2026-06-1016.8884
2026-06-1717.0618
2026-06-2416.5404
2026-07-0116.6924
2026-07-0816.7594
2026-07-1516.7661
2026-07-2216.7935
2026-07-2916.8524
2026-08-0516.6078
2026-08-1216.7026
2026-08-1916.7251
2026-08-2616.7550
2026-09-0216.5611
2026-09-0916.0178
2026-09-1615.8476
2026-09-2315.9865

High

17.5050

Low

15.8476

Average

16.9019

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.