Skip to content

MXN to SEK exchange rate API

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

0.56095

▲ +9.66% over 1Y

1 MXN = 0.56095 SEK · 1 SEK = 1.7827 MXN · Get this rate via the API

1 MXN buys 0.56095 SEK as of 2026-09-26, so 1 SEK buys 1.7827 MXN. Over the last year, MXN/SEK traded between 0.50941 and 0.57359, averaged 0.53307 and rose 9.66%. The API holds daily MXN/SEK rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/SEK over 1Y

MXN/SEK over 1Y: show the values
PointMXN/SEK
2025-09-260.51156
2025-10-030.50941
2025-10-100.51787
2025-10-170.51289
2025-10-240.51020
2025-10-310.50983
2025-11-070.51475
2025-11-140.51321
2025-11-210.51872
2025-11-280.51702
2025-12-050.51715
2025-12-120.51449
2025-12-190.51680
2025-12-260.51150
2026-01-020.51402
2026-01-090.51210
2026-01-160.52203
2026-01-230.51610
2026-01-300.51075
2026-02-060.52120
2026-02-130.52017
2026-02-200.52739
2026-02-270.52485
2026-03-060.52003
2026-03-130.52585
2026-03-200.52374
2026-03-270.52305
2026-04-030.53012
2026-04-100.53331
2026-04-170.53179
2026-04-240.53131
2026-05-010.52876
2026-05-080.53484
2026-05-150.54360
2026-05-220.54065
2026-05-290.53352
2026-06-050.54059
2026-06-120.54850
2026-06-190.55202
2026-06-260.55472
2026-07-030.55230
2026-07-100.54979
2026-07-170.55223
2026-07-240.55588
2026-07-310.55062
2026-08-070.55313
2026-08-140.55948
2026-08-210.55959
2026-08-280.56193
2026-09-040.56520
2026-09-110.57101
2026-09-180.57359
2026-09-250.55942

High

0.57359

Low

0.50941

Average

0.53307

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/SEK API questions

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

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

How far back does MXN/SEK historical data go?

Daily MXN/SEK 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 MXN/SEK 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.