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: show the values
| Point | INR/KZT |
|---|---|
| 2025-09-25 | 6.1139 |
| 2025-10-02 | 6.1688 |
| 2025-10-09 | 6.0850 |
| 2025-10-16 | 6.1262 |
| 2025-10-23 | 6.1305 |
| 2025-10-30 | 5.9630 |
| 2025-11-06 | 5.9282 |
| 2025-11-13 | 5.9161 |
| 2025-11-20 | 5.8476 |
| 2025-11-27 | 5.8027 |
| 2025-12-04 | 5.5945 |
| 2025-12-12 | 5.7437 |
| 2025-12-19 | 5.7528 |
| 2025-12-26 | 5.6614 |
| 2026-01-02 | 5.6238 |
| 2026-01-09 | 5.6583 |
| 2026-01-16 | 5.6381 |
| 2026-01-23 | 5.4994 |
| 2026-01-30 | 5.4695 |
| 2026-02-06 | 5.4553 |
| 2026-02-13 | 5.4609 |
| 2026-02-20 | 5.4246 |
| 2026-02-27 | 5.4846 |
| 2026-03-06 | 5.3745 |
| 2026-03-13 | 5.3152 |
| 2026-03-20 | 5.1024 |
| 2026-03-27 | 5.0727 |
| 2026-04-03 | 5.0972 |
| 2026-04-10 | 5.1273 |
| 2026-04-17 | 5.0812 |
| 2026-04-24 | 4.9294 |
| 2026-05-01 | 4.8665 |
| 2026-05-08 | 4.9171 |
| 2026-05-16 | 4.8888 |
| 2026-05-24 | 4.9192 |
| 2026-05-31 | 5.1202 |
| 2026-06-09 | 5.0934 |
| 2026-06-16 | 5.1775 |
| 2026-06-23 | 5.1461 |
| 2026-06-30 | 5.1258 |
| 2026-07-07 | 4.9727 |
| 2026-07-14 | 4.9394 |
| 2026-07-21 | 4.8924 |
| 2026-07-28 | 4.9547 |
| 2026-08-04 | 4.9786 |
| 2026-08-11 | 4.8904 |
| 2026-08-18 | 4.8292 |
| 2026-08-26 | 4.7958 |
| 2026-09-02 | 4.8271 |
| 2026-09-09 | 4.7735 |
| 2026-09-16 | 4.6841 |
| 2026-09-23 | 4.6767 |
High
6.1688
Low
4.5982
Average
5.3154
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.