Skip to content

SEK to JPY exchange rate API

Swedish Krona to Yen · quoted 2026-09-27

15.8589

▼ +5.37% over 6M

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 6 months, SEK/JPY traded between 15.8589 and 17.4092, averaged 16.7658 and fell 5.37%. 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 6M

SEK/JPY over 6M: show the values
PointSEK/JPY
2026-03-3116.7587
2026-04-0716.8089
2026-04-1417.3486
2026-04-2117.4092
2026-04-2817.1987
2026-05-0517.0129
2026-05-1216.9808
2026-05-1916.9484
2026-05-2617.1112
2026-06-0217.1908
2026-06-0917.0280
2026-06-1617.0634
2026-06-2316.6406
2026-06-3016.6836
2026-07-0716.7589
2026-07-1416.7642
2026-07-2116.8186
2026-07-2816.8425
2026-08-0416.4894
2026-08-1116.7574
2026-08-1816.7667
2026-08-2516.7799
2026-09-0116.7016
2026-09-0816.0689
2026-09-1515.8648
2026-09-2216.0204

High

17.4092

Low

15.8589

Average

16.7658

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.