Skip to content

TND to CDF exchange rate API

Tunisian Dinar to Congolese Franc · quoted 2026-09-25

781.0949

▼ +16.15% over 1Y

1 TND = 781.0949 CDF · 1 CDF = 0.001280 TND · Get this rate via the API

1 TND buys 781.0949 CDF as of 2026-09-25, so 1 CDF buys 0.001280 TND. Over the last year, TND/CDF traded between 722.7810 and 931.5177, averaged 788.0375 and fell 16.15%. The API holds daily TND/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/CDF over 1Y

TND/CDF over 1Y: show the values
PointTND/CDF
2025-09-25931.5177
2025-10-02878.5579
2025-10-09823.7381
2025-10-16722.7810
2025-10-23773.5446
2025-10-30780.3735
2025-11-06741.5674
2025-11-13725.7029
2025-11-20770.2264
2025-11-27773.4987
2025-12-04780.2251
2025-12-12784.4832
2025-12-19790.2001
2025-12-26788.2737
2026-01-02786.8500
2026-01-09794.1667
2026-01-16783.8036
2026-01-23751.8580
2026-01-30809.3982
2026-02-06800.5380
2026-02-13806.3708
2026-02-20802.2936
2026-02-27749.7209
2026-03-06795.3139
2026-03-13775.3306
2026-03-20792.0625
2026-03-27790.1585
2026-04-03789.1501
2026-04-10797.5726
2026-04-17799.1696
2026-04-24802.4293
2026-05-01804.9933
2026-05-08795.8314
2026-05-16773.0929
2026-05-24771.4105
2026-05-31782.7978
2026-06-09790.7516
2026-06-16793.6110
2026-06-23781.0763
2026-06-30784.5174
2026-07-07782.6705
2026-07-14775.7641
2026-07-21781.9757
2026-07-28778.0217
2026-08-04781.7853
2026-08-11782.6748
2026-08-18785.8020
2026-08-26790.5292
2026-09-02785.9754
2026-09-09795.3558
2026-09-16792.3448
2026-09-23783.0333

High

931.5177

Low

722.7810

Average

788.0375

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/CDF API questions

How do I get the TND/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/CDF rate in rates.CDF.

How far back does TND/CDF historical data go?

Daily TND/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 TND/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.