GBP to MXN exchange rate API
Pound Sterling to Mexican Peso · quoted 2026-09-24
23.2123
▼ +15.64% over 5Y
1 GBP = 23.2123 MXN · 1 MXN = 0.04308 GBP · Get this rate via the API
1 GBP buys 23.2123 MXN as of 2026-09-24, so 1 MXN buys 0.04308 GBP. Over the last 5 years, GBP/MXN traded between 21.2154 and 27.8831, averaged 24.1616 and fell 15.64%. The API holds daily GBP/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.
GBP/MXN over 5Y: show the values
| Point | GBP/MXN |
|---|---|
| 2021-09-27 | 27.5162 |
| 2021-11-08 | 27.6380 |
| 2021-12-20 | 27.5110 |
| 2022-01-31 | 27.8831 |
| 2022-03-14 | 27.2074 |
| 2022-04-27 | 25.6794 |
| 2022-06-08 | 24.5934 |
| 2022-07-20 | 24.5330 |
| 2022-08-31 | 23.4839 |
| 2022-10-12 | 22.1450 |
| 2022-11-23 | 23.1576 |
| 2023-01-05 | 23.2622 |
| 2023-02-16 | 22.3575 |
| 2023-03-30 | 22.3269 |
| 2023-05-16 | 21.8342 |
| 2023-06-27 | 21.7573 |
| 2023-08-08 | 21.8408 |
| 2023-09-19 | 21.2154 |
| 2023-10-31 | 21.9251 |
| 2023-12-12 | 21.8112 |
| 2024-01-26 | 21.8562 |
| 2024-03-08 | 21.6375 |
| 2024-04-23 | 21.2356 |
| 2024-06-05 | 22.5660 |
| 2024-07-17 | 23.1645 |
| 2024-08-27 | 25.6838 |
| 2024-10-01 | 26.2097 |
| 2024-10-31 | 26.0393 |
| 2024-11-30 | 25.9494 |
| 2024-12-30 | 25.6597 |
| 2025-01-29 | 25.4347 |
| 2025-02-28 | 25.6865 |
| 2025-03-30 | 26.3750 |
| 2025-04-29 | 26.2354 |
| 2025-05-29 | 26.1257 |
| 2025-06-28 | 25.7994 |
| 2025-07-28 | 25.0187 |
| 2025-08-27 | 25.1714 |
| 2025-09-26 | 24.6857 |
| 2025-10-26 | 24.5465 |
| 2025-11-25 | 24.2471 |
| 2025-12-25 | 24.2279 |
| 2026-01-24 | 23.6930 |
| 2026-02-23 | 23.2023 |
| 2026-03-25 | 23.7917 |
| 2026-04-24 | 23.4607 |
| 2026-05-24 | 23.2672 |
| 2026-06-23 | 23.1092 |
| 2026-07-23 | 23.3134 |
| 2026-08-22 | 23.0889 |
| 2026-09-21 | 23.0279 |
High
27.8831
Low
21.2154
Average
24.1616
Get this rate via the API
One GET request returns the GBP/MXN 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=GBP¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/MXN API questions
How do I get the GBP/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/MXN rate in rates.MXN.
How far back does GBP/MXN historical data go?
Daily GBP/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 GBP/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.