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: show the values
| Point | MXN/KRW |
|---|---|
| 2025-09-25 | 76.1191 |
| 2025-10-02 | 76.2855 |
| 2025-10-09 | 77.4768 |
| 2025-10-16 | 76.9122 |
| 2025-10-23 | 78.2003 |
| 2025-10-30 | 77.1520 |
| 2025-11-06 | 77.8428 |
| 2025-11-13 | 80.1133 |
| 2025-11-20 | 79.9808 |
| 2025-11-27 | 79.7007 |
| 2025-12-04 | 80.5394 |
| 2025-12-11 | 80.9311 |
| 2025-12-18 | 82.0597 |
| 2025-12-25 | 80.6935 |
| 2026-01-01 | 80.1014 |
| 2026-01-08 | 80.8458 |
| 2026-01-15 | 82.5420 |
| 2026-01-22 | 83.9421 |
| 2026-01-29 | 83.4265 |
| 2026-02-05 | 84.2749 |
| 2026-02-12 | 83.7438 |
| 2026-02-19 | 83.8960 |
| 2026-02-26 | 82.9982 |
| 2026-03-05 | 83.6910 |
| 2026-03-12 | 83.6045 |
| 2026-03-19 | 83.8053 |
| 2026-03-26 | 84.5387 |
| 2026-04-02 | 84.5441 |
| 2026-04-09 | 84.8527 |
| 2026-04-16 | 85.4989 |
| 2026-04-23 | 85.2575 |
| 2026-04-30 | 84.3228 |
| 2026-05-07 | 84.3273 |
| 2026-05-14 | 86.7367 |
| 2026-05-21 | 86.9530 |
| 2026-05-28 | 86.4269 |
| 2026-06-04 | 88.6729 |
| 2026-06-11 | 87.9439 |
| 2026-06-18 | 88.4855 |
| 2026-06-25 | 87.4728 |
| 2026-07-02 | 88.2090 |
| 2026-07-09 | 86.1789 |
| 2026-07-16 | 84.8971 |
| 2026-07-23 | 84.3478 |
| 2026-07-30 | 82.3957 |
| 2026-08-06 | 82.5188 |
| 2026-08-13 | 83.2847 |
| 2026-08-20 | 82.1839 |
| 2026-08-27 | 81.3269 |
| 2026-09-03 | 79.7847 |
| 2026-09-10 | 79.3106 |
| 2026-09-17 | 80.4365 |
| 2026-09-24 | 77.8320 |
High
88.6729
Low
76.1191
Average
82.5319
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.