GEL to JMD exchange rate API
Lari to Jamaican Dollar · quoted 2026-09-25
60.6417
▼ +0.16% over 30D
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 30 days, GEL/JMD traded between 60.5189 and 61.2330, averaged 60.7365 and fell 0.16%. 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 30D: show the values
| Point | GEL/JMD |
|---|---|
| 2026-08-26 | 60.7377 |
| 2026-08-27 | 60.8708 |
| 2026-08-28 | 60.8771 |
| 2026-08-29 | 60.7515 |
| 2026-08-30 | 60.7171 |
| 2026-08-31 | 61.2330 |
| 2026-09-01 | 60.6798 |
| 2026-09-02 | 60.5831 |
| 2026-09-03 | 60.7201 |
| 2026-09-04 | 60.5863 |
| 2026-09-05 | 60.6516 |
| 2026-09-06 | 60.6847 |
| 2026-09-07 | 60.9630 |
| 2026-09-08 | 60.9591 |
| 2026-09-09 | 60.8775 |
| 2026-09-10 | 60.6250 |
| 2026-09-11 | 60.8480 |
| 2026-09-12 | 60.6937 |
| 2026-09-13 | 60.6469 |
| 2026-09-14 | 60.8034 |
| 2026-09-15 | 60.6501 |
| 2026-09-16 | 60.5904 |
| 2026-09-17 | 61.0164 |
| 2026-09-18 | 60.8585 |
| 2026-09-19 | 60.6464 |
| 2026-09-20 | 60.6086 |
| 2026-09-21 | 60.6697 |
| 2026-09-22 | 60.6438 |
| 2026-09-23 | 60.5728 |
| 2026-09-24 | 60.5189 |
| 2026-09-25 | 60.6417 |
High
61.2330
Low
60.5189
Average
60.7365
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.