Skip to content

TJS to CDF exchange rate API

Somoni to Congolese Franc · quoted 2026-09-27

246.8941

▲ +1.98% over 6M

1 TJS = 246.8941 CDF · 1 CDF = 0.004050 TJS · Get this rate via the API

1 TJS buys 246.8941 CDF as of 2026-09-27, so 1 CDF buys 0.004050 TJS. Over the last 6 months, TJS/CDF traded between 242.0920 and 250.0517, averaged 246.4259 and rose 1.98%. The API holds daily TJS/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/CDF over 6M

TJS/CDF over 6M: show the values
PointTJS/CDF
2026-03-31242.0920
2026-04-07242.1102
2026-04-14243.9132
2026-04-21244.0857
2026-04-28246.9418
2026-05-05247.3518
2026-05-12243.0480
2026-05-20246.8640
2026-05-28247.7085
2026-06-04250.0517
2026-06-13246.7444
2026-06-20247.2930
2026-06-27248.9925
2026-07-04246.2885
2026-07-11248.3288
2026-07-18248.7136
2026-07-25247.2339
2026-08-01246.5504
2026-08-08247.6363
2026-08-15248.1949
2026-08-23246.2277
2026-08-30245.9685
2026-09-06244.9523
2026-09-13245.0996
2026-09-20247.3190
2026-09-27246.8941

High

250.0517

Low

242.0920

Average

246.4259

For developers

Get this rate via the API

One GET request returns the TJS/CDF 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=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=CDF");
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=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/CDF API questions

How do I get the TJS/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/CDF rate in rates.CDF.

How far back does TJS/CDF historical data go?

Daily TJS/CDF 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/CDF 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.