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: show the values
| Point | TJS/CDF |
|---|---|
| 2025-12-31 | 246.1542 |
| 2026-01-07 | 248.1654 |
| 2026-01-14 | 228.3388 |
| 2026-01-21 | 229.2700 |
| 2026-01-28 | 246.1628 |
| 2026-02-04 | 244.0878 |
| 2026-02-11 | 243.3637 |
| 2026-02-18 | 244.5487 |
| 2026-02-25 | 223.2889 |
| 2026-03-04 | 240.8168 |
| 2026-03-11 | 227.8506 |
| 2026-03-18 | 241.3111 |
| 2026-03-25 | 242.0858 |
| 2026-04-01 | 241.4129 |
| 2026-04-08 | 245.7763 |
| 2026-04-15 | 243.8025 |
| 2026-04-22 | 246.2014 |
| 2026-04-29 | 247.6514 |
| 2026-05-06 | 248.1111 |
| 2026-05-14 | 244.1737 |
| 2026-05-21 | 246.8400 |
| 2026-05-29 | 250.1644 |
| 2026-06-05 | 249.4472 |
| 2026-06-14 | 244.1367 |
| 2026-06-21 | 243.6964 |
| 2026-06-28 | 245.9578 |
| 2026-07-05 | 242.6370 |
| 2026-07-12 | 243.5963 |
| 2026-07-19 | 244.4528 |
| 2026-07-26 | 243.5106 |
| 2026-08-02 | 245.4897 |
| 2026-08-09 | 245.0890 |
| 2026-08-16 | 244.7128 |
| 2026-08-24 | 248.1490 |
| 2026-08-31 | 245.1796 |
| 2026-09-07 | 249.5273 |
| 2026-09-14 | 249.7257 |
| 2026-09-21 | 250.3840 |
High
250.3840
Low
223.2889
Average
243.6452
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.