Skip to content

GIP to JMD exchange rate API

Gibraltar Pound to Jamaican Dollar · quoted 2026-09-25

208.9943

▲ +0.79% over 5Y

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 5 years, GIP/JMD traded between 193.3213 and 217.7495, averaged 209.2959 and rose 0.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 5Y

GIP/JMD over 5Y: show the values
PointGIP/JMD
2024-08-24207.3477
2024-10-07207.8623
2024-11-06205.1228
2024-12-06200.4049
2025-01-05193.3213
2025-02-04195.9460
2025-03-06202.2354
2025-04-06202.7841
2025-05-06210.5732
2025-06-07215.7875
2025-07-07217.7495
2025-08-06210.4692
2025-09-05215.2776
2025-10-06216.3596
2025-11-05209.0417
2025-12-05213.5530
2026-01-05213.8306
2026-02-04214.8812
2026-03-06208.8949
2026-04-05208.1453
2026-05-05214.0195
2026-06-06210.4147
2026-07-08210.8543
2026-08-07213.6440
2026-09-07214.1794

High

217.7495

Low

193.3213

Average

209.2959

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=JMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=JMD");
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=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&currencies=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.