Skip to content

LKR to CLP exchange rate API

Sri Lanka Rupee to Chilean Peso · quoted 2026-09-27

2.9150

▼ +8.39% over 1Y

1 LKR = 2.9150 CLP · 1 CLP = 0.34305 LKR · Get this rate via the API

1 LKR buys 2.9150 CLP as of 2026-09-27, so 1 CLP buys 0.34305 LKR. Over the last year, LKR/CLP traded between 2.6539 and 3.1905, averaged 2.8804 and fell 8.39%. The API holds daily LKR/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/CLP over 1Y

LKR/CLP over 1Y: show the values
PointLKR/CLP
2025-09-273.1820
2025-10-043.1905
2025-10-113.1825
2025-10-183.1505
2025-10-253.1017
2025-11-013.0924
2025-11-083.1035
2025-11-153.0192
2025-11-223.0516
2025-11-293.0161
2025-12-063.0012
2025-12-142.9545
2025-12-212.9442
2025-12-282.9274
2026-01-042.9258
2026-01-112.8858
2026-01-182.8565
2026-01-252.7926
2026-02-012.8197
2026-02-082.7626
2026-02-152.7814
2026-02-222.7938
2026-03-012.8219
2026-03-082.9293
2026-03-152.9467
2026-03-222.9702
2026-03-292.9379
2026-04-052.9155
2026-04-122.8284
2026-04-192.7678
2026-04-262.8159
2026-05-032.8112
2026-05-102.7690
2026-05-182.7260
2026-05-262.7621
2026-06-022.6876
2026-06-112.7492
2026-06-182.6539
2026-06-252.7239
2026-07-022.7498
2026-07-092.7826
2026-07-162.7454
2026-07-232.7789
2026-07-302.7789
2026-08-062.7179
2026-08-132.7345
2026-08-212.7932
2026-08-282.8176
2026-09-042.8355
2026-09-112.8567
2026-09-182.8950
2026-09-252.9110

High

3.1905

Low

2.6539

Average

2.8804

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/CLP API questions

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

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

How far back does LKR/CLP historical data go?

Daily LKR/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 LKR/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.