NIO to LAK exchange rate API
Cordoba Oro to Kip · quoted 2026-09-26
608.0016
▲ +2.86% over 1Y
1 NIO = 608.0016 LAK · 1 LAK = 0.001645 NIO · Get this rate via the API
1 NIO buys 608.0016 LAK as of 2026-09-26, so 1 LAK buys 0.001645 NIO. Over the last year, NIO/LAK traded between 582.9657 and 614.8721, averaged 596.3280 and rose 2.86%. The API holds daily NIO/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/LAK over 1Y: show the values
| Point | NIO/LAK |
|---|---|
| 2025-09-26 | 591.0724 |
| 2025-10-03 | 588.9811 |
| 2025-10-10 | 590.3440 |
| 2025-10-17 | 589.3313 |
| 2025-10-24 | 589.0328 |
| 2025-10-31 | 588.9867 |
| 2025-11-07 | 590.2543 |
| 2025-11-14 | 589.8092 |
| 2025-11-21 | 590.1627 |
| 2025-11-28 | 589.8539 |
| 2025-12-05 | 590.0326 |
| 2025-12-13 | 590.4920 |
| 2025-12-20 | 589.5639 |
| 2025-12-27 | 587.2997 |
| 2026-01-03 | 589.5719 |
| 2026-01-10 | 587.0495 |
| 2026-01-17 | 588.6959 |
| 2026-01-24 | 585.0456 |
| 2026-01-31 | 585.8641 |
| 2026-02-07 | 583.0177 |
| 2026-02-14 | 583.9288 |
| 2026-02-21 | 585.5438 |
| 2026-02-28 | 582.9657 |
| 2026-03-07 | 585.7097 |
| 2026-03-14 | 583.9594 |
| 2026-03-21 | 586.1072 |
| 2026-03-28 | 596.3991 |
| 2026-04-04 | 598.0930 |
| 2026-04-11 | 597.8703 |
| 2026-04-18 | 595.4460 |
| 2026-04-25 | 595.4261 |
| 2026-05-02 | 598.7408 |
| 2026-05-09 | 597.9839 |
| 2026-05-17 | 595.7274 |
| 2026-05-25 | 595.2477 |
| 2026-06-01 | 597.3028 |
| 2026-06-10 | 597.3105 |
| 2026-06-17 | 599.3106 |
| 2026-06-24 | 602.3982 |
| 2026-07-01 | 609.7745 |
| 2026-07-08 | 614.7121 |
| 2026-07-15 | 612.0406 |
| 2026-07-22 | 614.1090 |
| 2026-07-29 | 613.4048 |
| 2026-08-05 | 614.8721 |
| 2026-08-12 | 612.0526 |
| 2026-08-20 | 611.0089 |
| 2026-08-27 | 609.2376 |
| 2026-09-03 | 607.6032 |
| 2026-09-10 | 609.1383 |
| 2026-09-17 | 610.9784 |
| 2026-09-24 | 608.5187 |
High
614.8721
Low
582.9657
Average
596.3280
Get this rate via the API
One GET request returns the NIO/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/LAK API questions
How do I get the NIO/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/LAK rate in rates.LAK.
How far back does NIO/LAK historical data go?
Daily NIO/LAK 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/LAK 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.