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: show the values
| Point | SEK/JPY |
|---|---|
| 2025-12-31 | 17.0115 |
| 2026-01-07 | 17.0363 |
| 2026-01-14 | 17.2358 |
| 2026-01-21 | 17.3745 |
| 2026-01-28 | 17.2602 |
| 2026-02-04 | 17.5050 |
| 2026-02-11 | 17.2751 |
| 2026-02-18 | 17.1430 |
| 2026-02-25 | 17.2997 |
| 2026-03-04 | 17.1391 |
| 2026-03-11 | 17.2353 |
| 2026-03-18 | 17.0248 |
| 2026-03-25 | 17.1072 |
| 2026-04-01 | 16.8745 |
| 2026-04-08 | 17.1671 |
| 2026-04-15 | 17.2728 |
| 2026-04-22 | 17.3357 |
| 2026-04-29 | 17.2547 |
| 2026-05-06 | 16.9604 |
| 2026-05-13 | 16.9336 |
| 2026-05-20 | 16.9598 |
| 2026-05-27 | 17.1945 |
| 2026-06-03 | 17.0581 |
| 2026-06-10 | 16.8884 |
| 2026-06-17 | 17.0618 |
| 2026-06-24 | 16.5404 |
| 2026-07-01 | 16.6924 |
| 2026-07-08 | 16.7594 |
| 2026-07-15 | 16.7661 |
| 2026-07-22 | 16.7935 |
| 2026-07-29 | 16.8524 |
| 2026-08-05 | 16.6078 |
| 2026-08-12 | 16.7026 |
| 2026-08-19 | 16.7251 |
| 2026-08-26 | 16.7550 |
| 2026-09-02 | 16.5611 |
| 2026-09-09 | 16.0178 |
| 2026-09-16 | 15.8476 |
| 2026-09-23 | 15.9865 |
High
17.5050
Low
15.8476
Average
16.9019
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.