Skip to content

GEL to JOD exchange rate API

Lari to Jordanian Dinar · quoted 2026-09-25

0.27260

▲ +4.13% over 1Y

1 GEL = 0.27260 JOD · 1 JOD = 3.6684 GEL · Get this rate via the API

1 GEL buys 0.27260 JOD as of 2026-09-25, so 1 JOD buys 3.6684 GEL. Over the last year, GEL/JOD traded between 0.26029 and 0.27283, averaged 0.26546 and rose 4.13%. The API holds daily GEL/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/JOD over 1Y

GEL/JOD over 1Y: show the values
PointGEL/JOD
2025-09-250.26179
2025-10-020.26029
2025-10-090.26163
2025-10-160.26186
2025-10-230.26147
2025-10-300.26139
2025-11-060.26206
2025-11-130.26216
2025-11-200.26221
2025-11-270.26277
2025-12-040.26271
2025-12-120.26300
2025-12-190.26328
2025-12-260.26316
2026-01-020.26340
2026-01-090.26315
2026-01-160.26324
2026-01-230.26350
2026-01-300.26372
2026-02-060.26383
2026-02-130.26431
2026-02-200.26488
2026-02-270.26530
2026-03-060.26041
2026-03-130.26048
2026-03-200.26058
2026-03-270.26283
2026-04-030.26415
2026-04-100.26360
2026-04-170.26308
2026-04-240.26405
2026-05-010.26406
2026-05-080.26458
2026-05-160.26543
2026-05-240.26582
2026-05-310.26626
2026-06-090.26710
2026-06-160.26751
2026-06-230.26793
2026-06-300.26881
2026-07-070.26927
2026-07-140.26982
2026-07-210.27044
2026-07-280.27053
2026-08-040.27087
2026-08-110.27117
2026-08-180.27199
2026-08-260.27159
2026-09-020.27168
2026-09-090.27253
2026-09-160.27283
2026-09-230.27238

High

0.27283

Low

0.26029

Average

0.26546

For developers

Get this rate via the API

One GET request returns the GEL/JOD 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=JOD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=JOD");
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=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/JOD API questions

How do I get the GEL/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/JOD rate in rates.JOD.

How far back does GEL/JOD historical data go?

Daily GEL/JOD 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/JOD 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.