Skip to content

CUP to LKR exchange rate API

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

13.7509

▲ +9.10% over 1Y

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

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

CUP/LKR over 1Y

CUP/LKR over 1Y: show the values
PointCUP/LKR
2025-09-2712.6041
2025-10-0412.6050
2025-10-1112.5851
2025-10-1812.6340
2025-10-2512.6584
2025-11-0112.6883
2025-11-0812.7005
2025-11-1512.7764
2025-11-2212.8209
2025-11-2912.8369
2025-12-0612.8488
2025-12-1412.9217
2025-12-2112.9382
2025-12-2812.8985
2026-01-0412.9676
2026-01-1112.9110
2026-01-1812.9326
2026-01-2512.9632
2026-02-0112.9312
2026-02-0812.9270
2026-02-1512.9182
2026-02-2212.9518
2026-03-0112.9278
2026-03-0813.0298
2026-03-1512.9760
2026-03-2213.0537
2026-03-2913.1925
2026-04-0513.2092
2026-04-1211.9119
2026-04-1911.9528
2026-04-2612.0153
2026-05-0312.0676
2026-05-1012.1407
2026-05-1812.4342
2026-05-2613.5411
2026-06-0212.5318
2026-06-1112.5722
2026-06-1812.6144
2026-06-2512.7333
2026-07-0212.7017
2026-07-0912.6799
2026-07-1612.7121
2026-07-2312.7142
2026-07-3012.7036
2026-08-0612.6873
2026-08-1312.6162
2026-08-2112.4674
2026-08-2812.4130
2026-09-0412.4101
2026-09-1112.4278
2026-09-1812.5191
2026-09-2513.7871

High

13.7871

Low

11.9119

Average

12.7455

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CUP/LKR API questions

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

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

How far back does CUP/LKR historical data go?

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