Skip to content

GEL to LRD exchange rate API

Lari to Liberian Dollar · quoted 2026-09-25

66.1282

▼ +0.35% over YTD

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 year to date, GEL/LRD traded between 66.1282 and 69.9136, averaged 68.3462 and fell 0.35%. 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 YTD

GEL/LRD over YTD: show the values
PointGEL/LRD
2025-12-3166.3627
2026-01-0766.1296
2026-01-1466.8276
2026-01-2168.4070
2026-01-2868.7998
2026-02-0469.0209
2026-02-1169.4544
2026-02-1869.3756
2026-02-2568.7020
2026-03-0467.8594
2026-03-1167.2630
2026-03-1867.3121
2026-03-2567.9237
2026-04-0168.3867
2026-04-0868.6759
2026-04-1568.6923
2026-04-2268.5065
2026-04-2968.1811
2026-05-0668.0710
2026-05-1468.4545
2026-05-2168.6517
2026-05-2968.2841
2026-06-0568.7036
2026-06-1468.9076
2026-06-2168.9208
2026-06-2868.9727
2026-07-0568.9917
2026-07-1269.0211
2026-07-1968.9405
2026-07-2669.1311
2026-08-0269.0618
2026-08-0969.4505
2026-08-1669.5651
2026-08-2469.9136
2026-08-3169.4755
2026-09-0767.2857
2026-09-1467.1857
2026-09-2166.5064

High

69.9136

Low

66.1282

Average

68.3462

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.