SEK to JPY exchange rate API
Swedish Krona to Yen · quoted 2026-09-27
15.8589
▲ +24.19% over 5Y
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 5 years, SEK/JPY traded between 12.3190 and 17.3192, averaged 14.5601 and rose 24.19%. 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 5Y: show the values
| Point | SEK/JPY |
|---|---|
| 2021-09-28 | 12.7702 |
| 2021-11-09 | 13.2229 |
| 2021-12-21 | 12.4319 |
| 2022-02-01 | 12.3633 |
| 2022-03-15 | 12.3190 |
| 2022-04-28 | 13.2373 |
| 2022-06-09 | 13.7017 |
| 2022-07-21 | 13.5680 |
| 2022-09-01 | 12.9721 |
| 2022-10-13 | 12.9830 |
| 2022-11-24 | 13.2538 |
| 2023-01-06 | 12.5511 |
| 2023-02-17 | 12.7859 |
| 2023-03-31 | 12.8390 |
| 2023-05-17 | 13.0958 |
| 2023-06-28 | 13.3802 |
| 2023-08-09 | 13.4263 |
| 2023-09-20 | 13.3229 |
| 2023-11-01 | 13.4957 |
| 2023-12-13 | 13.9337 |
| 2024-01-29 | 14.1007 |
| 2024-03-11 | 14.3414 |
| 2024-04-24 | 14.2456 |
| 2024-06-06 | 15.0305 |
| 2024-07-18 | 14.8277 |
| 2024-08-28 | 14.1659 |
| 2024-10-02 | 14.1204 |
| 2024-11-01 | 14.2566 |
| 2024-12-01 | 13.7278 |
| 2024-12-31 | 14.2299 |
| 2025-01-30 | 13.9773 |
| 2025-03-01 | 14.0008 |
| 2025-03-31 | 14.8954 |
| 2025-04-30 | 14.8275 |
| 2025-05-30 | 14.9869 |
| 2025-06-29 | 15.2498 |
| 2025-07-29 | 15.3801 |
| 2025-08-28 | 15.4856 |
| 2025-09-27 | 15.8839 |
| 2025-10-27 | 16.3059 |
| 2025-11-26 | 16.4113 |
| 2025-12-26 | 17.0547 |
| 2026-01-25 | 17.3192 |
| 2026-02-24 | 17.1716 |
| 2026-03-26 | 16.9909 |
| 2026-04-25 | 17.2841 |
| 2026-05-25 | 17.1389 |
| 2026-06-24 | 16.5404 |
| 2026-07-24 | 16.8593 |
| 2026-08-23 | 16.7842 |
| 2026-09-22 | 16.0204 |
High
17.3192
Low
12.3190
Average
14.5601
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.