Skip to content

MXN to KRW exchange rate API

Mexican Peso to Won · quoted 2026-09-25

76.9312

▲ +30.84% over 5Y

1 MXN = 76.9312 KRW · 1 KRW = 0.01300 MXN · Get this rate via the API

1 MXN buys 76.9312 KRW as of 2026-09-25, so 1 KRW buys 0.01300 MXN. Over the last 5 years, MXN/KRW traded between 57.3106 and 88.0546, averaged 73.4208 and rose 30.84%. The API holds daily MXN/KRW rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/KRW over 5Y

MXN/KRW over 5Y: show the values
PointMXN/KRW
2021-09-2758.7995
2021-11-0857.9282
2021-12-2057.3106
2022-01-3158.1861
2022-03-1459.4702
2022-04-2762.0543
2022-06-0864.1145
2022-07-2064.0106
2022-08-3166.4603
2022-10-1271.1827
2022-11-2369.8675
2023-01-0565.5220
2023-02-1669.2693
2023-03-3071.8161
2023-05-1676.8499
2023-06-2776.1234
2023-08-0876.7802
2023-09-1977.5357
2023-10-3174.8970
2023-12-1275.5105
2024-01-2677.7717
2024-03-0878.2448
2024-04-2380.5119
2024-06-0577.7067
2024-07-1777.5821
2024-08-2768.5142
2024-10-0165.5648
2024-10-3168.7822
2024-11-3068.4291
2024-12-3072.3116
2025-01-2970.6288
2025-02-2871.6298
2025-03-3071.0185
2025-04-2973.2364
2025-05-2970.8675
2025-06-2872.3662
2025-07-2874.3586
2025-08-2774.6329
2025-09-2676.2696
2025-10-2678.1957
2025-11-2579.4094
2025-12-2580.6935
2026-01-2483.3729
2026-02-2383.9422
2026-03-2584.2951
2026-04-2484.9469
2026-05-2488.0546
2026-06-2387.8500
2026-07-2384.3478
2026-08-2281.9078
2026-09-2179.8160

High

88.0546

Low

57.3106

Average

73.4208

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/KRW API questions

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

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

How far back does MXN/KRW historical data go?

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