TJS to KMF exchange rate API
Somoni to Comoro Franc · quoted 2026-09-27
46.7387
▲ +4.41% over 6M
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 6 months, TJS/KMF traded between 44.1488 and 46.7455, averaged 45.7634 and rose 4.41%. 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 6M: show the values
| Point | TJS/KMF |
|---|---|
| 2026-03-31 | 44.7627 |
| 2026-04-07 | 44.6773 |
| 2026-04-14 | 44.2422 |
| 2026-04-21 | 44.1488 |
| 2026-04-28 | 44.6088 |
| 2026-05-05 | 44.9105 |
| 2026-05-12 | 44.7407 |
| 2026-05-20 | 45.5962 |
| 2026-05-28 | 46.0303 |
| 2026-06-04 | 45.7435 |
| 2026-06-13 | 45.6209 |
| 2026-06-20 | 46.2441 |
| 2026-06-27 | 46.6854 |
| 2026-07-04 | 46.3987 |
| 2026-07-11 | 46.5759 |
| 2026-07-18 | 46.5640 |
| 2026-07-25 | 46.7455 |
| 2026-08-01 | 46.2902 |
| 2026-08-08 | 46.1441 |
| 2026-08-15 | 46.0332 |
| 2026-08-23 | 45.5473 |
| 2026-08-30 | 45.8751 |
| 2026-09-06 | 45.7520 |
| 2026-09-13 | 45.8460 |
| 2026-09-20 | 46.3520 |
| 2026-09-27 | 46.7387 |
High
46.7455
Low
44.1488
Average
45.7634
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.