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: show the values
| Point | LKR/COP |
|---|---|
| 2025-12-31 | 12.0842 |
| 2026-01-07 | 11.9600 |
| 2026-01-14 | 11.7962 |
| 2026-01-21 | 11.8356 |
| 2026-01-28 | 11.7402 |
| 2026-02-04 | 11.7552 |
| 2026-02-11 | 11.8218 |
| 2026-02-18 | 11.7816 |
| 2026-02-25 | 11.9608 |
| 2026-03-04 | 12.2094 |
| 2026-03-11 | 11.9028 |
| 2026-03-18 | 11.8570 |
| 2026-03-25 | 11.7699 |
| 2026-04-01 | 11.6443 |
| 2026-04-08 | 11.6601 |
| 2026-04-15 | 11.3641 |
| 2026-04-22 | 11.3010 |
| 2026-04-29 | 11.2936 |
| 2026-05-06 | 11.5769 |
| 2026-05-14 | 11.6238 |
| 2026-05-21 | 10.8931 |
| 2026-05-29 | 11.0597 |
| 2026-06-05 | 10.6151 |
| 2026-06-14 | 10.3903 |
| 2026-06-21 | 10.3417 |
| 2026-06-28 | 10.2146 |
| 2026-07-05 | 9.9708 |
| 2026-07-12 | 9.6566 |
| 2026-07-19 | 9.6145 |
| 2026-07-26 | 9.5517 |
| 2026-08-02 | 9.3670 |
| 2026-08-09 | 9.3958 |
| 2026-08-16 | 9.4111 |
| 2026-08-24 | 9.2408 |
| 2026-08-31 | 9.7444 |
| 2026-09-07 | 9.5223 |
| 2026-09-14 | 9.3879 |
| 2026-09-21 | 9.5856 |
High
12.2094
Low
9.2408
Average
10.8441
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.