Skip to content

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

NIO/LAK over 1Y: show the values
PointNIO/LAK
2025-09-26591.0724
2025-10-03588.9811
2025-10-10590.3440
2025-10-17589.3313
2025-10-24589.0328
2025-10-31588.9867
2025-11-07590.2543
2025-11-14589.8092
2025-11-21590.1627
2025-11-28589.8539
2025-12-05590.0326
2025-12-13590.4920
2025-12-20589.5639
2025-12-27587.2997
2026-01-03589.5719
2026-01-10587.0495
2026-01-17588.6959
2026-01-24585.0456
2026-01-31585.8641
2026-02-07583.0177
2026-02-14583.9288
2026-02-21585.5438
2026-02-28582.9657
2026-03-07585.7097
2026-03-14583.9594
2026-03-21586.1072
2026-03-28596.3991
2026-04-04598.0930
2026-04-11597.8703
2026-04-18595.4460
2026-04-25595.4261
2026-05-02598.7408
2026-05-09597.9839
2026-05-17595.7274
2026-05-25595.2477
2026-06-01597.3028
2026-06-10597.3105
2026-06-17599.3106
2026-06-24602.3982
2026-07-01609.7745
2026-07-08614.7121
2026-07-15612.0406
2026-07-22614.1090
2026-07-29613.4048
2026-08-05614.8721
2026-08-12612.0526
2026-08-20611.0089
2026-08-27609.2376
2026-09-03607.6032
2026-09-10609.1383
2026-09-17610.9784
2026-09-24608.5187

High

614.8721

Low

582.9657

Average

596.3280

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=LAK");
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=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&currencies=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.