LKR to CRC exchange rate API
Sri Lanka Rupee to Costa Rican Colon · quoted 2026-09-25
1.3684
▼ +19.49% over 1Y
1 LKR = 1.3684 CRC · 1 CRC = 0.73078 LKR · Get this rate via the API
1 LKR buys 1.3684 CRC as of 2026-09-25, so 1 CRC buys 0.73078 LKR. Over the last year, LKR/CRC traded between 1.3468 and 1.6997, averaged 1.4928 and fell 19.49%. The API holds daily LKR/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/CRC over 1Y: show the values
| Point | LKR/CRC |
|---|---|
| 2025-09-25 | 1.6997 |
| 2025-10-02 | 1.6971 |
| 2025-10-09 | 1.6591 |
| 2025-10-16 | 1.6559 |
| 2025-10-23 | 1.6518 |
| 2025-10-30 | 1.6469 |
| 2025-11-06 | 1.6474 |
| 2025-11-13 | 1.6458 |
| 2025-11-20 | 1.6203 |
| 2025-11-27 | 1.6175 |
| 2025-12-04 | 1.5953 |
| 2025-12-12 | 1.6136 |
| 2025-12-19 | 1.6110 |
| 2025-12-26 | 1.5978 |
| 2026-01-02 | 1.6053 |
| 2026-01-09 | 1.6053 |
| 2026-01-16 | 1.5934 |
| 2026-01-23 | 1.5899 |
| 2026-01-30 | 1.5973 |
| 2026-02-06 | 1.5987 |
| 2026-02-13 | 1.5742 |
| 2026-02-20 | 1.5531 |
| 2026-02-27 | 1.5288 |
| 2026-03-06 | 1.5161 |
| 2026-03-13 | 1.5155 |
| 2026-03-20 | 1.4970 |
| 2026-03-27 | 1.4716 |
| 2026-04-03 | 1.4720 |
| 2026-04-10 | 1.4685 |
| 2026-04-17 | 1.4460 |
| 2026-04-24 | 1.4292 |
| 2026-05-01 | 1.4204 |
| 2026-05-08 | 1.4277 |
| 2026-05-16 | 1.3808 |
| 2026-05-24 | 1.3643 |
| 2026-05-31 | 1.3816 |
| 2026-06-09 | 1.3664 |
| 2026-06-16 | 1.3642 |
| 2026-06-23 | 1.3556 |
| 2026-06-30 | 1.3517 |
| 2026-07-07 | 1.3571 |
| 2026-07-14 | 1.3519 |
| 2026-07-21 | 1.3468 |
| 2026-07-28 | 1.3517 |
| 2026-08-04 | 1.3490 |
| 2026-08-11 | 1.3527 |
| 2026-08-18 | 1.3506 |
| 2026-08-26 | 1.3795 |
| 2026-09-02 | 1.3793 |
| 2026-09-09 | 1.3769 |
| 2026-09-16 | 1.3511 |
| 2026-09-23 | 1.3693 |
High
1.6997
Low
1.3468
Average
1.4928
Get this rate via the API
One GET request returns the LKR/CRC 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=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/CRC API questions
How do I get the LKR/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/CRC rate in rates.CRC.
How far back does LKR/CRC historical data go?
Daily LKR/CRC 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/CRC 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.