Skip to content

INR to KWD exchange rate API

Indian Rupee to Kuwaiti Dinar · quoted 2026-09-24

0.003211

▼ +6.66% over 1Y

1 INR = 0.003211 KWD · 1 KWD = 311.4295 INR · Get this rate via the API

1 INR buys 0.003211 KWD as of 2026-09-24, so 1 KWD buys 311.4295 INR. Over the last year, INR/KWD traded between 0.003199 and 0.003483, averaged 0.003329 and fell 6.66%. The API holds daily INR/KWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/KWD over 1Y

INR/KWD over 1Y: show the values
PointINR/KWD
2025-09-240.003440
2025-10-010.003442
2025-10-080.003452
2025-10-150.003483
2025-10-220.003464
2025-10-290.003475
2025-11-050.003466
2025-11-120.003466
2025-11-190.003469
2025-11-260.003442
2025-12-030.003403
2025-12-110.003397
2025-12-180.003400
2025-12-250.003420
2026-01-010.003425
2026-01-080.003417
2026-01-150.003406
2026-01-220.003355
2026-01-290.003334
2026-02-050.003402
2026-02-120.003387
2026-02-190.003362
2026-02-260.003371
2026-03-050.003350
2026-03-120.003327
2026-03-190.003287
2026-03-260.003257
2026-04-020.003315
2026-04-090.003337
2026-04-160.003312
2026-04-230.003276
2026-04-300.003244
2026-05-070.003266
2026-05-150.003214
2026-05-230.003234
2026-05-300.003258
2026-06-060.003251
2026-06-150.003254
2026-06-220.003252
2026-06-290.003273
2026-07-060.003252
2026-07-130.003237
2026-07-200.003199
2026-07-270.003232
2026-08-030.003246
2026-08-100.003240
2026-08-170.003228
2026-08-250.003233
2026-09-010.003254
2026-09-080.003256
2026-09-150.003217
2026-09-220.003227

High

0.003483

Low

0.003199

Average

0.003329

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/KWD API questions

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

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

How far back does INR/KWD historical data go?

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