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: show the values
| Point | TJS/CDF |
|---|---|
| 2026-03-31 | 242.0920 |
| 2026-04-07 | 242.1102 |
| 2026-04-14 | 243.9132 |
| 2026-04-21 | 244.0857 |
| 2026-04-28 | 246.9418 |
| 2026-05-05 | 247.3518 |
| 2026-05-12 | 243.0480 |
| 2026-05-20 | 246.8640 |
| 2026-05-28 | 247.7085 |
| 2026-06-04 | 250.0517 |
| 2026-06-13 | 246.7444 |
| 2026-06-20 | 247.2930 |
| 2026-06-27 | 248.9925 |
| 2026-07-04 | 246.2885 |
| 2026-07-11 | 248.3288 |
| 2026-07-18 | 248.7136 |
| 2026-07-25 | 247.2339 |
| 2026-08-01 | 246.5504 |
| 2026-08-08 | 247.6363 |
| 2026-08-15 | 248.1949 |
| 2026-08-23 | 246.2277 |
| 2026-08-30 | 245.9685 |
| 2026-09-06 | 244.9523 |
| 2026-09-13 | 245.0996 |
| 2026-09-20 | 247.3190 |
| 2026-09-27 | 246.8941 |
High
250.0517
Low
242.0920
Average
246.4259
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.