Skip to content

CZK to INR exchange rate API

Czech Koruna to Indian Rupee · quoted 2026-09-25

4.4852

▲ +32.08% over 5Y

1 CZK = 4.4852 INR · 1 INR = 0.22295 CZK · Get this rate via the API

1 CZK buys 4.4852 INR as of 2026-09-25, so 1 INR buys 0.22295 CZK. Over the last 5 years, CZK/INR traded between 3.2402 and 4.6359, averaged 3.8416 and rose 32.08%. The API holds daily CZK/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

CZK/INR over 5Y

CZK/INR over 5Y: show the values
PointCZK/INR
2021-09-273.3959
2021-11-083.3983
2021-12-203.3884
2022-01-313.4205
2022-03-143.3721
2022-04-273.3023
2022-06-083.3878
2022-07-203.3315
2022-08-313.2402
2022-10-123.2529
2022-11-233.4680
2023-01-053.6406
2023-02-163.7347
2023-03-303.7949
2023-05-163.7789
2023-06-273.8034
2023-08-083.7402
2023-09-193.6486
2023-10-313.6004
2023-12-123.6886
2024-01-263.6516
2024-03-083.5734
2024-04-233.5218
2024-06-053.6792
2024-07-173.6127
2024-08-273.7419
2024-10-013.7078
2024-10-313.6125
2024-11-303.5419
2024-12-303.5387
2025-01-293.5823
2025-02-283.6346
2025-03-303.7122
2025-04-293.8850
2025-05-293.8686
2025-06-284.0520
2025-07-284.1071
2025-08-274.1455
2025-09-264.2567
2025-10-264.2111
2025-11-254.2694
2025-12-254.3578
2026-01-244.4644
2026-02-234.4220
2026-03-254.4564
2026-04-244.5291
2026-05-244.5895
2026-06-234.4587
2026-07-234.5490
2026-08-224.6359
2026-09-214.5211

High

4.6359

Low

3.2402

Average

3.8416

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CZK/INR API questions

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

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

How far back does CZK/INR historical data go?

Daily CZK/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CZK/INR 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.