Skip to content

SEK to JPY exchange rate API

Swedish Krona to Yen · quoted 2026-09-27

15.8589

▼ +5.42% over 30D

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 30 days, SEK/JPY traded between 15.8248 and 16.7669, averaged 16.1249 and fell 5.42%. 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 30D

SEK/JPY over 30D: show the values
PointSEK/JPY
2026-08-2816.7669
2026-08-2916.6661
2026-08-3016.6606
2026-08-3116.6715
2026-09-0116.7016
2026-09-0216.5611
2026-09-0316.2893
2026-09-0416.3587
2026-09-0516.3267
2026-09-0616.3177
2026-09-0716.1127
2026-09-0816.0689
2026-09-0916.0178
2026-09-1015.9909
2026-09-1115.8899
2026-09-1215.8352
2026-09-1315.8506
2026-09-1415.8248
2026-09-1515.8648
2026-09-1615.8476
2026-09-1715.8586
2026-09-1816.0244
2026-09-1915.9605
2026-09-2015.9721
2026-09-2116.0266
2026-09-2216.0204
2026-09-2315.9865
2026-09-2416.0300
2026-09-2515.9167
2026-09-2615.8589
2026-09-2715.8589

High

16.7669

Low

15.8248

Average

16.1249

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.