Skip to content

CZK to NIO exchange rate API

Czech Koruna to Cordoba Oro · quoted 2026-09-26

1.7182

▼ +3.57% over YTD

1 CZK = 1.7182 NIO · 1 NIO = 0.58201 CZK · Get this rate via the API

1 CZK buys 1.7182 NIO as of 2026-09-26, so 1 NIO buys 0.58201 CZK. Over the year to date, CZK/NIO traded between 1.7182 and 1.8115, averaged 1.7597 and fell 3.57%. The API holds daily CZK/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CZK/NIO over YTD

CZK/NIO over YTD: show the values
PointCZK/NIO
2025-12-311.7819
2026-01-071.7683
2026-01-141.7668
2026-01-211.7737
2026-01-281.8115
2026-02-041.7833
2026-02-111.8056
2026-02-181.7960
2026-02-251.7900
2026-03-041.7600
2026-03-111.7492
2026-03-181.7283
2026-03-251.7434
2026-04-011.7404
2026-04-081.7660
2026-04-151.7804
2026-04-221.7757
2026-04-291.7627
2026-05-061.7740
2026-05-141.7698
2026-05-211.7580
2026-05-291.7603
2026-06-051.7703
2026-06-141.7633
2026-06-211.7376
2026-06-281.7247
2026-07-051.7341
2026-07-121.7257
2026-07-191.7315
2026-07-261.7290
2026-08-021.7479
2026-08-091.7513
2026-08-161.7542
2026-08-241.7792
2026-08-311.7702
2026-09-071.7677
2026-09-141.7459
2026-09-211.7340

High

1.8115

Low

1.7182

Average

1.7597

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=NIO").json()

Replace YOUR_API_KEY with the key from your dashboard.

CZK/NIO API questions

How do I get the CZK/NIO exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/NIO rate in rates.NIO.

How far back does CZK/NIO historical data go?

Daily CZK/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 CZK/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.