Skip to content

TJS to CDF exchange rate API

Somoni to Congolese Franc · quoted 2026-09-27

246.8941

▲ +0.30% over YTD

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 year to date, TJS/CDF traded between 223.2889 and 250.3840, averaged 243.6452 and rose 0.30%. 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 YTD

TJS/CDF over YTD: show the values
PointTJS/CDF
2025-12-31246.1542
2026-01-07248.1654
2026-01-14228.3388
2026-01-21229.2700
2026-01-28246.1628
2026-02-04244.0878
2026-02-11243.3637
2026-02-18244.5487
2026-02-25223.2889
2026-03-04240.8168
2026-03-11227.8506
2026-03-18241.3111
2026-03-25242.0858
2026-04-01241.4129
2026-04-08245.7763
2026-04-15243.8025
2026-04-22246.2014
2026-04-29247.6514
2026-05-06248.1111
2026-05-14244.1737
2026-05-21246.8400
2026-05-29250.1644
2026-06-05249.4472
2026-06-14244.1367
2026-06-21243.6964
2026-06-28245.9578
2026-07-05242.6370
2026-07-12243.5963
2026-07-19244.4528
2026-07-26243.5106
2026-08-02245.4897
2026-08-09245.0890
2026-08-16244.7128
2026-08-24248.1490
2026-08-31245.1796
2026-09-07249.5273
2026-09-14249.7257
2026-09-21250.3840

High

250.3840

Low

223.2889

Average

243.6452

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.