NIO to KZT exchange rate API
Cordoba Oro to Tenge · quoted 2026-09-26
12.0497
▼ +18.29% over 1Y
1 NIO = 12.0497 KZT · 1 KZT = 0.08299 NIO · Get this rate via the API
1 NIO buys 12.0497 KZT as of 2026-09-26, so 1 KZT buys 0.08299 NIO. Over the last year, NIO/KZT traded between 12.0497 and 14.8903, averaged 13.3489 and fell 18.29%. The API holds daily NIO/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/KZT over 1Y: show the values
| Point | NIO/KZT |
|---|---|
| 2025-09-26 | 14.7473 |
| 2025-10-03 | 14.8903 |
| 2025-10-10 | 14.6953 |
| 2025-10-17 | 14.5670 |
| 2025-10-24 | 14.6054 |
| 2025-10-31 | 14.4058 |
| 2025-11-07 | 14.3114 |
| 2025-11-14 | 14.2465 |
| 2025-11-21 | 14.0969 |
| 2025-11-28 | 14.0326 |
| 2025-12-05 | 13.7478 |
| 2025-12-13 | 14.1887 |
| 2025-12-20 | 14.0659 |
| 2025-12-27 | 13.7420 |
| 2026-01-03 | 13.8132 |
| 2026-01-10 | 13.8948 |
| 2026-01-17 | 13.9334 |
| 2026-01-24 | 13.7539 |
| 2026-01-31 | 13.6851 |
| 2026-02-07 | 13.4844 |
| 2026-02-14 | 13.4945 |
| 2026-02-21 | 13.5996 |
| 2026-02-28 | 13.5748 |
| 2026-03-07 | 13.4600 |
| 2026-03-14 | 13.3446 |
| 2026-03-21 | 13.1062 |
| 2026-03-28 | 13.1668 |
| 2026-04-04 | 12.8322 |
| 2026-04-11 | 12.8596 |
| 2026-04-18 | 12.7688 |
| 2026-04-25 | 12.6222 |
| 2026-05-02 | 12.6201 |
| 2026-05-09 | 12.5867 |
| 2026-05-17 | 12.8057 |
| 2026-05-25 | 12.8538 |
| 2026-06-01 | 13.1922 |
| 2026-06-10 | 13.2619 |
| 2026-06-17 | 13.2748 |
| 2026-06-24 | 13.2217 |
| 2026-07-01 | 13.0040 |
| 2026-07-08 | 12.7888 |
| 2026-07-15 | 12.7588 |
| 2026-07-22 | 12.7223 |
| 2026-07-29 | 12.9775 |
| 2026-08-05 | 12.8090 |
| 2026-08-12 | 12.6688 |
| 2026-08-20 | 12.5714 |
| 2026-08-27 | 12.5540 |
| 2026-09-03 | 12.3752 |
| 2026-09-10 | 12.3922 |
| 2026-09-17 | 12.1753 |
| 2026-09-24 | 12.0906 |
High
14.8903
Low
12.0497
Average
13.3489
Get this rate via the API
One GET request returns the NIO/KZT 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=NIO¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/KZT API questions
How do I get the NIO/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/KZT rate in rates.KZT.
How far back does NIO/KZT historical data go?
Daily NIO/KZT 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 NIO/KZT 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.