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: show the values
| Point | LKR/COP |
|---|---|
| 2025-09-27 | 12.9373 |
| 2025-10-04 | 12.7993 |
| 2025-10-11 | 12.9993 |
| 2025-10-18 | 12.6204 |
| 2025-10-25 | 12.7205 |
| 2025-11-01 | 12.6687 |
| 2025-11-08 | 12.4037 |
| 2025-11-15 | 12.2606 |
| 2025-11-22 | 12.3668 |
| 2025-11-29 | 12.1858 |
| 2025-12-06 | 12.4542 |
| 2025-12-14 | 12.2855 |
| 2025-12-21 | 12.3284 |
| 2025-12-28 | 11.9864 |
| 2026-01-04 | 12.2122 |
| 2026-01-11 | 11.9959 |
| 2026-01-18 | 11.8990 |
| 2026-01-25 | 11.7315 |
| 2026-02-01 | 11.8603 |
| 2026-02-08 | 11.8407 |
| 2026-02-15 | 11.8182 |
| 2026-02-22 | 11.9321 |
| 2026-03-01 | 12.1342 |
| 2026-03-08 | 12.1493 |
| 2026-03-15 | 11.8592 |
| 2026-03-22 | 11.8828 |
| 2026-03-29 | 11.6621 |
| 2026-04-05 | 11.6351 |
| 2026-04-12 | 11.5201 |
| 2026-04-19 | 11.3851 |
| 2026-04-26 | 11.1625 |
| 2026-05-03 | 11.4368 |
| 2026-05-10 | 11.5843 |
| 2026-05-18 | 11.5296 |
| 2026-05-26 | 11.2029 |
| 2026-06-02 | 10.7346 |
| 2026-06-11 | 10.6779 |
| 2026-06-18 | 10.3496 |
| 2026-06-25 | 10.1925 |
| 2026-07-02 | 10.0684 |
| 2026-07-09 | 9.9507 |
| 2026-07-16 | 9.5913 |
| 2026-07-23 | 9.5552 |
| 2026-07-30 | 9.4973 |
| 2026-08-06 | 9.4519 |
| 2026-08-13 | 9.3873 |
| 2026-08-21 | 9.2955 |
| 2026-08-28 | 9.6007 |
| 2026-09-04 | 9.5665 |
| 2026-09-11 | 9.4200 |
| 2026-09-18 | 9.5520 |
| 2026-09-25 | 10.1392 |
High
12.9993
Low
9.2955
Average
11.2925
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.