Skip to content

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

TJS/KMF over 1Y: show the values
PointTJS/KMF
2025-09-2745.0137
2025-10-0445.1789
2025-10-1145.9597
2025-10-1845.7471
2025-10-2545.5560
2025-11-0146.1610
2025-11-0846.0905
2025-11-1545.8261
2025-11-2246.3318
2025-11-2945.9490
2025-12-0646.0492
2025-12-1445.3380
2025-12-2145.5849
2025-12-2845.1658
2026-01-0445.3930
2026-01-1145.4756
2026-01-1845.4612
2026-01-2544.4886
2026-02-0144.1955
2026-02-0844.4232
2026-02-1543.8987
2026-02-2244.1005
2026-03-0143.7763
2026-03-0844.1734
2026-03-1544.6987
2026-03-2244.3018
2026-03-2944.5951
2026-04-0544.6455
2026-04-1244.2537
2026-04-1944.2515
2026-04-2644.7542
2026-05-0344.7675
2026-05-1044.9214
2026-05-1845.3559
2026-05-2645.7340
2026-06-0245.7756
2026-06-1145.6808
2026-06-1846.0416
2026-06-2546.7007
2026-07-0246.7957
2026-07-0946.4844
2026-07-1646.6019
2026-07-2346.6052
2026-07-3046.7965
2026-08-0646.1805
2026-08-1346.1329
2026-08-2145.4909
2026-08-2845.7430
2026-09-0445.8717
2026-09-1145.9012
2026-09-1846.4016
2026-09-2546.9386

High

46.9386

Low

43.7763

Average

45.4811

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=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&currencies=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.