Skip to content

TJS to CDF exchange rate API

Somoni to Congolese Franc · quoted 2026-09-27

246.8941

▼ +14.52% over 1Y

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 year, TJS/CDF traded between 227.5381 and 288.8248, averaged 244.4532 and fell 14.52%. 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 1Y

TJS/CDF over 1Y: show the values
PointTJS/CDF
2025-09-27288.8248
2025-10-04270.3731
2025-10-11256.5724
2025-10-18230.8765
2025-10-25245.7105
2025-11-01246.7431
2025-11-08237.1898
2025-11-15237.3404
2025-11-22238.7787
2025-11-29246.9517
2025-12-06249.7548
2025-12-14242.0201
2025-12-21231.8941
2025-12-28239.4389
2026-01-04237.7943
2026-01-11230.8111
2026-01-18231.4580
2026-01-25236.4307
2026-02-01227.5381
2026-02-08236.0124
2026-02-15240.4306
2026-02-22242.5641
2026-03-01232.3156
2026-03-08229.6236
2026-03-15234.6688
2026-03-22239.0734
2026-03-29239.5836
2026-04-05240.8538
2026-04-12242.3418
2026-04-19244.5478
2026-04-26246.6807
2026-05-03247.2868
2026-05-10243.4134
2026-05-18240.4162
2026-05-26248.6730
2026-06-02248.5764
2026-06-11247.6171
2026-06-18250.7089
2026-06-25248.1466
2026-07-02245.8667
2026-07-09249.3889
2026-07-16250.6528
2026-07-23249.6488
2026-07-30251.2108
2026-08-06248.0983
2026-08-13247.3776
2026-08-21247.8187
2026-08-28248.5116
2026-09-04249.4556
2026-09-11249.9060
2026-09-18250.5469
2026-09-25250.6084

High

288.8248

Low

227.5381

Average

244.4532

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.