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: show the values
| Point | GEL/CLP |
|---|---|
| 2025-09-25 | 351.7369 |
| 2025-10-02 | 352.6778 |
| 2025-10-09 | 350.9241 |
| 2025-10-16 | 354.4124 |
| 2025-10-23 | 350.4503 |
| 2025-10-30 | 347.1541 |
| 2025-11-06 | 348.7926 |
| 2025-11-13 | 343.8579 |
| 2025-11-20 | 344.8806 |
| 2025-11-27 | 343.0328 |
| 2025-12-04 | 340.5301 |
| 2025-12-12 | 339.1201 |
| 2025-12-19 | 338.3680 |
| 2025-12-26 | 335.6656 |
| 2026-01-02 | 334.3909 |
| 2026-01-09 | 332.9947 |
| 2026-01-16 | 327.8627 |
| 2026-01-23 | 323.7124 |
| 2026-01-30 | 319.5447 |
| 2026-02-06 | 322.3189 |
| 2026-02-13 | 319.5314 |
| 2026-02-20 | 323.2810 |
| 2026-02-27 | 323.9345 |
| 2026-03-06 | 332.8398 |
| 2026-03-13 | 335.8364 |
| 2026-03-20 | 335.5365 |
| 2026-03-27 | 344.1824 |
| 2026-04-03 | 341.8436 |
| 2026-04-10 | 331.2868 |
| 2026-04-17 | 328.9824 |
| 2026-04-24 | 333.3233 |
| 2026-05-01 | 335.5536 |
| 2026-05-08 | 332.4799 |
| 2026-05-16 | 340.6454 |
| 2026-05-24 | 337.9507 |
| 2026-05-31 | 334.2651 |
| 2026-06-09 | 347.8257 |
| 2026-06-16 | 335.9670 |
| 2026-06-23 | 342.4950 |
| 2026-06-30 | 349.6124 |
| 2026-07-07 | 352.0499 |
| 2026-07-14 | 354.5773 |
| 2026-07-21 | 356.3821 |
| 2026-07-28 | 358.8574 |
| 2026-08-04 | 353.4407 |
| 2026-08-11 | 350.3788 |
| 2026-08-18 | 351.0880 |
| 2026-08-26 | 349.8601 |
| 2026-09-02 | 358.7161 |
| 2026-09-09 | 355.5354 |
| 2026-09-16 | 367.2397 |
| 2026-09-23 | 363.8130 |
High
370.3560
Low
319.5314
Average
342.4923
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.