Skip to content

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

GEL/JMD over YTD: show the values
PointGEL/JMD
2025-12-3159.1809
2026-01-0758.9760
2026-01-1458.7166
2026-01-2158.5392
2026-01-2858.2613
2026-02-0458.3096
2026-02-1158.2616
2026-02-1858.2111
2026-02-2558.3740
2026-03-0457.7658
2026-03-1157.6403
2026-03-1857.8359
2026-03-2558.1119
2026-04-0158.8618
2026-04-0858.2492
2026-04-1558.8406
2026-04-2258.9681
2026-04-2958.4512
2026-05-0658.3756
2026-05-1459.1076
2026-05-2159.3011
2026-05-2958.9851
2026-06-0559.4467
2026-06-1459.5341
2026-06-2159.5999
2026-06-2859.6456
2026-07-0559.9174
2026-07-1260.2598
2026-07-1960.1780
2026-07-2660.2598
2026-08-0260.2150
2026-08-0960.6680
2026-08-1660.5200
2026-08-2461.1884
2026-08-3161.2330
2026-09-0760.9630
2026-09-1460.8034
2026-09-2160.6697

High

61.2330

Low

57.6403

Average

59.3094

For developers

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