Skip to content

LKR to COP exchange rate API

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

10.0189

▼ +22.56% over 1Y

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 last year, LKR/COP traded between 9.2955 and 12.9993, averaged 11.2925 and fell 22.56%. 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 1Y

LKR/COP over 1Y: show the values
PointLKR/COP
2025-09-2712.9373
2025-10-0412.7993
2025-10-1112.9993
2025-10-1812.6204
2025-10-2512.7205
2025-11-0112.6687
2025-11-0812.4037
2025-11-1512.2606
2025-11-2212.3668
2025-11-2912.1858
2025-12-0612.4542
2025-12-1412.2855
2025-12-2112.3284
2025-12-2811.9864
2026-01-0412.2122
2026-01-1111.9959
2026-01-1811.8990
2026-01-2511.7315
2026-02-0111.8603
2026-02-0811.8407
2026-02-1511.8182
2026-02-2211.9321
2026-03-0112.1342
2026-03-0812.1493
2026-03-1511.8592
2026-03-2211.8828
2026-03-2911.6621
2026-04-0511.6351
2026-04-1211.5201
2026-04-1911.3851
2026-04-2611.1625
2026-05-0311.4368
2026-05-1011.5843
2026-05-1811.5296
2026-05-2611.2029
2026-06-0210.7346
2026-06-1110.6779
2026-06-1810.3496
2026-06-2510.1925
2026-07-0210.0684
2026-07-099.9507
2026-07-169.5913
2026-07-239.5552
2026-07-309.4973
2026-08-069.4519
2026-08-139.3873
2026-08-219.2955
2026-08-289.6007
2026-09-049.5665
2026-09-119.4200
2026-09-189.5520
2026-09-2510.1392

High

12.9993

Low

9.2955

Average

11.2925

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.