GIP to MXN exchange rate API
Gibraltar Pound to Mexican Peso · quoted 2026-09-26
23.4211
▲ +1.60% over 30D
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 30 days, GIP/MXN traded between 22.8257 and 23.4211, averaged 23.0426 and rose 1.60%. 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 30D: show the values
| Point | GIP/MXN |
|---|---|
| 2026-08-27 | 23.0529 |
| 2026-08-28 | 23.0324 |
| 2026-08-29 | 23.0533 |
| 2026-08-30 | 23.0580 |
| 2026-08-31 | 23.0370 |
| 2026-09-01 | 23.0171 |
| 2026-09-02 | 22.9543 |
| 2026-09-03 | 22.9581 |
| 2026-09-04 | 22.8648 |
| 2026-09-05 | 22.8263 |
| 2026-09-06 | 22.8257 |
| 2026-09-07 | 22.8470 |
| 2026-09-08 | 22.9485 |
| 2026-09-09 | 22.8971 |
| 2026-09-10 | 22.9678 |
| 2026-09-11 | 22.9181 |
| 2026-09-12 | 22.9606 |
| 2026-09-13 | 22.9682 |
| 2026-09-14 | 23.0558 |
| 2026-09-15 | 23.1349 |
| 2026-09-16 | 23.1036 |
| 2026-09-17 | 22.9937 |
| 2026-09-18 | 22.9247 |
| 2026-09-19 | 23.0793 |
| 2026-09-20 | 23.0731 |
| 2026-09-21 | 23.0080 |
| 2026-09-22 | 23.0838 |
| 2026-09-23 | 23.2237 |
| 2026-09-24 | 23.2720 |
| 2026-09-25 | 23.3824 |
| 2026-09-26 | 23.4211 |
High
23.4211
Low
22.8257
Average
23.0426
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.