GEL to LRD exchange rate API
Lari to Liberian Dollar · quoted 2026-09-25
66.1282
▼ +0.72% over 1Y
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 year, GEL/LRD traded between 65.4631 and 69.6439, averaged 67.9619 and fell 0.72%. 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 1Y: show the values
| Point | GEL/LRD |
|---|---|
| 2025-09-25 | 66.6098 |
| 2025-10-02 | 66.6749 |
| 2025-10-09 | 66.7309 |
| 2025-10-16 | 67.4727 |
| 2025-10-23 | 67.4195 |
| 2025-10-30 | 67.5886 |
| 2025-11-06 | 67.7694 |
| 2025-11-13 | 67.6642 |
| 2025-11-20 | 66.8335 |
| 2025-11-27 | 65.8952 |
| 2025-12-04 | 65.7793 |
| 2025-12-12 | 65.4631 |
| 2025-12-19 | 65.9220 |
| 2025-12-26 | 65.9183 |
| 2026-01-02 | 66.2906 |
| 2026-01-09 | 66.5803 |
| 2026-01-16 | 67.0071 |
| 2026-01-23 | 68.8135 |
| 2026-01-30 | 68.9315 |
| 2026-02-06 | 69.2136 |
| 2026-02-13 | 69.6167 |
| 2026-02-20 | 69.3281 |
| 2026-02-27 | 68.7394 |
| 2026-03-06 | 67.0160 |
| 2026-03-13 | 67.4576 |
| 2026-03-20 | 67.2707 |
| 2026-03-27 | 67.9819 |
| 2026-04-03 | 68.2448 |
| 2026-04-10 | 68.5023 |
| 2026-04-17 | 68.2701 |
| 2026-04-24 | 68.6315 |
| 2026-05-01 | 68.4724 |
| 2026-05-08 | 68.7025 |
| 2026-05-16 | 68.6527 |
| 2026-05-24 | 68.6605 |
| 2026-05-31 | 68.6896 |
| 2026-06-09 | 68.7509 |
| 2026-06-16 | 68.7459 |
| 2026-06-23 | 68.8542 |
| 2026-06-30 | 69.2355 |
| 2026-07-07 | 68.8099 |
| 2026-07-14 | 69.2329 |
| 2026-07-21 | 69.1195 |
| 2026-07-28 | 69.1858 |
| 2026-08-04 | 69.0119 |
| 2026-08-11 | 69.0513 |
| 2026-08-18 | 69.6439 |
| 2026-08-26 | 69.5029 |
| 2026-09-02 | 69.2635 |
| 2026-09-09 | 68.8941 |
| 2026-09-16 | 67.1846 |
| 2026-09-23 | 66.5500 |
High
69.6439
Low
65.4631
Average
67.9619
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.