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: show the values
| Point | TJS/CDF |
|---|---|
| 2025-09-27 | 288.8248 |
| 2025-10-04 | 270.3731 |
| 2025-10-11 | 256.5724 |
| 2025-10-18 | 230.8765 |
| 2025-10-25 | 245.7105 |
| 2025-11-01 | 246.7431 |
| 2025-11-08 | 237.1898 |
| 2025-11-15 | 237.3404 |
| 2025-11-22 | 238.7787 |
| 2025-11-29 | 246.9517 |
| 2025-12-06 | 249.7548 |
| 2025-12-14 | 242.0201 |
| 2025-12-21 | 231.8941 |
| 2025-12-28 | 239.4389 |
| 2026-01-04 | 237.7943 |
| 2026-01-11 | 230.8111 |
| 2026-01-18 | 231.4580 |
| 2026-01-25 | 236.4307 |
| 2026-02-01 | 227.5381 |
| 2026-02-08 | 236.0124 |
| 2026-02-15 | 240.4306 |
| 2026-02-22 | 242.5641 |
| 2026-03-01 | 232.3156 |
| 2026-03-08 | 229.6236 |
| 2026-03-15 | 234.6688 |
| 2026-03-22 | 239.0734 |
| 2026-03-29 | 239.5836 |
| 2026-04-05 | 240.8538 |
| 2026-04-12 | 242.3418 |
| 2026-04-19 | 244.5478 |
| 2026-04-26 | 246.6807 |
| 2026-05-03 | 247.2868 |
| 2026-05-10 | 243.4134 |
| 2026-05-18 | 240.4162 |
| 2026-05-26 | 248.6730 |
| 2026-06-02 | 248.5764 |
| 2026-06-11 | 247.6171 |
| 2026-06-18 | 250.7089 |
| 2026-06-25 | 248.1466 |
| 2026-07-02 | 245.8667 |
| 2026-07-09 | 249.3889 |
| 2026-07-16 | 250.6528 |
| 2026-07-23 | 249.6488 |
| 2026-07-30 | 251.2108 |
| 2026-08-06 | 248.0983 |
| 2026-08-13 | 247.3776 |
| 2026-08-21 | 247.8187 |
| 2026-08-28 | 248.5116 |
| 2026-09-04 | 249.4556 |
| 2026-09-11 | 249.9060 |
| 2026-09-18 | 250.5469 |
| 2026-09-25 | 250.6084 |
High
288.8248
Low
227.5381
Average
244.4532
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.