Skip to content

NIO to LYD exchange rate API

Cordoba Oro to Libyan Dinar · quoted 2026-09-27

0.17438

▲ +18.34% over 1Y

1 NIO = 0.17438 LYD · 1 LYD = 5.7345 NIO · Get this rate via the API

1 NIO buys 0.17438 LYD as of 2026-09-27, so 1 LYD buys 5.7345 NIO. Over the last year, NIO/LYD traded between 0.14735 and 0.17525, averaged 0.16499 and rose 18.34%. The API holds daily NIO/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/LYD over 1Y

NIO/LYD over 1Y: show the values
PointNIO/LYD
2025-09-270.14735
2025-10-040.14765
2025-10-110.14832
2025-10-180.14775
2025-10-250.14864
2025-11-010.14803
2025-11-080.14843
2025-11-150.14851
2025-11-220.14878
2025-11-290.14830
2025-12-060.14803
2025-12-140.14782
2025-12-210.14756
2025-12-280.14745
2026-01-040.14776
2026-01-110.14761
2026-01-180.14769
2026-01-250.17209
2026-02-010.17101
2026-02-080.17214
2026-02-150.17131
2026-02-220.17152
2026-03-010.17155
2026-03-080.17304
2026-03-150.17364
2026-03-220.17428
2026-03-290.17403
2026-04-050.17387
2026-04-120.17276
2026-04-190.17184
2026-04-260.17242
2026-05-030.17298
2026-05-100.17184
2026-05-180.17254
2026-05-260.17326
2026-06-020.17271
2026-06-110.17378
2026-06-180.17286
2026-06-250.17460
2026-07-020.17525
2026-07-090.17422
2026-07-160.17365
2026-07-230.17428
2026-07-300.17401
2026-08-060.17285
2026-08-130.17336
2026-08-210.17220
2026-08-280.17245
2026-09-040.17287
2026-09-110.17235
2026-09-180.17303
2026-09-250.17379

High

0.17525

Low

0.14735

Average

0.16499

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/LYD API questions

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

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

How far back does NIO/LYD historical data go?

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