Skip to content

NIO to LKR exchange rate API

Cordoba Oro to Sri Lanka Rupee · quoted 2026-09-25

8.9936

▲ +11.18% over 1Y

1 NIO = 8.9936 LKR · 1 LKR = 0.11119 NIO · Get this rate via the API

1 NIO buys 8.9936 LKR as of 2026-09-25, so 1 LKR buys 0.11119 NIO. Over the last year, NIO/LKR traded between 8.0649 and 9.1932, averaged 8.6663 and rose 11.18%. The API holds daily NIO/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/LKR over 1Y

NIO/LKR over 1Y: show the values
PointNIO/LKR
2025-09-258.0890
2025-10-028.0649
2025-10-098.2444
2025-10-168.2669
2025-10-238.2689
2025-10-308.2778
2025-11-068.2963
2025-11-138.2995
2025-11-208.3884
2025-11-278.3865
2025-12-048.3970
2025-12-128.4205
2025-12-198.4197
2025-12-268.4192
2026-01-028.4253
2026-01-098.4171
2026-01-168.4363
2026-01-238.4551
2026-01-308.4231
2026-02-068.4266
2026-02-138.4194
2026-02-208.4269
2026-02-278.4196
2026-03-068.4746
2026-03-138.4606
2026-03-208.4952
2026-03-278.5692
2026-04-038.5868
2026-04-108.6109
2026-04-178.6052
2026-04-248.6788
2026-05-018.7189
2026-05-088.7314
2026-05-168.9499
2026-05-249.0483
2026-05-319.0094
2026-06-099.1932
2026-06-169.0901
2026-06-239.1179
2026-06-309.1558
2026-07-079.1248
2026-07-149.1623
2026-07-219.1503
2026-07-289.1601
2026-08-049.1391
2026-08-119.1136
2026-08-189.0389
2026-08-268.9471
2026-09-028.9512
2026-09-098.9590
2026-09-169.0305
2026-09-238.9595

High

9.1932

Low

8.0649

Average

8.6663

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/LKR API questions

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

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

How far back does NIO/LKR historical data go?

Daily NIO/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 NIO/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.