Skip to content

SEK to MXN exchange rate API

Swedish Krona to Mexican Peso · quoted 2026-09-25

1.7837

▼ +22.79% over 5Y

1 SEK = 1.7837 MXN · 1 MXN = 0.56064 SEK · Get this rate via the API

1 SEK buys 1.7837 MXN as of 2026-09-25, so 1 MXN buys 0.56064 SEK. Over the last 5 years, SEK/MXN traded between 1.5399 and 2.3722, averaged 1.8766 and fell 22.79%. The API holds daily SEK/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

SEK/MXN over 5Y

SEK/MXN over 5Y: show the values
PointSEK/MXN
2021-09-272.3103
2021-11-082.3722
2021-12-202.2756
2022-01-312.2105
2022-03-142.1668
2022-04-272.0787
2022-06-082.0055
2022-07-201.9977
2022-08-311.8920
2022-10-121.7652
2022-11-231.8361
2023-01-051.8365
2023-02-161.7835
2023-03-301.7414
2023-05-161.6833
2023-06-271.5936
2023-08-081.6023
2023-09-191.5399
2023-10-311.6195
2023-12-121.6613
2024-01-261.6482
2024-03-081.6507
2024-04-231.5749
2024-06-051.6943
2024-07-171.6891
2024-08-271.9064
2024-10-011.9293
2024-10-311.8751
2024-11-301.8721
2024-12-301.8530
2025-01-291.8589
2025-02-281.8966
2025-03-302.0358
2025-04-292.0338
2025-05-292.0135
2025-06-281.9845
2025-07-281.9466
2025-08-271.9533
2025-09-261.9548
2025-10-261.9627
2025-11-251.9287
2025-12-251.9540
2026-01-241.9393
2026-02-231.8947
2026-03-251.9119
2026-04-241.8821
2026-05-241.8536
2026-06-231.8013
2026-07-231.7927
2026-08-221.7858
2026-09-211.7520

High

2.3722

Low

1.5399

Average

1.8766

For developers

Get this rate via the API

One GET request returns the SEK/MXN 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=SEK&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=MXN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

SEK/MXN API questions

How do I get the SEK/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/MXN rate in rates.MXN.

How far back does SEK/MXN historical data go?

Daily SEK/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SEK/MXN 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.