SEK to JPY exchange rate API
Swedish Krona to Yen · quoted 2026-09-27
15.8589
▼ +5.37% over 6M
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 6 months, SEK/JPY traded between 15.8589 and 17.4092, averaged 16.7658 and fell 5.37%. 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 6M: show the values
| Point | SEK/JPY |
|---|---|
| 2026-03-31 | 16.7587 |
| 2026-04-07 | 16.8089 |
| 2026-04-14 | 17.3486 |
| 2026-04-21 | 17.4092 |
| 2026-04-28 | 17.1987 |
| 2026-05-05 | 17.0129 |
| 2026-05-12 | 16.9808 |
| 2026-05-19 | 16.9484 |
| 2026-05-26 | 17.1112 |
| 2026-06-02 | 17.1908 |
| 2026-06-09 | 17.0280 |
| 2026-06-16 | 17.0634 |
| 2026-06-23 | 16.6406 |
| 2026-06-30 | 16.6836 |
| 2026-07-07 | 16.7589 |
| 2026-07-14 | 16.7642 |
| 2026-07-21 | 16.8186 |
| 2026-07-28 | 16.8425 |
| 2026-08-04 | 16.4894 |
| 2026-08-11 | 16.7574 |
| 2026-08-18 | 16.7667 |
| 2026-08-25 | 16.7799 |
| 2026-09-01 | 16.7016 |
| 2026-09-08 | 16.0689 |
| 2026-09-15 | 15.8648 |
| 2026-09-22 | 16.0204 |
High
17.4092
Low
15.8589
Average
16.7658
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.