Skip to content

GEL to LRD exchange rate API

Lari to Liberian Dollar · quoted 2026-09-25

66.1282

▼ +4.86% over 30D

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 30 days, GEL/LRD traded between 66.1282 and 69.7140, averaged 67.7655 and fell 4.86%. 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 30D

GEL/LRD over 30D: show the values
PointGEL/LRD
2026-08-2669.5029
2026-08-2769.7140
2026-08-2869.5194
2026-08-2969.5966
2026-08-3069.4388
2026-08-3169.4755
2026-09-0169.2891
2026-09-0269.2635
2026-09-0368.2336
2026-09-0467.9847
2026-09-0568.5641
2026-09-0668.7167
2026-09-0767.2857
2026-09-0867.2180
2026-09-0968.8941
2026-09-1067.0560
2026-09-1167.1072
2026-09-1267.0452
2026-09-1367.0466
2026-09-1467.1857
2026-09-1567.1056
2026-09-1667.1846
2026-09-1767.0663
2026-09-1867.3055
2026-09-1966.5574
2026-09-2066.8768
2026-09-2166.5064
2026-09-2266.6118
2026-09-2366.5500
2026-09-2466.3381
2026-09-2566.1282

High

69.7140

Low

66.1282

Average

67.7655

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.