Skip to content

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

LKR/CRC over 1Y: show the values
PointLKR/CRC
2025-09-251.6997
2025-10-021.6971
2025-10-091.6591
2025-10-161.6559
2025-10-231.6518
2025-10-301.6469
2025-11-061.6474
2025-11-131.6458
2025-11-201.6203
2025-11-271.6175
2025-12-041.5953
2025-12-121.6136
2025-12-191.6110
2025-12-261.5978
2026-01-021.6053
2026-01-091.6053
2026-01-161.5934
2026-01-231.5899
2026-01-301.5973
2026-02-061.5987
2026-02-131.5742
2026-02-201.5531
2026-02-271.5288
2026-03-061.5161
2026-03-131.5155
2026-03-201.4970
2026-03-271.4716
2026-04-031.4720
2026-04-101.4685
2026-04-171.4460
2026-04-241.4292
2026-05-011.4204
2026-05-081.4277
2026-05-161.3808
2026-05-241.3643
2026-05-311.3816
2026-06-091.3664
2026-06-161.3642
2026-06-231.3556
2026-06-301.3517
2026-07-071.3571
2026-07-141.3519
2026-07-211.3468
2026-07-281.3517
2026-08-041.3490
2026-08-111.3527
2026-08-181.3506
2026-08-261.3795
2026-09-021.3793
2026-09-091.3769
2026-09-161.3511
2026-09-231.3693

High

1.6997

Low

1.3468

Average

1.4928

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=CRC");
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=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&currencies=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.