GEL to JMD exchange rate API
Lari to Jamaican Dollar · quoted 2026-09-25
60.6417
▲ +2.75% over 1Y
1 GEL = 60.6417 JMD · 1 JMD = 0.01649 GEL · Get this rate via the API
1 GEL buys 60.6417 JMD as of 2026-09-25, so 1 JMD buys 0.01649 GEL. Over the last year, GEL/JMD traded between 57.3915 and 60.8775, averaged 59.2901 and rose 2.75%. The API holds daily GEL/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/JMD over 1Y: show the values
| Point | GEL/JMD |
|---|---|
| 2025-09-25 | 59.0177 |
| 2025-10-02 | 58.8644 |
| 2025-10-09 | 59.0576 |
| 2025-10-16 | 59.2002 |
| 2025-10-23 | 59.2696 |
| 2025-10-30 | 58.9798 |
| 2025-11-06 | 59.3647 |
| 2025-11-13 | 59.4510 |
| 2025-11-20 | 59.4110 |
| 2025-11-27 | 59.4336 |
| 2025-12-04 | 59.4275 |
| 2025-12-12 | 59.3404 |
| 2025-12-19 | 59.4161 |
| 2025-12-26 | 59.1952 |
| 2026-01-02 | 59.0578 |
| 2026-01-09 | 58.9093 |
| 2026-01-16 | 58.6328 |
| 2026-01-23 | 58.3873 |
| 2026-01-30 | 58.4150 |
| 2026-02-06 | 58.2359 |
| 2026-02-13 | 58.3139 |
| 2026-02-20 | 58.2518 |
| 2026-02-27 | 58.3512 |
| 2026-03-06 | 57.3915 |
| 2026-03-13 | 57.6902 |
| 2026-03-20 | 57.7183 |
| 2026-03-27 | 58.1723 |
| 2026-04-03 | 58.6065 |
| 2026-04-10 | 58.7092 |
| 2026-04-17 | 58.5935 |
| 2026-04-24 | 58.8003 |
| 2026-05-01 | 58.3701 |
| 2026-05-08 | 58.9680 |
| 2026-05-16 | 59.1016 |
| 2026-05-24 | 58.9860 |
| 2026-05-31 | 59.0382 |
| 2026-06-09 | 59.4181 |
| 2026-06-16 | 59.7861 |
| 2026-06-23 | 59.7706 |
| 2026-06-30 | 59.6308 |
| 2026-07-07 | 59.9635 |
| 2026-07-14 | 60.5298 |
| 2026-07-21 | 60.5303 |
| 2026-07-28 | 60.4715 |
| 2026-08-04 | 60.5516 |
| 2026-08-11 | 60.7835 |
| 2026-08-18 | 60.8058 |
| 2026-08-26 | 60.7377 |
| 2026-09-02 | 60.5831 |
| 2026-09-09 | 60.8775 |
| 2026-09-16 | 60.5904 |
| 2026-09-23 | 60.5728 |
High
60.8775
Low
57.3915
Average
59.2901
Get this rate via the API
One GET request returns the GEL/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=GEL¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/JMD API questions
How do I get the GEL/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/JMD rate in rates.JMD.
How far back does GEL/JMD historical data go?
Daily GEL/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 GEL/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.