Skip to content

GEL to CLP exchange rate API

Lari to Chilean Peso · quoted 2026-09-25

370.3560

▲ +5.29% over 1Y

1 GEL = 370.3560 CLP · 1 CLP = 0.002700 GEL · Get this rate via the API

1 GEL buys 370.3560 CLP as of 2026-09-25, so 1 CLP buys 0.002700 GEL. Over the last year, GEL/CLP traded between 319.5314 and 370.3560, averaged 342.4923 and rose 5.29%. The API holds daily GEL/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/CLP over 1Y

GEL/CLP over 1Y: show the values
PointGEL/CLP
2025-09-25351.7369
2025-10-02352.6778
2025-10-09350.9241
2025-10-16354.4124
2025-10-23350.4503
2025-10-30347.1541
2025-11-06348.7926
2025-11-13343.8579
2025-11-20344.8806
2025-11-27343.0328
2025-12-04340.5301
2025-12-12339.1201
2025-12-19338.3680
2025-12-26335.6656
2026-01-02334.3909
2026-01-09332.9947
2026-01-16327.8627
2026-01-23323.7124
2026-01-30319.5447
2026-02-06322.3189
2026-02-13319.5314
2026-02-20323.2810
2026-02-27323.9345
2026-03-06332.8398
2026-03-13335.8364
2026-03-20335.5365
2026-03-27344.1824
2026-04-03341.8436
2026-04-10331.2868
2026-04-17328.9824
2026-04-24333.3233
2026-05-01335.5536
2026-05-08332.4799
2026-05-16340.6454
2026-05-24337.9507
2026-05-31334.2651
2026-06-09347.8257
2026-06-16335.9670
2026-06-23342.4950
2026-06-30349.6124
2026-07-07352.0499
2026-07-14354.5773
2026-07-21356.3821
2026-07-28358.8574
2026-08-04353.4407
2026-08-11350.3788
2026-08-18351.0880
2026-08-26349.8601
2026-09-02358.7161
2026-09-09355.5354
2026-09-16367.2397
2026-09-23363.8130

High

370.3560

Low

319.5314

Average

342.4923

For developers

Get this rate via the API

One GET request returns the GEL/CLP 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=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CLP");
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=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/CLP API questions

How do I get the GEL/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/CLP rate in rates.CLP.

How far back does GEL/CLP historical data go?

Daily GEL/CLP 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/CLP 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.