Skip to content

GIP to MXN exchange rate API

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

23.4211

▼ +2.43% over 6M

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 6 months, GIP/MXN traded between 22.8263 and 24.0043, averaged 23.2925 and fell 2.43%. 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 6M

GIP/MXN over 6M: show the values
PointGIP/MXN
2026-03-3024.0043
2026-04-0623.5150
2026-04-1323.4093
2026-04-2023.4634
2026-04-2723.4845
2026-05-0423.7441
2026-05-1123.4782
2026-05-1923.2614
2026-05-2723.3033
2026-06-0323.2737
2026-06-1223.1078
2026-06-1922.8304
2026-06-2623.1188
2026-07-0323.3090
2026-07-1023.5606
2026-07-1723.5432
2026-07-2423.2709
2026-07-3123.3587
2026-08-0723.0801
2026-08-1422.9307
2026-08-2223.0889
2026-08-2923.0533
2026-09-0522.8263
2026-09-1222.9606
2026-09-1923.0793
2026-09-2623.4211

High

24.0043

Low

22.8263

Average

23.2925

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.