Skip to content

KYD to TJS exchange rate API

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

11.1252

▼ +2.97% over 6M

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 6 months, KYD/TJS traded between 11.0419 and 11.4927, averaged 11.1926 and fell 2.97%. 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 6M

KYD/TJS over 6M: show the values
PointKYD/TJS
2026-03-2811.4657
2026-04-0411.4927
2026-04-1111.4057
2026-04-1811.3152
2026-04-2511.2797
2026-05-0211.2553
2026-05-0911.1953
2026-05-1711.3851
2026-05-2511.1712
2026-06-0111.1084
2026-06-1011.2411
2026-06-1711.1449
2026-06-2411.1558
2026-07-0111.1169
2026-07-0811.1511
2026-07-1511.0868
2026-07-2211.1474
2026-07-2911.0868
2026-08-0511.0836
2026-08-1211.0859
2026-08-2011.0419
2026-08-2711.1332
2026-09-0311.1039
2026-09-1011.1395
2026-09-1711.1560
2026-09-2411.1252

High

11.4927

Low

11.0419

Average

11.1926

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.