Skip to content

JPY to SEK exchange rate API

Yen to Swedish Krona · quoted 2026-09-25

0.06306

▲ +5.65% over 30D

1 JPY = 0.06306 SEK · 1 SEK = 15.8589 JPY · Get this rate via the API

1 JPY buys 0.06306 SEK as of 2026-09-25, so 1 SEK buys 15.8589 JPY. Over the last 30 days, JPY/SEK traded between 0.05964 and 0.06319, averaged 0.06183 and rose 5.65%. The API holds daily JPY/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/SEK over 30D

JPY/SEK over 30D: show the values
PointJPY/SEK
2026-08-260.05968
2026-08-270.05971
2026-08-280.05964
2026-08-290.06000
2026-08-300.06002
2026-08-310.05998
2026-09-010.05987
2026-09-020.06038
2026-09-030.06139
2026-09-040.06113
2026-09-050.06125
2026-09-060.06128
2026-09-070.06206
2026-09-080.06223
2026-09-090.06243
2026-09-100.06253
2026-09-110.06293
2026-09-120.06315
2026-09-130.06309
2026-09-140.06319
2026-09-150.06303
2026-09-160.06310
2026-09-170.06306
2026-09-180.06240
2026-09-190.06265
2026-09-200.06261
2026-09-210.06240
2026-09-220.06242
2026-09-230.06255
2026-09-240.06238
2026-09-250.06283

High

0.06319

Low

0.05964

Average

0.06183

For developers

Get this rate via the API

One GET request returns the JPY/SEK 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=JPY&currencies=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=SEK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/SEK API questions

How do I get the JPY/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/SEK rate in rates.SEK.

How far back does JPY/SEK historical data go?

Daily JPY/SEK 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 JPY/SEK 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.