GEL to JMD exchange rate API
Lari to Jamaican Dollar · quoted 2026-09-25
60.6417
▲ +2.47% over YTD
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 year to date, GEL/JMD traded between 57.6403 and 61.2330, averaged 59.3094 and rose 2.47%. 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 YTD: show the values
| Point | GEL/JMD |
|---|---|
| 2025-12-31 | 59.1809 |
| 2026-01-07 | 58.9760 |
| 2026-01-14 | 58.7166 |
| 2026-01-21 | 58.5392 |
| 2026-01-28 | 58.2613 |
| 2026-02-04 | 58.3096 |
| 2026-02-11 | 58.2616 |
| 2026-02-18 | 58.2111 |
| 2026-02-25 | 58.3740 |
| 2026-03-04 | 57.7658 |
| 2026-03-11 | 57.6403 |
| 2026-03-18 | 57.8359 |
| 2026-03-25 | 58.1119 |
| 2026-04-01 | 58.8618 |
| 2026-04-08 | 58.2492 |
| 2026-04-15 | 58.8406 |
| 2026-04-22 | 58.9681 |
| 2026-04-29 | 58.4512 |
| 2026-05-06 | 58.3756 |
| 2026-05-14 | 59.1076 |
| 2026-05-21 | 59.3011 |
| 2026-05-29 | 58.9851 |
| 2026-06-05 | 59.4467 |
| 2026-06-14 | 59.5341 |
| 2026-06-21 | 59.5999 |
| 2026-06-28 | 59.6456 |
| 2026-07-05 | 59.9174 |
| 2026-07-12 | 60.2598 |
| 2026-07-19 | 60.1780 |
| 2026-07-26 | 60.2598 |
| 2026-08-02 | 60.2150 |
| 2026-08-09 | 60.6680 |
| 2026-08-16 | 60.5200 |
| 2026-08-24 | 61.1884 |
| 2026-08-31 | 61.2330 |
| 2026-09-07 | 60.9630 |
| 2026-09-14 | 60.8034 |
| 2026-09-21 | 60.6697 |
High
61.2330
Low
57.6403
Average
59.3094
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.