Skip to content

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

NIO/KZT over 1Y: show the values
PointNIO/KZT
2025-09-2614.7473
2025-10-0314.8903
2025-10-1014.6953
2025-10-1714.5670
2025-10-2414.6054
2025-10-3114.4058
2025-11-0714.3114
2025-11-1414.2465
2025-11-2114.0969
2025-11-2814.0326
2025-12-0513.7478
2025-12-1314.1887
2025-12-2014.0659
2025-12-2713.7420
2026-01-0313.8132
2026-01-1013.8948
2026-01-1713.9334
2026-01-2413.7539
2026-01-3113.6851
2026-02-0713.4844
2026-02-1413.4945
2026-02-2113.5996
2026-02-2813.5748
2026-03-0713.4600
2026-03-1413.3446
2026-03-2113.1062
2026-03-2813.1668
2026-04-0412.8322
2026-04-1112.8596
2026-04-1812.7688
2026-04-2512.6222
2026-05-0212.6201
2026-05-0912.5867
2026-05-1712.8057
2026-05-2512.8538
2026-06-0113.1922
2026-06-1013.2619
2026-06-1713.2748
2026-06-2413.2217
2026-07-0113.0040
2026-07-0812.7888
2026-07-1512.7588
2026-07-2212.7223
2026-07-2912.9775
2026-08-0512.8090
2026-08-1212.6688
2026-08-2012.5714
2026-08-2712.5540
2026-09-0312.3752
2026-09-1012.3922
2026-09-1712.1753
2026-09-2412.0906

High

14.8903

Low

12.0497

Average

13.3489

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.