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: show the values
| Point | GIP/MXN |
|---|---|
| 2025-09-26 | 24.6620 |
| 2025-10-03 | 24.7392 |
| 2025-10-10 | 24.4435 |
| 2025-10-17 | 24.7402 |
| 2025-10-24 | 24.5238 |
| 2025-10-31 | 24.4016 |
| 2025-11-07 | 24.3623 |
| 2025-11-14 | 24.1602 |
| 2025-11-21 | 24.1441 |
| 2025-11-28 | 24.2726 |
| 2025-12-05 | 24.2633 |
| 2025-12-13 | 24.0767 |
| 2025-12-20 | 24.1251 |
| 2025-12-27 | 24.1583 |
| 2026-01-03 | 24.0891 |
| 2026-01-10 | 24.0845 |
| 2026-01-17 | 23.5161 |
| 2026-01-24 | 23.6930 |
| 2026-01-31 | 23.9021 |
| 2026-02-07 | 23.5011 |
| 2026-02-14 | 23.4393 |
| 2026-02-21 | 23.0944 |
| 2026-02-28 | 23.2298 |
| 2026-03-07 | 23.8724 |
| 2026-03-14 | 23.7565 |
| 2026-03-21 | 23.8841 |
| 2026-03-28 | 24.1917 |
| 2026-04-04 | 23.5955 |
| 2026-04-11 | 23.2569 |
| 2026-04-18 | 23.4342 |
| 2026-04-25 | 23.4533 |
| 2026-05-02 | 23.7067 |
| 2026-05-09 | 23.3766 |
| 2026-05-17 | 23.1052 |
| 2026-05-25 | 23.2689 |
| 2026-06-01 | 23.3158 |
| 2026-06-10 | 23.3951 |
| 2026-06-17 | 23.1142 |
| 2026-06-24 | 23.2498 |
| 2026-07-01 | 23.2040 |
| 2026-07-08 | 23.4782 |
| 2026-07-15 | 23.3693 |
| 2026-07-22 | 23.3194 |
| 2026-07-29 | 23.2361 |
| 2026-08-05 | 23.1596 |
| 2026-08-12 | 23.0388 |
| 2026-08-20 | 23.1184 |
| 2026-08-27 | 23.0529 |
| 2026-09-03 | 22.9581 |
| 2026-09-10 | 22.9678 |
| 2026-09-17 | 22.9937 |
| 2026-09-24 | 23.2720 |
High
24.7402
Low
22.9581
Average
23.6639
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.