GIP to JMD exchange rate API
Gibraltar Pound to Jamaican Dollar · quoted 2026-09-25
208.9943
▼ +2.79% over 1Y
1 GIP = 208.9943 JMD · 1 JMD = 0.004785 GIP · Get this rate via the API
1 GIP buys 208.9943 JMD as of 2026-09-25, so 1 JMD buys 0.004785 GIP. Over the last year, GIP/JMD traded between 208.0429 and 216.3505, averaged 212.2975 and fell 2.79%. The API holds daily GIP/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/JMD over 1Y: show the values
| Point | GIP/JMD |
|---|---|
| 2025-09-25 | 214.9919 |
| 2025-10-02 | 216.1756 |
| 2025-10-09 | 214.6075 |
| 2025-10-16 | 215.4422 |
| 2025-10-23 | 214.4504 |
| 2025-10-30 | 211.2785 |
| 2025-11-06 | 209.8320 |
| 2025-11-13 | 210.9914 |
| 2025-11-20 | 209.6031 |
| 2025-11-27 | 212.5940 |
| 2025-12-04 | 213.9469 |
| 2025-12-12 | 214.2248 |
| 2025-12-19 | 214.1615 |
| 2025-12-26 | 215.4970 |
| 2026-01-02 | 214.4425 |
| 2026-01-09 | 213.1239 |
| 2026-01-16 | 211.3445 |
| 2026-01-23 | 212.0286 |
| 2026-01-30 | 215.9221 |
| 2026-02-06 | 212.0322 |
| 2026-02-13 | 213.0835 |
| 2026-02-20 | 209.5289 |
| 2026-02-27 | 210.2929 |
| 2026-03-06 | 208.8949 |
| 2026-03-13 | 209.7512 |
| 2026-03-20 | 210.6532 |
| 2026-03-27 | 209.3751 |
| 2026-04-03 | 208.0429 |
| 2026-04-10 | 212.2220 |
| 2026-04-17 | 214.2693 |
| 2026-04-24 | 213.1957 |
| 2026-05-01 | 211.4205 |
| 2026-05-08 | 214.8560 |
| 2026-05-16 | 210.3856 |
| 2026-05-24 | 211.3574 |
| 2026-05-31 | 211.5583 |
| 2026-06-09 | 210.5307 |
| 2026-06-16 | 212.3141 |
| 2026-06-23 | 209.5492 |
| 2026-06-30 | 208.1538 |
| 2026-07-07 | 211.4165 |
| 2026-07-14 | 212.4700 |
| 2026-07-21 | 213.1664 |
| 2026-07-28 | 210.7751 |
| 2026-08-04 | 212.8275 |
| 2026-08-11 | 214.7083 |
| 2026-08-18 | 214.6884 |
| 2026-08-26 | 216.3505 |
| 2026-09-02 | 213.4697 |
| 2026-09-09 | 214.5482 |
| 2026-09-16 | 212.2598 |
| 2026-09-23 | 209.9660 |
High
216.3505
Low
208.0429
Average
212.2975
Get this rate via the API
One GET request returns the GIP/JMD 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=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/JMD API questions
How do I get the GIP/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/JMD rate in rates.JMD.
How far back does GIP/JMD historical data go?
Daily GIP/JMD 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/JMD 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.