Skip to content

GEL to LRD exchange rate API

Lari to Liberian Dollar · quoted 2026-09-25

66.1282

▼ +2.89% over 6M

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 6 months, GEL/LRD traded between 66.1282 and 69.8207, averaged 68.4461 and fell 2.89%. 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 6M

GEL/LRD over 6M: show the values
PointGEL/LRD
2026-03-2968.0995
2026-04-0568.2125
2026-04-1268.2898
2026-04-1968.1668
2026-04-2668.3463
2026-05-0368.6001
2026-05-1068.4141
2026-05-1868.4015
2026-05-2668.5995
2026-06-0268.7503
2026-06-1168.7928
2026-06-1869.0210
2026-06-2568.7493
2026-07-0268.8846
2026-07-0968.9012
2026-07-1668.8154
2026-07-2369.2849
2026-07-3069.1018
2026-08-0669.0316
2026-08-1369.5887
2026-08-2169.8207
2026-08-2869.5194
2026-09-0467.9847
2026-09-1167.1072
2026-09-1867.3055
2026-09-2566.1282

High

69.8207

Low

66.1282

Average

68.4461

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.