Skip to content

INR to KZT exchange rate API

Indian Rupee to Tenge · quoted 2026-09-25

4.5982

▼ +24.79% over 1Y

1 INR = 4.5982 KZT · 1 KZT = 0.21748 INR · Get this rate via the API

1 INR buys 4.5982 KZT as of 2026-09-25, so 1 KZT buys 0.21748 INR. Over the last year, INR/KZT traded between 4.5982 and 6.1688, averaged 5.3154 and fell 24.79%. The API holds daily INR/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/KZT over 1Y

INR/KZT over 1Y: show the values
PointINR/KZT
2025-09-256.1139
2025-10-026.1688
2025-10-096.0850
2025-10-166.1262
2025-10-236.1305
2025-10-305.9630
2025-11-065.9282
2025-11-135.9161
2025-11-205.8476
2025-11-275.8027
2025-12-045.5945
2025-12-125.7437
2025-12-195.7528
2025-12-265.6614
2026-01-025.6238
2026-01-095.6583
2026-01-165.6381
2026-01-235.4994
2026-01-305.4695
2026-02-065.4553
2026-02-135.4609
2026-02-205.4246
2026-02-275.4846
2026-03-065.3745
2026-03-135.3152
2026-03-205.1024
2026-03-275.0727
2026-04-035.0972
2026-04-105.1273
2026-04-175.0812
2026-04-244.9294
2026-05-014.8665
2026-05-084.9171
2026-05-164.8888
2026-05-244.9192
2026-05-315.1202
2026-06-095.0934
2026-06-165.1775
2026-06-235.1461
2026-06-305.1258
2026-07-074.9727
2026-07-144.9394
2026-07-214.8924
2026-07-284.9547
2026-08-044.9786
2026-08-114.8904
2026-08-184.8292
2026-08-264.7958
2026-09-024.8271
2026-09-094.7735
2026-09-164.6841
2026-09-234.6767

High

6.1688

Low

4.5982

Average

5.3154

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/KZT API questions

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

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

How far back does INR/KZT historical data go?

Daily INR/KZT 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 INR/KZT 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.