Skip to content

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

GBP/MXN over 5Y: show the values
PointGBP/MXN
2021-09-2727.5162
2021-11-0827.6380
2021-12-2027.5110
2022-01-3127.8831
2022-03-1427.2074
2022-04-2725.6794
2022-06-0824.5934
2022-07-2024.5330
2022-08-3123.4839
2022-10-1222.1450
2022-11-2323.1576
2023-01-0523.2622
2023-02-1622.3575
2023-03-3022.3269
2023-05-1621.8342
2023-06-2721.7573
2023-08-0821.8408
2023-09-1921.2154
2023-10-3121.9251
2023-12-1221.8112
2024-01-2621.8562
2024-03-0821.6375
2024-04-2321.2356
2024-06-0522.5660
2024-07-1723.1645
2024-08-2725.6838
2024-10-0126.2097
2024-10-3126.0393
2024-11-3025.9494
2024-12-3025.6597
2025-01-2925.4347
2025-02-2825.6865
2025-03-3026.3750
2025-04-2926.2354
2025-05-2926.1257
2025-06-2825.7994
2025-07-2825.0187
2025-08-2725.1714
2025-09-2624.6857
2025-10-2624.5465
2025-11-2524.2471
2025-12-2524.2279
2026-01-2423.6930
2026-02-2323.2023
2026-03-2523.7917
2026-04-2423.4607
2026-05-2423.2672
2026-06-2323.1092
2026-07-2323.3134
2026-08-2223.0889
2026-09-2123.0279

High

27.8831

Low

21.2154

Average

24.1616

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=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&currencies=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.