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: show the values
| Point | NIO/LKR |
|---|---|
| 2025-09-25 | 8.0890 |
| 2025-10-02 | 8.0649 |
| 2025-10-09 | 8.2444 |
| 2025-10-16 | 8.2669 |
| 2025-10-23 | 8.2689 |
| 2025-10-30 | 8.2778 |
| 2025-11-06 | 8.2963 |
| 2025-11-13 | 8.2995 |
| 2025-11-20 | 8.3884 |
| 2025-11-27 | 8.3865 |
| 2025-12-04 | 8.3970 |
| 2025-12-12 | 8.4205 |
| 2025-12-19 | 8.4197 |
| 2025-12-26 | 8.4192 |
| 2026-01-02 | 8.4253 |
| 2026-01-09 | 8.4171 |
| 2026-01-16 | 8.4363 |
| 2026-01-23 | 8.4551 |
| 2026-01-30 | 8.4231 |
| 2026-02-06 | 8.4266 |
| 2026-02-13 | 8.4194 |
| 2026-02-20 | 8.4269 |
| 2026-02-27 | 8.4196 |
| 2026-03-06 | 8.4746 |
| 2026-03-13 | 8.4606 |
| 2026-03-20 | 8.4952 |
| 2026-03-27 | 8.5692 |
| 2026-04-03 | 8.5868 |
| 2026-04-10 | 8.6109 |
| 2026-04-17 | 8.6052 |
| 2026-04-24 | 8.6788 |
| 2026-05-01 | 8.7189 |
| 2026-05-08 | 8.7314 |
| 2026-05-16 | 8.9499 |
| 2026-05-24 | 9.0483 |
| 2026-05-31 | 9.0094 |
| 2026-06-09 | 9.1932 |
| 2026-06-16 | 9.0901 |
| 2026-06-23 | 9.1179 |
| 2026-06-30 | 9.1558 |
| 2026-07-07 | 9.1248 |
| 2026-07-14 | 9.1623 |
| 2026-07-21 | 9.1503 |
| 2026-07-28 | 9.1601 |
| 2026-08-04 | 9.1391 |
| 2026-08-11 | 9.1136 |
| 2026-08-18 | 9.0389 |
| 2026-08-26 | 8.9471 |
| 2026-09-02 | 8.9512 |
| 2026-09-09 | 8.9590 |
| 2026-09-16 | 9.0305 |
| 2026-09-23 | 8.9595 |
High
9.1932
Low
8.0649
Average
8.6663
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.