KWD to NIO exchange rate API
Kuwaiti Dinar to Cordoba Oro · quoted 2026-09-26
119.0685
▼ +1.09% over 5Y
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 5 years, KWD/NIO traded between 118.3334 and 120.6318, averaged 119.6334 and fell 1.09%. 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 5Y: show the values
| Point | KWD/NIO |
|---|---|
| 2024-08-24 | 120.3854 |
| 2024-10-07 | 120.6318 |
| 2024-11-06 | 120.0427 |
| 2024-12-06 | 119.7996 |
| 2025-01-05 | 118.3334 |
| 2025-02-04 | 119.2854 |
| 2025-03-06 | 119.4535 |
| 2025-04-06 | 118.7195 |
| 2025-05-06 | 120.1230 |
| 2025-06-07 | 120.2330 |
| 2025-07-07 | 120.5199 |
| 2025-08-06 | 120.2897 |
| 2025-09-05 | 120.2037 |
| 2025-10-06 | 120.0406 |
| 2025-11-05 | 119.7067 |
| 2025-12-05 | 119.7814 |
| 2026-01-05 | 119.8175 |
| 2026-02-04 | 119.7172 |
| 2026-03-06 | 119.6411 |
| 2026-04-05 | 119.4279 |
| 2026-05-05 | 119.2056 |
| 2026-06-06 | 119.0997 |
| 2026-07-08 | 118.7589 |
| 2026-08-07 | 119.0838 |
| 2026-09-07 | 119.0994 |
High
120.6318
Low
118.3334
Average
119.6334
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=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¤cies=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.