Skip to content

LKR to CUP exchange rate API

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

0.07272

▼ +8.34% over 1Y

1 LKR = 0.07272 CUP · 1 CUP = 13.7510 LKR · Get this rate via the API

1 LKR buys 0.07272 CUP as of 2026-09-27, so 1 CUP buys 13.7510 LKR. Over the last year, LKR/CUP traded between 0.07253 and 0.08395, averaged 0.07852 and fell 8.34%. The API holds daily LKR/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/CUP over 1Y

LKR/CUP over 1Y: show the values
PointLKR/CUP
2025-09-270.07934
2025-10-040.07933
2025-10-110.07946
2025-10-180.07915
2025-10-250.07900
2025-11-010.07881
2025-11-080.07874
2025-11-150.07827
2025-11-220.07800
2025-11-290.07790
2025-12-060.07783
2025-12-140.07739
2025-12-210.07729
2025-12-280.07753
2026-01-040.07712
2026-01-110.07745
2026-01-180.07732
2026-01-250.07714
2026-02-010.07733
2026-02-080.07736
2026-02-150.07741
2026-02-220.07721
2026-03-010.07735
2026-03-080.07675
2026-03-150.07706
2026-03-220.07661
2026-03-290.07580
2026-04-050.07570
2026-04-120.08395
2026-04-190.08366
2026-04-260.08323
2026-05-030.08287
2026-05-100.08237
2026-05-180.08042
2026-05-260.07385
2026-06-020.07980
2026-06-110.07954
2026-06-180.07927
2026-06-250.07853
2026-07-020.07873
2026-07-090.07887
2026-07-160.07866
2026-07-230.07865
2026-07-300.07872
2026-08-060.07882
2026-08-130.07926
2026-08-210.08021
2026-08-280.08056
2026-09-040.08058
2026-09-110.08046
2026-09-180.07988
2026-09-250.07253

High

0.08395

Low

0.07253

Average

0.07852

For developers

Get this rate via the API

One GET request returns the LKR/CUP 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=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=CUP");
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=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/CUP API questions

How do I get the LKR/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/CUP rate in rates.CUP.

How far back does LKR/CUP historical data go?

Daily LKR/CUP 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/CUP 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.