Skip to content

KWD to NIO exchange rate API

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

119.0685

▼ +0.51% over 6M

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 6 months, KWD/NIO traded between 118.4529 and 119.7337, averaged 119.0965 and fell 0.51%. 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 6M

KWD/NIO over 6M: show the values
PointKWD/NIO
2026-03-30119.6764
2026-04-06119.2639
2026-04-13119.0251
2026-04-20119.7337
2026-04-27119.3831
2026-05-04119.4654
2026-05-11119.2888
2026-05-19119.4044
2026-05-27118.8648
2026-06-03118.8262
2026-06-12119.0190
2026-06-19119.1465
2026-06-26118.8741
2026-07-03118.7940
2026-07-10118.8225
2026-07-17119.1302
2026-07-24118.7287
2026-07-31118.4529
2026-08-07119.0838
2026-08-14119.1435
2026-08-22119.0064
2026-08-29119.2438
2026-09-05119.0864
2026-09-12118.6175
2026-09-19119.3881
2026-09-26119.0685

High

119.7337

Low

118.4529

Average

119.0965

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.