Skip to content

GIP to MXN exchange rate API

Gibraltar Pound to Mexican Peso · quoted 2026-09-26

23.4211

▼ +5.03% over 1Y

1 GIP = 23.4211 MXN · 1 MXN = 0.04270 GIP · Get this rate via the API

1 GIP buys 23.4211 MXN as of 2026-09-26, so 1 MXN buys 0.04270 GIP. Over the last year, GIP/MXN traded between 22.9581 and 24.7402, averaged 23.6639 and fell 5.03%. The API holds daily GIP/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/MXN over 1Y

GIP/MXN over 1Y: show the values
PointGIP/MXN
2025-09-2624.6620
2025-10-0324.7392
2025-10-1024.4435
2025-10-1724.7402
2025-10-2424.5238
2025-10-3124.4016
2025-11-0724.3623
2025-11-1424.1602
2025-11-2124.1441
2025-11-2824.2726
2025-12-0524.2633
2025-12-1324.0767
2025-12-2024.1251
2025-12-2724.1583
2026-01-0324.0891
2026-01-1024.0845
2026-01-1723.5161
2026-01-2423.6930
2026-01-3123.9021
2026-02-0723.5011
2026-02-1423.4393
2026-02-2123.0944
2026-02-2823.2298
2026-03-0723.8724
2026-03-1423.7565
2026-03-2123.8841
2026-03-2824.1917
2026-04-0423.5955
2026-04-1123.2569
2026-04-1823.4342
2026-04-2523.4533
2026-05-0223.7067
2026-05-0923.3766
2026-05-1723.1052
2026-05-2523.2689
2026-06-0123.3158
2026-06-1023.3951
2026-06-1723.1142
2026-06-2423.2498
2026-07-0123.2040
2026-07-0823.4782
2026-07-1523.3693
2026-07-2223.3194
2026-07-2923.2361
2026-08-0523.1596
2026-08-1223.0388
2026-08-2023.1184
2026-08-2723.0529
2026-09-0322.9581
2026-09-1022.9678
2026-09-1722.9937
2026-09-2423.2720

High

24.7402

Low

22.9581

Average

23.6639

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/MXN API questions

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

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

How far back does GIP/MXN historical data go?

Daily GIP/MXN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GIP/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.