GIP to GMD exchange rate API
Gibraltar Pound to Dalasi · quoted 2026-09-25
97.9679
▼ +1.03% over 1Y
1 GIP = 97.9679 GMD · 1 GMD = 0.01021 GIP · Get this rate via the API
1 GIP buys 97.9679 GMD as of 2026-09-25, so 1 GMD buys 0.01021 GIP. Over the last year, GIP/GMD traded between 96.0002 and 101.6626, averaged 98.8346 and fell 1.03%. The API holds daily GIP/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/GMD over 1Y: show the values
| Point | GIP/GMD |
|---|---|
| 2025-09-25 | 98.9849 |
| 2025-10-02 | 99.0131 |
| 2025-10-09 | 97.6220 |
| 2025-10-16 | 97.8778 |
| 2025-10-23 | 97.1727 |
| 2025-10-30 | 96.6336 |
| 2025-11-06 | 96.0002 |
| 2025-11-13 | 96.2796 |
| 2025-11-20 | 96.0734 |
| 2025-11-27 | 97.6221 |
| 2025-12-04 | 97.8418 |
| 2025-12-12 | 98.7072 |
| 2025-12-19 | 98.8787 |
| 2025-12-26 | 100.3596 |
| 2026-01-02 | 99.7724 |
| 2026-01-09 | 99.1809 |
| 2026-01-16 | 98.7951 |
| 2026-01-23 | 99.2159 |
| 2026-01-30 | 101.6626 |
| 2026-02-06 | 99.7600 |
| 2026-02-13 | 100.5358 |
| 2026-02-20 | 99.3817 |
| 2026-02-27 | 99.2551 |
| 2026-03-06 | 98.5778 |
| 2026-03-13 | 98.3797 |
| 2026-03-20 | 99.4148 |
| 2026-03-27 | 98.8177 |
| 2026-04-03 | 97.8905 |
| 2026-04-10 | 99.4517 |
| 2026-04-17 | 99.0535 |
| 2026-04-24 | 99.2565 |
| 2026-05-01 | 99.1475 |
| 2026-05-08 | 99.2563 |
| 2026-05-16 | 96.5989 |
| 2026-05-24 | 99.9532 |
| 2026-05-31 | 99.4724 |
| 2026-06-09 | 98.0956 |
| 2026-06-16 | 98.6223 |
| 2026-06-23 | 97.4060 |
| 2026-06-30 | 97.7780 |
| 2026-07-07 | 98.9915 |
| 2026-07-14 | 98.8539 |
| 2026-07-21 | 99.4003 |
| 2026-07-28 | 98.6367 |
| 2026-08-04 | 99.4796 |
| 2026-08-11 | 100.1026 |
| 2026-08-18 | 100.4469 |
| 2026-08-26 | 101.2575 |
| 2026-09-02 | 100.6705 |
| 2026-09-09 | 100.4194 |
| 2026-09-16 | 99.7537 |
| 2026-09-23 | 98.4552 |
High
101.6626
Low
96.0002
Average
98.8346
Get this rate via the API
One GET request returns the GIP/GMD 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=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GMD").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/GMD API questions
How do I get the GIP/GMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/GMD rate in rates.GMD.
How far back does GIP/GMD historical data go?
Daily GIP/GMD 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/GMD 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.