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: show the values
| Point | KYD/TJS |
|---|---|
| 2026-03-28 | 11.4657 |
| 2026-04-04 | 11.4927 |
| 2026-04-11 | 11.4057 |
| 2026-04-18 | 11.3152 |
| 2026-04-25 | 11.2797 |
| 2026-05-02 | 11.2553 |
| 2026-05-09 | 11.1953 |
| 2026-05-17 | 11.3851 |
| 2026-05-25 | 11.1712 |
| 2026-06-01 | 11.1084 |
| 2026-06-10 | 11.2411 |
| 2026-06-17 | 11.1449 |
| 2026-06-24 | 11.1558 |
| 2026-07-01 | 11.1169 |
| 2026-07-08 | 11.1511 |
| 2026-07-15 | 11.0868 |
| 2026-07-22 | 11.1474 |
| 2026-07-29 | 11.0868 |
| 2026-08-05 | 11.0836 |
| 2026-08-12 | 11.0859 |
| 2026-08-20 | 11.0419 |
| 2026-08-27 | 11.1332 |
| 2026-09-03 | 11.1039 |
| 2026-09-10 | 11.1395 |
| 2026-09-17 | 11.1560 |
| 2026-09-24 | 11.1252 |
High
11.4927
Low
11.0419
Average
11.1926
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.