Skip to content

KYD to INR exchange rate API

Cayman Islands Dollar to Indian Rupee · quoted 2026-09-25

115.7189

▲ +7.07% over YTD

1 KYD = 115.7189 INR · 1 INR = 0.008642 KYD · Get this rate via the API

1 KYD buys 115.7189 INR as of 2026-09-25, so 1 INR buys 0.008642 KYD. Over the year to date, KYD/INR traded between 108.0734 and 117.6438, averaged 113.2592 and rose 7.07%. The API holds daily KYD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/INR over YTD

KYD/INR over YTD: show the values
PointKYD/INR
2025-12-31108.0734
2026-01-07108.3066
2026-01-14108.9411
2026-01-21110.1895
2026-01-28110.9812
2026-02-04108.8062
2026-02-11109.3970
2026-02-18109.0735
2026-02-25109.7149
2026-03-04110.8027
2026-03-11110.7286
2026-03-18111.7472
2026-03-25113.3059
2026-04-01112.3385
2026-04-08110.9874
2026-04-15112.0634
2026-04-22112.4187
2026-04-29113.8381
2026-05-06113.7787
2026-05-14115.1586
2026-05-21115.6537
2026-05-29114.6096
2026-06-05114.1198
2026-06-14116.1109
2026-06-21115.0813
2026-06-28114.6788
2026-07-05116.3984
2026-07-12116.4537
2026-07-19117.6438
2026-07-26117.5714
2026-08-02116.5218
2026-08-09115.7992
2026-08-16116.5826
2026-08-24115.1121
2026-08-31114.5584
2026-09-07113.6238
2026-09-14114.9092
2026-09-21115.3122

High

117.6438

Low

108.0734

Average

113.2592

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KYD/INR API questions

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

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

How far back does KYD/INR historical data go?

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