Skip to content

GEL to LRD exchange rate API

Lari to Liberian Dollar · quoted 2026-09-25

66.1282

▼ +0.72% over 1Y

1 GEL = 66.1282 LRD · 1 LRD = 0.01512 GEL · Get this rate via the API

1 GEL buys 66.1282 LRD as of 2026-09-25, so 1 LRD buys 0.01512 GEL. Over the last year, GEL/LRD traded between 65.4631 and 69.6439, averaged 67.9619 and fell 0.72%. The API holds daily GEL/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/LRD over 1Y

GEL/LRD over 1Y: show the values
PointGEL/LRD
2025-09-2566.6098
2025-10-0266.6749
2025-10-0966.7309
2025-10-1667.4727
2025-10-2367.4195
2025-10-3067.5886
2025-11-0667.7694
2025-11-1367.6642
2025-11-2066.8335
2025-11-2765.8952
2025-12-0465.7793
2025-12-1265.4631
2025-12-1965.9220
2025-12-2665.9183
2026-01-0266.2906
2026-01-0966.5803
2026-01-1667.0071
2026-01-2368.8135
2026-01-3068.9315
2026-02-0669.2136
2026-02-1369.6167
2026-02-2069.3281
2026-02-2768.7394
2026-03-0667.0160
2026-03-1367.4576
2026-03-2067.2707
2026-03-2767.9819
2026-04-0368.2448
2026-04-1068.5023
2026-04-1768.2701
2026-04-2468.6315
2026-05-0168.4724
2026-05-0868.7025
2026-05-1668.6527
2026-05-2468.6605
2026-05-3168.6896
2026-06-0968.7509
2026-06-1668.7459
2026-06-2368.8542
2026-06-3069.2355
2026-07-0768.8099
2026-07-1469.2329
2026-07-2169.1195
2026-07-2869.1858
2026-08-0469.0119
2026-08-1169.0513
2026-08-1869.6439
2026-08-2669.5029
2026-09-0269.2635
2026-09-0968.8941
2026-09-1667.1846
2026-09-2366.5500

High

69.6439

Low

65.4631

Average

67.9619

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/LRD API questions

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

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

How far back does GEL/LRD historical data go?

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