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: show the values
| Point | MXN/KRW |
|---|---|
| 2021-09-27 | 58.7995 |
| 2021-11-08 | 57.9282 |
| 2021-12-20 | 57.3106 |
| 2022-01-31 | 58.1861 |
| 2022-03-14 | 59.4702 |
| 2022-04-27 | 62.0543 |
| 2022-06-08 | 64.1145 |
| 2022-07-20 | 64.0106 |
| 2022-08-31 | 66.4603 |
| 2022-10-12 | 71.1827 |
| 2022-11-23 | 69.8675 |
| 2023-01-05 | 65.5220 |
| 2023-02-16 | 69.2693 |
| 2023-03-30 | 71.8161 |
| 2023-05-16 | 76.8499 |
| 2023-06-27 | 76.1234 |
| 2023-08-08 | 76.7802 |
| 2023-09-19 | 77.5357 |
| 2023-10-31 | 74.8970 |
| 2023-12-12 | 75.5105 |
| 2024-01-26 | 77.7717 |
| 2024-03-08 | 78.2448 |
| 2024-04-23 | 80.5119 |
| 2024-06-05 | 77.7067 |
| 2024-07-17 | 77.5821 |
| 2024-08-27 | 68.5142 |
| 2024-10-01 | 65.5648 |
| 2024-10-31 | 68.7822 |
| 2024-11-30 | 68.4291 |
| 2024-12-30 | 72.3116 |
| 2025-01-29 | 70.6288 |
| 2025-02-28 | 71.6298 |
| 2025-03-30 | 71.0185 |
| 2025-04-29 | 73.2364 |
| 2025-05-29 | 70.8675 |
| 2025-06-28 | 72.3662 |
| 2025-07-28 | 74.3586 |
| 2025-08-27 | 74.6329 |
| 2025-09-26 | 76.2696 |
| 2025-10-26 | 78.1957 |
| 2025-11-25 | 79.4094 |
| 2025-12-25 | 80.6935 |
| 2026-01-24 | 83.3729 |
| 2026-02-23 | 83.9422 |
| 2026-03-25 | 84.2951 |
| 2026-04-24 | 84.9469 |
| 2026-05-24 | 88.0546 |
| 2026-06-23 | 87.8500 |
| 2026-07-23 | 84.3478 |
| 2026-08-22 | 81.9078 |
| 2026-09-21 | 79.8160 |
High
88.0546
Low
57.3106
Average
73.4208
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.