Skip to content

NIO to CZK exchange rate API

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

0.58200

▲ +2.87% over 1Y

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

1 NIO buys 0.58200 CZK as of 2026-09-26, so 1 CZK buys 1.7182 NIO. Over the last year, NIO/CZK traded between 0.55683 and 0.58384, averaged 0.56899 and rose 2.87%. The API holds daily NIO/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/CZK over 1Y

NIO/CZK over 1Y: show the values
PointNIO/CZK
2025-09-260.56577
2025-10-030.56314
2025-10-100.57007
2025-10-170.56680
2025-10-240.57029
2025-10-310.57212
2025-11-070.57226
2025-11-140.56467
2025-11-210.57165
2025-11-280.56822
2025-12-050.56536
2025-12-130.56267
2025-12-200.56468
2025-12-270.55946
2026-01-030.56141
2026-01-100.56783
2026-01-170.56997
2026-01-240.55822
2026-01-310.55859
2026-02-070.55882
2026-02-140.55683
2026-02-210.56006
2026-02-280.55894
2026-03-070.57157
2026-03-140.58384
2026-03-210.57601
2026-03-280.58031
2026-04-040.57991
2026-04-110.56597
2026-04-180.56194
2026-04-250.56551
2026-05-020.56624
2026-05-090.56208
2026-05-170.57066
2026-05-250.56709
2026-06-010.56663
2026-06-100.56981
2026-06-170.56677
2026-06-240.58054
2026-07-010.57918
2026-07-080.57812
2026-07-150.57828
2026-07-220.57562
2026-07-290.57861
2026-08-050.56948
2026-08-120.57107
2026-08-200.56353
2026-08-270.56345
2026-09-030.56709
2026-09-100.56787
2026-09-170.57710
2026-09-240.58240

High

0.58384

Low

0.55683

Average

0.56899

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/CZK API questions

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

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

How far back does NIO/CZK historical data go?

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