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: show the values
| Point | GEL/LRD |
|---|---|
| 2026-08-26 | 69.5029 |
| 2026-08-27 | 69.7140 |
| 2026-08-28 | 69.5194 |
| 2026-08-29 | 69.5966 |
| 2026-08-30 | 69.4388 |
| 2026-08-31 | 69.4755 |
| 2026-09-01 | 69.2891 |
| 2026-09-02 | 69.2635 |
| 2026-09-03 | 68.2336 |
| 2026-09-04 | 67.9847 |
| 2026-09-05 | 68.5641 |
| 2026-09-06 | 68.7167 |
| 2026-09-07 | 67.2857 |
| 2026-09-08 | 67.2180 |
| 2026-09-09 | 68.8941 |
| 2026-09-10 | 67.0560 |
| 2026-09-11 | 67.1072 |
| 2026-09-12 | 67.0452 |
| 2026-09-13 | 67.0466 |
| 2026-09-14 | 67.1857 |
| 2026-09-15 | 67.1056 |
| 2026-09-16 | 67.1846 |
| 2026-09-17 | 67.0663 |
| 2026-09-18 | 67.3055 |
| 2026-09-19 | 66.5574 |
| 2026-09-20 | 66.8768 |
| 2026-09-21 | 66.5064 |
| 2026-09-22 | 66.6118 |
| 2026-09-23 | 66.5500 |
| 2026-09-24 | 66.3381 |
| 2026-09-25 | 66.1282 |
High
69.7140
Low
66.1282
Average
67.7655
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.