Skip to content

TJS to KMF exchange rate API

Somoni to Comoro Franc · quoted 2026-09-27

46.7387

▲ +3.22% over YTD

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 year to date, TJS/KMF traded between 43.9657 and 46.7387, averaged 45.3339 and rose 3.22%. 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 YTD

TJS/KMF over YTD: show the values
PointTJS/KMF
2025-12-3145.2803
2026-01-0745.4395
2026-01-1445.2539
2026-01-2144.9576
2026-01-2844.1173
2026-02-0444.6544
2026-02-1143.9924
2026-02-1843.9657
2026-02-2544.1406
2026-03-0444.4158
2026-03-1144.1927
2026-03-1844.5950
2026-03-2544.3001
2026-04-0144.3574
2026-04-0844.6727
2026-04-1544.1167
2026-04-2244.6865
2026-04-2944.8918
2026-05-0645.0703
2026-05-1444.9766
2026-05-2145.5348
2026-05-2945.9023
2026-06-0545.5026
2026-06-1445.6128
2026-06-2146.0418
2026-06-2846.6279
2026-07-0546.3288
2026-07-1246.5608
2026-07-1946.5037
2026-07-2646.7053
2026-08-0246.1385
2026-08-0946.0089
2026-08-1645.9521
2026-08-2445.6015
2026-08-3145.7785
2026-09-0745.9408
2026-09-1446.0096
2026-09-2146.4557

High

46.7387

Low

43.9657

Average

45.3339

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.