KWD to NIO exchange rate API
Kuwaiti Dinar to Cordoba Oro · quoted 2026-09-26
119.0685
▼ +0.23% over YTD
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 year to date, KWD/NIO traded between 118.3176 and 120.0634, averaged 119.2900 and fell 0.23%. 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 YTD: show the values
| Point | KWD/NIO |
|---|---|
| 2025-12-31 | 119.3481 |
| 2026-01-07 | 119.6835 |
| 2026-01-14 | 119.5256 |
| 2026-01-21 | 119.7009 |
| 2026-01-28 | 120.0049 |
| 2026-02-04 | 119.7172 |
| 2026-02-11 | 119.9847 |
| 2026-02-18 | 120.0001 |
| 2026-02-25 | 120.0330 |
| 2026-03-04 | 119.7509 |
| 2026-03-11 | 120.0634 |
| 2026-03-18 | 119.8951 |
| 2026-03-25 | 119.8359 |
| 2026-04-01 | 119.1594 |
| 2026-04-08 | 119.1452 |
| 2026-04-15 | 119.1978 |
| 2026-04-22 | 119.5977 |
| 2026-04-29 | 119.3673 |
| 2026-05-06 | 119.1963 |
| 2026-05-14 | 119.4272 |
| 2026-05-21 | 119.1468 |
| 2026-05-29 | 118.6279 |
| 2026-06-05 | 118.9760 |
| 2026-06-14 | 119.1763 |
| 2026-06-21 | 119.0687 |
| 2026-06-28 | 118.8355 |
| 2026-07-05 | 118.3176 |
| 2026-07-12 | 118.8774 |
| 2026-07-19 | 119.0532 |
| 2026-07-26 | 118.3190 |
| 2026-08-02 | 118.4993 |
| 2026-08-09 | 119.0256 |
| 2026-08-16 | 118.9625 |
| 2026-08-24 | 119.2006 |
| 2026-08-31 | 119.2168 |
| 2026-09-07 | 119.0994 |
| 2026-09-14 | 118.9847 |
| 2026-09-21 | 119.2217 |
High
120.0634
Low
118.3176
Average
119.2900
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.