Skip to content

KWD to NIO exchange rate API

Kuwaiti Dinar to Cordoba Oro · quoted 2026-09-26

119.0685

▼ +1.26% over 1Y

1 KWD = 119.0685 NIO · 1 NIO = 0.008399 KWD · Get this rate via the API

1 KWD buys 119.0685 NIO as of 2026-09-26, so 1 NIO buys 0.008399 KWD. Over the last year, KWD/NIO traded between 118.2890 and 120.5822, averaged 119.4059 and fell 1.26%. The API holds daily KWD/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/NIO over 1Y

KWD/NIO over 1Y: show the values
PointKWD/NIO
2025-09-26120.5822
2025-10-03120.2044
2025-10-10120.1132
2025-10-17120.0959
2025-10-24119.8451
2025-10-31119.9948
2025-11-07119.8142
2025-11-14119.9615
2025-11-21119.7431
2025-11-28119.8284
2025-12-05119.7814
2025-12-13119.7296
2025-12-20119.8352
2025-12-27119.8202
2026-01-03119.3758
2026-01-10119.5407
2026-01-17119.1605
2026-01-24119.9352
2026-01-31119.8731
2026-02-07119.4403
2026-02-14119.7645
2026-02-21119.7409
2026-02-28119.7625
2026-03-07119.7448
2026-03-14119.5767
2026-03-21119.7904
2026-03-28119.2567
2026-04-04118.6736
2026-04-11118.9876
2026-04-18119.0828
2026-04-25119.3827
2026-05-02119.5191
2026-05-09119.3362
2026-05-17119.2677
2026-05-25118.8580
2026-06-01118.9429
2026-06-10118.9951
2026-06-17119.2765
2026-06-24119.2129
2026-07-01118.8481
2026-07-08118.7589
2026-07-15118.6650
2026-07-22118.7628
2026-07-29118.2890
2026-08-05118.8437
2026-08-12119.1034
2026-08-20119.0359
2026-08-27119.1667
2026-09-03118.9954
2026-09-10119.1142
2026-09-17118.8138
2026-09-24119.2002

High

120.5822

Low

118.2890

Average

119.4059

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD&currencies=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

KWD/NIO API questions

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

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

How far back does KWD/NIO historical data go?

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