Skip to content

JPY to SEK exchange rate API

Yen to Swedish Krona · quoted 2026-09-25

0.06306

▼ +0.29% over 1Y

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 year, JPY/SEK traded between 0.05699 and 0.06377, averaged 0.05981 and fell 0.29%. 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 1Y

JPY/SEK over 1Y: show the values
PointJPY/SEK
2025-09-250.06324
2025-10-020.06377
2025-10-090.06193
2025-10-160.06249
2025-10-230.06171
2025-10-300.06133
2025-11-060.06204
2025-11-130.06093
2025-11-200.06061
2025-11-270.06071
2025-12-040.06074
2025-12-110.05951
2025-12-180.05972
2025-12-250.05887
2026-01-010.05878
2026-01-080.05884
2026-01-150.05805
2026-01-220.05699
2026-01-290.05758
2026-02-050.05748
2026-02-120.05790
2026-02-190.05873
2026-02-260.05789
2026-03-050.05840
2026-03-120.05839
2026-03-190.05923
2026-03-260.05885
2026-04-020.05952
2026-04-090.05857
2026-04-160.05768
2026-04-230.05780
2026-04-300.05925
2026-05-070.05881
2026-05-140.05905
2026-05-210.05884
2026-05-280.05842
2026-06-040.05849
2026-06-110.05936
2026-06-180.05955
2026-06-250.06030
2026-07-020.06014
2026-07-090.05956
2026-07-160.05930
2026-07-230.05958
2026-07-300.05888
2026-08-060.05996
2026-08-130.06001
2026-08-200.05979
2026-08-270.05971
2026-09-030.06139
2026-09-100.06253
2026-09-170.06306
2026-09-240.06238

High

0.06377

Low

0.05699

Average

0.05981

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.