SEK to JPY exchange rate API
Swedish Krona to Yen · quoted 2026-09-27
15.8589
▼ +5.42% over 30D
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 30 days, SEK/JPY traded between 15.8248 and 16.7669, averaged 16.1249 and fell 5.42%. 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 30D: show the values
| Point | SEK/JPY |
|---|---|
| 2026-08-28 | 16.7669 |
| 2026-08-29 | 16.6661 |
| 2026-08-30 | 16.6606 |
| 2026-08-31 | 16.6715 |
| 2026-09-01 | 16.7016 |
| 2026-09-02 | 16.5611 |
| 2026-09-03 | 16.2893 |
| 2026-09-04 | 16.3587 |
| 2026-09-05 | 16.3267 |
| 2026-09-06 | 16.3177 |
| 2026-09-07 | 16.1127 |
| 2026-09-08 | 16.0689 |
| 2026-09-09 | 16.0178 |
| 2026-09-10 | 15.9909 |
| 2026-09-11 | 15.8899 |
| 2026-09-12 | 15.8352 |
| 2026-09-13 | 15.8506 |
| 2026-09-14 | 15.8248 |
| 2026-09-15 | 15.8648 |
| 2026-09-16 | 15.8476 |
| 2026-09-17 | 15.8586 |
| 2026-09-18 | 16.0244 |
| 2026-09-19 | 15.9605 |
| 2026-09-20 | 15.9721 |
| 2026-09-21 | 16.0266 |
| 2026-09-22 | 16.0204 |
| 2026-09-23 | 15.9865 |
| 2026-09-24 | 16.0300 |
| 2026-09-25 | 15.9167 |
| 2026-09-26 | 15.8589 |
| 2026-09-27 | 15.8589 |
High
16.7669
Low
15.8248
Average
16.1249
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.