Skip to content

SEK to MXN exchange rate API

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

1.7837

▼ +8.98% over 1Y

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 year, SEK/MXN traded between 1.7508 and 1.9637, averaged 1.8791 and fell 8.98%. 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 1Y

SEK/MXN over 1Y: show the values
PointSEK/MXN
2025-09-251.9596
2025-10-021.9625
2025-10-091.9358
2025-10-161.9500
2025-10-231.9556
2025-10-301.9637
2025-11-061.9491
2025-11-131.9401
2025-11-201.9231
2025-11-271.9334
2025-12-041.9435
2025-12-111.9634
2025-12-181.9352
2025-12-251.9540
2026-01-011.9547
2026-01-081.9481
2026-01-151.9328
2026-01-221.9320
2026-01-291.9429
2026-02-051.9276
2026-02-121.9299
2026-02-191.8995
2026-02-261.9013
2026-03-051.9167
2026-03-121.9095
2026-03-191.9049
2026-03-261.8966
2026-04-021.8885
2026-04-091.8732
2026-04-161.8833
2026-04-231.8824
2026-04-301.8882
2026-05-071.8704
2026-05-141.8439
2026-05-211.8529
2026-05-281.8667
2026-06-041.8490
2026-06-111.8252
2026-06-181.8146
2026-06-251.8074
2026-07-021.8068
2026-07-091.8142
2026-07-161.8119
2026-07-231.7927
2026-07-301.8137
2026-08-061.8227
2026-08-131.7835
2026-08-201.7900
2026-08-271.7833
2026-09-031.7762
2026-09-101.7574
2026-09-171.7508
2026-09-241.7744

High

1.9637

Low

1.7508

Average

1.8791

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.