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: show the values
| Point | GEL/LRD |
|---|---|
| 2025-12-31 | 66.3627 |
| 2026-01-07 | 66.1296 |
| 2026-01-14 | 66.8276 |
| 2026-01-21 | 68.4070 |
| 2026-01-28 | 68.7998 |
| 2026-02-04 | 69.0209 |
| 2026-02-11 | 69.4544 |
| 2026-02-18 | 69.3756 |
| 2026-02-25 | 68.7020 |
| 2026-03-04 | 67.8594 |
| 2026-03-11 | 67.2630 |
| 2026-03-18 | 67.3121 |
| 2026-03-25 | 67.9237 |
| 2026-04-01 | 68.3867 |
| 2026-04-08 | 68.6759 |
| 2026-04-15 | 68.6923 |
| 2026-04-22 | 68.5065 |
| 2026-04-29 | 68.1811 |
| 2026-05-06 | 68.0710 |
| 2026-05-14 | 68.4545 |
| 2026-05-21 | 68.6517 |
| 2026-05-29 | 68.2841 |
| 2026-06-05 | 68.7036 |
| 2026-06-14 | 68.9076 |
| 2026-06-21 | 68.9208 |
| 2026-06-28 | 68.9727 |
| 2026-07-05 | 68.9917 |
| 2026-07-12 | 69.0211 |
| 2026-07-19 | 68.9405 |
| 2026-07-26 | 69.1311 |
| 2026-08-02 | 69.0618 |
| 2026-08-09 | 69.4505 |
| 2026-08-16 | 69.5651 |
| 2026-08-24 | 69.9136 |
| 2026-08-31 | 69.4755 |
| 2026-09-07 | 67.2857 |
| 2026-09-14 | 67.1857 |
| 2026-09-21 | 66.5064 |
High
69.9136
Low
66.1282
Average
68.3462
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.