Skip to content

LKR to COP exchange rate API

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

10.0189

▼ +17.09% over YTD

1 LKR = 10.0189 COP · 1 COP = 0.09981 LKR · Get this rate via the API

1 LKR buys 10.0189 COP as of 2026-09-27, so 1 COP buys 0.09981 LKR. Over the year to date, LKR/COP traded between 9.2408 and 12.2094, averaged 10.8441 and fell 17.09%. The API holds daily LKR/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/COP over YTD

LKR/COP over YTD: show the values
PointLKR/COP
2025-12-3112.0842
2026-01-0711.9600
2026-01-1411.7962
2026-01-2111.8356
2026-01-2811.7402
2026-02-0411.7552
2026-02-1111.8218
2026-02-1811.7816
2026-02-2511.9608
2026-03-0412.2094
2026-03-1111.9028
2026-03-1811.8570
2026-03-2511.7699
2026-04-0111.6443
2026-04-0811.6601
2026-04-1511.3641
2026-04-2211.3010
2026-04-2911.2936
2026-05-0611.5769
2026-05-1411.6238
2026-05-2110.8931
2026-05-2911.0597
2026-06-0510.6151
2026-06-1410.3903
2026-06-2110.3417
2026-06-2810.2146
2026-07-059.9708
2026-07-129.6566
2026-07-199.6145
2026-07-269.5517
2026-08-029.3670
2026-08-099.3958
2026-08-169.4111
2026-08-249.2408
2026-08-319.7444
2026-09-079.5223
2026-09-149.3879
2026-09-219.5856

High

12.2094

Low

9.2408

Average

10.8441

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/COP API questions

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

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

How far back does LKR/COP historical data go?

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