Skip to content

KRW to MXN exchange rate API

Won to Mexican Peso · quoted 2026-09-27

0.01305

▲ +0.18% over 1Y

1 KRW = 0.01305 MXN · 1 MXN = 76.6460 KRW · Get this rate via the API

1 KRW buys 0.01305 MXN as of 2026-09-27, so 1 MXN buys 76.6460 KRW. Over the last year, KRW/MXN traded between 0.01132 and 0.01307, averaged 0.01214 and rose 0.18%. The API holds daily KRW/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

KRW/MXN over 1Y

KRW/MXN over 1Y: show the values
PointKRW/MXN
2025-09-270.01302
2025-10-040.01307
2025-10-110.01300
2025-10-180.01292
2025-10-250.01283
2025-11-010.01301
2025-11-080.01267
2025-11-150.01263
2025-11-220.01258
2025-11-290.01247
2025-12-060.01233
2025-12-130.01221
2025-12-200.01222
2025-12-270.01239
2026-01-030.01242
2026-01-100.01234
2026-01-170.01196
2026-01-240.01199
2026-01-310.01204
2026-02-070.01179
2026-02-140.01191
2026-02-210.01185
2026-02-280.01196
2026-03-070.01198
2026-03-140.01196
2026-03-210.01189
2026-03-280.01202
2026-04-040.01183
2026-04-110.01165
2026-04-180.01180
2026-04-250.01177
2026-05-020.01186
2026-05-090.01175
2026-05-160.01158
2026-05-230.01139
2026-05-300.01151
2026-06-060.01132
2026-06-130.01134
2026-06-200.01134
2026-06-270.01140
2026-07-040.01144
2026-07-110.01165
2026-07-180.01179
2026-07-250.01198
2026-08-010.01202
2026-08-080.01217
2026-08-150.01202
2026-08-220.01221
2026-08-290.01238
2026-09-050.01255
2026-09-120.01266
2026-09-190.01243
2026-09-260.01305

High

0.01307

Low

0.01132

Average

0.01214

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KRW/MXN API questions

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

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

How far back does KRW/MXN historical data go?

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