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: show the values
| Point | CZK/INR |
|---|---|
| 2021-09-27 | 3.3959 |
| 2021-11-08 | 3.3983 |
| 2021-12-20 | 3.3884 |
| 2022-01-31 | 3.4205 |
| 2022-03-14 | 3.3721 |
| 2022-04-27 | 3.3023 |
| 2022-06-08 | 3.3878 |
| 2022-07-20 | 3.3315 |
| 2022-08-31 | 3.2402 |
| 2022-10-12 | 3.2529 |
| 2022-11-23 | 3.4680 |
| 2023-01-05 | 3.6406 |
| 2023-02-16 | 3.7347 |
| 2023-03-30 | 3.7949 |
| 2023-05-16 | 3.7789 |
| 2023-06-27 | 3.8034 |
| 2023-08-08 | 3.7402 |
| 2023-09-19 | 3.6486 |
| 2023-10-31 | 3.6004 |
| 2023-12-12 | 3.6886 |
| 2024-01-26 | 3.6516 |
| 2024-03-08 | 3.5734 |
| 2024-04-23 | 3.5218 |
| 2024-06-05 | 3.6792 |
| 2024-07-17 | 3.6127 |
| 2024-08-27 | 3.7419 |
| 2024-10-01 | 3.7078 |
| 2024-10-31 | 3.6125 |
| 2024-11-30 | 3.5419 |
| 2024-12-30 | 3.5387 |
| 2025-01-29 | 3.5823 |
| 2025-02-28 | 3.6346 |
| 2025-03-30 | 3.7122 |
| 2025-04-29 | 3.8850 |
| 2025-05-29 | 3.8686 |
| 2025-06-28 | 4.0520 |
| 2025-07-28 | 4.1071 |
| 2025-08-27 | 4.1455 |
| 2025-09-26 | 4.2567 |
| 2025-10-26 | 4.2111 |
| 2025-11-25 | 4.2694 |
| 2025-12-25 | 4.3578 |
| 2026-01-24 | 4.4644 |
| 2026-02-23 | 4.4220 |
| 2026-03-25 | 4.4564 |
| 2026-04-24 | 4.5291 |
| 2026-05-24 | 4.5895 |
| 2026-06-23 | 4.4587 |
| 2026-07-23 | 4.5490 |
| 2026-08-22 | 4.6359 |
| 2026-09-21 | 4.5211 |
High
4.6359
Low
3.2402
Average
3.8416
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=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¤cies=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.