Skip to content

MXN to KRW exchange rate API

Mexican Peso to Won · quoted 2026-09-25

77.1021

▲ +1.29% over 1Y

1 MXN = 77.1021 KRW · 1 KRW = 0.01297 MXN · Get this rate via the API

1 MXN buys 77.1021 KRW as of 2026-09-25, so 1 KRW buys 0.01297 MXN. Over the last year, MXN/KRW traded between 76.1191 and 88.6729, averaged 82.5319 and rose 1.29%. 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 1Y

MXN/KRW over 1Y: show the values
PointMXN/KRW
2025-09-2576.1191
2025-10-0276.2855
2025-10-0977.4768
2025-10-1676.9122
2025-10-2378.2003
2025-10-3077.1520
2025-11-0677.8428
2025-11-1380.1133
2025-11-2079.9808
2025-11-2779.7007
2025-12-0480.5394
2025-12-1180.9311
2025-12-1882.0597
2025-12-2580.6935
2026-01-0180.1014
2026-01-0880.8458
2026-01-1582.5420
2026-01-2283.9421
2026-01-2983.4265
2026-02-0584.2749
2026-02-1283.7438
2026-02-1983.8960
2026-02-2682.9982
2026-03-0583.6910
2026-03-1283.6045
2026-03-1983.8053
2026-03-2684.5387
2026-04-0284.5441
2026-04-0984.8527
2026-04-1685.4989
2026-04-2385.2575
2026-04-3084.3228
2026-05-0784.3273
2026-05-1486.7367
2026-05-2186.9530
2026-05-2886.4269
2026-06-0488.6729
2026-06-1187.9439
2026-06-1888.4855
2026-06-2587.4728
2026-07-0288.2090
2026-07-0986.1789
2026-07-1684.8971
2026-07-2384.3478
2026-07-3082.3957
2026-08-0682.5188
2026-08-1383.2847
2026-08-2082.1839
2026-08-2781.3269
2026-09-0379.7847
2026-09-1079.3106
2026-09-1780.4365
2026-09-2477.8320

High

88.6729

Low

76.1191

Average

82.5319

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.