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: show the values
| Point | KWD/NIO |
|---|---|
| 2025-09-26 | 120.5822 |
| 2025-10-03 | 120.2044 |
| 2025-10-10 | 120.1132 |
| 2025-10-17 | 120.0959 |
| 2025-10-24 | 119.8451 |
| 2025-10-31 | 119.9948 |
| 2025-11-07 | 119.8142 |
| 2025-11-14 | 119.9615 |
| 2025-11-21 | 119.7431 |
| 2025-11-28 | 119.8284 |
| 2025-12-05 | 119.7814 |
| 2025-12-13 | 119.7296 |
| 2025-12-20 | 119.8352 |
| 2025-12-27 | 119.8202 |
| 2026-01-03 | 119.3758 |
| 2026-01-10 | 119.5407 |
| 2026-01-17 | 119.1605 |
| 2026-01-24 | 119.9352 |
| 2026-01-31 | 119.8731 |
| 2026-02-07 | 119.4403 |
| 2026-02-14 | 119.7645 |
| 2026-02-21 | 119.7409 |
| 2026-02-28 | 119.7625 |
| 2026-03-07 | 119.7448 |
| 2026-03-14 | 119.5767 |
| 2026-03-21 | 119.7904 |
| 2026-03-28 | 119.2567 |
| 2026-04-04 | 118.6736 |
| 2026-04-11 | 118.9876 |
| 2026-04-18 | 119.0828 |
| 2026-04-25 | 119.3827 |
| 2026-05-02 | 119.5191 |
| 2026-05-09 | 119.3362 |
| 2026-05-17 | 119.2677 |
| 2026-05-25 | 118.8580 |
| 2026-06-01 | 118.9429 |
| 2026-06-10 | 118.9951 |
| 2026-06-17 | 119.2765 |
| 2026-06-24 | 119.2129 |
| 2026-07-01 | 118.8481 |
| 2026-07-08 | 118.7589 |
| 2026-07-15 | 118.6650 |
| 2026-07-22 | 118.7628 |
| 2026-07-29 | 118.2890 |
| 2026-08-05 | 118.8437 |
| 2026-08-12 | 119.1034 |
| 2026-08-20 | 119.0359 |
| 2026-08-27 | 119.1667 |
| 2026-09-03 | 118.9954 |
| 2026-09-10 | 119.1142 |
| 2026-09-17 | 118.8138 |
| 2026-09-24 | 119.2002 |
High
120.5822
Low
118.2890
Average
119.4059
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.