KWD to NIO exchange rate API
Kuwaiti Dinar to Cordoba Oro · quoted 2026-09-26
119.0685
▼ +0.08% over 30D
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 30 days, KWD/NIO traded between 118.6175 and 119.3881, averaged 119.0583 and fell 0.08%. 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 30D: show the values
| Point | KWD/NIO |
|---|---|
| 2026-08-27 | 119.1667 |
| 2026-08-28 | 119.0488 |
| 2026-08-29 | 119.2438 |
| 2026-08-30 | 118.7640 |
| 2026-08-31 | 119.2168 |
| 2026-09-01 | 119.0851 |
| 2026-09-02 | 118.8429 |
| 2026-09-03 | 118.9954 |
| 2026-09-04 | 119.0829 |
| 2026-09-05 | 119.0864 |
| 2026-09-06 | 118.8173 |
| 2026-09-07 | 119.0994 |
| 2026-09-08 | 119.1689 |
| 2026-09-09 | 119.0250 |
| 2026-09-10 | 119.1142 |
| 2026-09-11 | 119.1415 |
| 2026-09-12 | 118.6175 |
| 2026-09-13 | 118.9965 |
| 2026-09-14 | 118.9847 |
| 2026-09-15 | 118.9510 |
| 2026-09-16 | 118.9000 |
| 2026-09-17 | 118.8138 |
| 2026-09-18 | 119.1765 |
| 2026-09-19 | 119.3881 |
| 2026-09-20 | 119.1247 |
| 2026-09-21 | 119.2217 |
| 2026-09-22 | 119.0156 |
| 2026-09-23 | 119.2942 |
| 2026-09-24 | 119.2002 |
| 2026-09-25 | 119.1445 |
| 2026-09-26 | 119.0685 |
High
119.3881
Low
118.6175
Average
119.0583
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.