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: show the values
| Point | CUP/LKR |
|---|---|
| 2025-09-27 | 12.6041 |
| 2025-10-04 | 12.6050 |
| 2025-10-11 | 12.5851 |
| 2025-10-18 | 12.6340 |
| 2025-10-25 | 12.6584 |
| 2025-11-01 | 12.6883 |
| 2025-11-08 | 12.7005 |
| 2025-11-15 | 12.7764 |
| 2025-11-22 | 12.8209 |
| 2025-11-29 | 12.8369 |
| 2025-12-06 | 12.8488 |
| 2025-12-14 | 12.9217 |
| 2025-12-21 | 12.9382 |
| 2025-12-28 | 12.8985 |
| 2026-01-04 | 12.9676 |
| 2026-01-11 | 12.9110 |
| 2026-01-18 | 12.9326 |
| 2026-01-25 | 12.9632 |
| 2026-02-01 | 12.9312 |
| 2026-02-08 | 12.9270 |
| 2026-02-15 | 12.9182 |
| 2026-02-22 | 12.9518 |
| 2026-03-01 | 12.9278 |
| 2026-03-08 | 13.0298 |
| 2026-03-15 | 12.9760 |
| 2026-03-22 | 13.0537 |
| 2026-03-29 | 13.1925 |
| 2026-04-05 | 13.2092 |
| 2026-04-12 | 11.9119 |
| 2026-04-19 | 11.9528 |
| 2026-04-26 | 12.0153 |
| 2026-05-03 | 12.0676 |
| 2026-05-10 | 12.1407 |
| 2026-05-18 | 12.4342 |
| 2026-05-26 | 13.5411 |
| 2026-06-02 | 12.5318 |
| 2026-06-11 | 12.5722 |
| 2026-06-18 | 12.6144 |
| 2026-06-25 | 12.7333 |
| 2026-07-02 | 12.7017 |
| 2026-07-09 | 12.6799 |
| 2026-07-16 | 12.7121 |
| 2026-07-23 | 12.7142 |
| 2026-07-30 | 12.7036 |
| 2026-08-06 | 12.6873 |
| 2026-08-13 | 12.6162 |
| 2026-08-21 | 12.4674 |
| 2026-08-28 | 12.4130 |
| 2026-09-04 | 12.4101 |
| 2026-09-11 | 12.4278 |
| 2026-09-18 | 12.5191 |
| 2026-09-25 | 13.7871 |
High
13.7871
Low
11.9119
Average
12.7455
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP¤cies=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¤cies=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.