Skip to content

KYD to TJS exchange rate API

Cayman Islands Dollar to Somoni · quoted 2026-09-24

11.1252

▼ +0.96% over 1Y

1 KYD = 11.1252 TJS · 1 TJS = 0.08989 KYD · Get this rate via the API

1 KYD buys 11.1252 TJS as of 2026-09-24, so 1 TJS buys 0.08989 KYD. Over the last year, KYD/TJS traded between 11.0380 and 11.5836, averaged 11.2066 and fell 0.96%. The API holds daily KYD/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/TJS over 1Y

KYD/TJS over 1Y: show the values
PointKYD/TJS
2025-09-2411.2336
2025-10-0111.2787
2025-10-0811.1645
2025-10-1511.0621
2025-10-2211.0380
2025-10-2911.1091
2025-11-0511.1267
2025-11-1211.1609
2025-11-1911.1427
2025-11-2611.1138
2025-12-0311.1473
2025-12-1111.0898
2025-12-1811.0530
2025-12-2511.1274
2026-01-0111.1055
2026-01-0811.2111
2026-01-1511.1879
2026-01-2211.2614
2026-01-2911.2407
2026-02-0511.2442
2026-02-1211.2676
2026-02-1911.3577
2026-02-2611.3657
2026-03-0511.5162
2026-03-1211.5691
2026-03-1911.5836
2026-03-2611.5422
2026-04-0211.5059
2026-04-0911.4061
2026-04-1611.3402
2026-04-2311.2978
2026-04-3011.2497
2026-05-0711.2142
2026-05-1511.2131
2026-05-2311.1328
2026-05-3011.0966
2026-06-0611.2080
2026-06-1511.2030
2026-06-2211.1847
2026-06-2911.1707
2026-07-0611.1420
2026-07-1311.1415
2026-07-2011.0835
2026-07-2711.0987
2026-08-0311.1258
2026-08-1011.0649
2026-08-1711.0854
2026-08-2511.1070
2026-09-0111.0955
2026-09-0811.1070
2026-09-1511.1117
2026-09-2211.1403

High

11.5836

Low

11.0380

Average

11.2066

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KYD/TJS API questions

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

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

How far back does KYD/TJS historical data go?

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