TJS to KMF exchange rate API
Somoni to Comoro Franc · quoted 2026-09-27
46.7387
▲ +3.83% over 1Y
1 TJS = 46.7387 KMF · 1 KMF = 0.02140 TJS · Get this rate via the API
1 TJS buys 46.7387 KMF as of 2026-09-27, so 1 KMF buys 0.02140 TJS. Over the last year, TJS/KMF traded between 43.7763 and 46.9386, averaged 45.4811 and rose 3.83%. The API holds daily TJS/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TJS/KMF over 1Y: show the values
| Point | TJS/KMF |
|---|---|
| 2025-09-27 | 45.0137 |
| 2025-10-04 | 45.1789 |
| 2025-10-11 | 45.9597 |
| 2025-10-18 | 45.7471 |
| 2025-10-25 | 45.5560 |
| 2025-11-01 | 46.1610 |
| 2025-11-08 | 46.0905 |
| 2025-11-15 | 45.8261 |
| 2025-11-22 | 46.3318 |
| 2025-11-29 | 45.9490 |
| 2025-12-06 | 46.0492 |
| 2025-12-14 | 45.3380 |
| 2025-12-21 | 45.5849 |
| 2025-12-28 | 45.1658 |
| 2026-01-04 | 45.3930 |
| 2026-01-11 | 45.4756 |
| 2026-01-18 | 45.4612 |
| 2026-01-25 | 44.4886 |
| 2026-02-01 | 44.1955 |
| 2026-02-08 | 44.4232 |
| 2026-02-15 | 43.8987 |
| 2026-02-22 | 44.1005 |
| 2026-03-01 | 43.7763 |
| 2026-03-08 | 44.1734 |
| 2026-03-15 | 44.6987 |
| 2026-03-22 | 44.3018 |
| 2026-03-29 | 44.5951 |
| 2026-04-05 | 44.6455 |
| 2026-04-12 | 44.2537 |
| 2026-04-19 | 44.2515 |
| 2026-04-26 | 44.7542 |
| 2026-05-03 | 44.7675 |
| 2026-05-10 | 44.9214 |
| 2026-05-18 | 45.3559 |
| 2026-05-26 | 45.7340 |
| 2026-06-02 | 45.7756 |
| 2026-06-11 | 45.6808 |
| 2026-06-18 | 46.0416 |
| 2026-06-25 | 46.7007 |
| 2026-07-02 | 46.7957 |
| 2026-07-09 | 46.4844 |
| 2026-07-16 | 46.6019 |
| 2026-07-23 | 46.6052 |
| 2026-07-30 | 46.7965 |
| 2026-08-06 | 46.1805 |
| 2026-08-13 | 46.1329 |
| 2026-08-21 | 45.4909 |
| 2026-08-28 | 45.7430 |
| 2026-09-04 | 45.8717 |
| 2026-09-11 | 45.9012 |
| 2026-09-18 | 46.4016 |
| 2026-09-25 | 46.9386 |
High
46.9386
Low
43.7763
Average
45.4811
Get this rate via the API
One GET request returns the TJS/KMF 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=TJS¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
TJS/KMF API questions
How do I get the TJS/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/KMF rate in rates.KMF.
How far back does TJS/KMF historical data go?
Daily TJS/KMF 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 TJS/KMF 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.