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: show the values
| Point | TJS/KMF |
|---|---|
| 2025-12-31 | 45.2803 |
| 2026-01-07 | 45.4395 |
| 2026-01-14 | 45.2539 |
| 2026-01-21 | 44.9576 |
| 2026-01-28 | 44.1173 |
| 2026-02-04 | 44.6544 |
| 2026-02-11 | 43.9924 |
| 2026-02-18 | 43.9657 |
| 2026-02-25 | 44.1406 |
| 2026-03-04 | 44.4158 |
| 2026-03-11 | 44.1927 |
| 2026-03-18 | 44.5950 |
| 2026-03-25 | 44.3001 |
| 2026-04-01 | 44.3574 |
| 2026-04-08 | 44.6727 |
| 2026-04-15 | 44.1167 |
| 2026-04-22 | 44.6865 |
| 2026-04-29 | 44.8918 |
| 2026-05-06 | 45.0703 |
| 2026-05-14 | 44.9766 |
| 2026-05-21 | 45.5348 |
| 2026-05-29 | 45.9023 |
| 2026-06-05 | 45.5026 |
| 2026-06-14 | 45.6128 |
| 2026-06-21 | 46.0418 |
| 2026-06-28 | 46.6279 |
| 2026-07-05 | 46.3288 |
| 2026-07-12 | 46.5608 |
| 2026-07-19 | 46.5037 |
| 2026-07-26 | 46.7053 |
| 2026-08-02 | 46.1385 |
| 2026-08-09 | 46.0089 |
| 2026-08-16 | 45.9521 |
| 2026-08-24 | 45.6015 |
| 2026-08-31 | 45.7785 |
| 2026-09-07 | 45.9408 |
| 2026-09-14 | 46.0096 |
| 2026-09-21 | 46.4557 |
High
46.7387
Low
43.9657
Average
45.3339
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.