Skip to content

CZK to NIO exchange rate API

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

1.7182

▼ +2.79% over 1Y

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 last year, CZK/NIO traded between 1.7128 and 1.7959, averaged 1.7578 and fell 2.79%. 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 1Y

CZK/NIO over 1Y: show the values
PointCZK/NIO
2025-09-261.7675
2025-10-031.7758
2025-10-101.7542
2025-10-171.7643
2025-10-241.7535
2025-10-311.7479
2025-11-071.7475
2025-11-141.7709
2025-11-211.7493
2025-11-281.7599
2025-12-051.7688
2025-12-131.7772
2025-12-201.7709
2025-12-271.7874
2026-01-031.7812
2026-01-101.7611
2026-01-171.7545
2026-01-241.7914
2026-01-311.7902
2026-02-071.7895
2026-02-141.7959
2026-02-211.7855
2026-02-281.7891
2026-03-071.7496
2026-03-141.7128
2026-03-211.7361
2026-03-281.7232
2026-04-041.7244
2026-04-111.7669
2026-04-181.7796
2026-04-251.7683
2026-05-021.7660
2026-05-091.7791
2026-05-171.7524
2026-05-251.7634
2026-06-011.7648
2026-06-101.7550
2026-06-171.7644
2026-06-241.7225
2026-07-011.7266
2026-07-081.7298
2026-07-151.7293
2026-07-221.7373
2026-07-291.7283
2026-08-051.7560
2026-08-121.7511
2026-08-201.7745
2026-08-271.7748
2026-09-031.7634
2026-09-101.7610
2026-09-171.7328
2026-09-241.7170

High

1.7959

Low

1.7128

Average

1.7578

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.