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: show the values
| Point | KYD/TJS |
|---|---|
| 2025-09-24 | 11.2336 |
| 2025-10-01 | 11.2787 |
| 2025-10-08 | 11.1645 |
| 2025-10-15 | 11.0621 |
| 2025-10-22 | 11.0380 |
| 2025-10-29 | 11.1091 |
| 2025-11-05 | 11.1267 |
| 2025-11-12 | 11.1609 |
| 2025-11-19 | 11.1427 |
| 2025-11-26 | 11.1138 |
| 2025-12-03 | 11.1473 |
| 2025-12-11 | 11.0898 |
| 2025-12-18 | 11.0530 |
| 2025-12-25 | 11.1274 |
| 2026-01-01 | 11.1055 |
| 2026-01-08 | 11.2111 |
| 2026-01-15 | 11.1879 |
| 2026-01-22 | 11.2614 |
| 2026-01-29 | 11.2407 |
| 2026-02-05 | 11.2442 |
| 2026-02-12 | 11.2676 |
| 2026-02-19 | 11.3577 |
| 2026-02-26 | 11.3657 |
| 2026-03-05 | 11.5162 |
| 2026-03-12 | 11.5691 |
| 2026-03-19 | 11.5836 |
| 2026-03-26 | 11.5422 |
| 2026-04-02 | 11.5059 |
| 2026-04-09 | 11.4061 |
| 2026-04-16 | 11.3402 |
| 2026-04-23 | 11.2978 |
| 2026-04-30 | 11.2497 |
| 2026-05-07 | 11.2142 |
| 2026-05-15 | 11.2131 |
| 2026-05-23 | 11.1328 |
| 2026-05-30 | 11.0966 |
| 2026-06-06 | 11.2080 |
| 2026-06-15 | 11.2030 |
| 2026-06-22 | 11.1847 |
| 2026-06-29 | 11.1707 |
| 2026-07-06 | 11.1420 |
| 2026-07-13 | 11.1415 |
| 2026-07-20 | 11.0835 |
| 2026-07-27 | 11.0987 |
| 2026-08-03 | 11.1258 |
| 2026-08-10 | 11.0649 |
| 2026-08-17 | 11.0854 |
| 2026-08-25 | 11.1070 |
| 2026-09-01 | 11.0955 |
| 2026-09-08 | 11.1070 |
| 2026-09-15 | 11.1117 |
| 2026-09-22 | 11.1403 |
High
11.5836
Low
11.0380
Average
11.2066
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=TJS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=TJS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=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¤cies=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.