Skip to content

TND to CDF exchange rate API

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

781.0949

▼ +0.97% over YTD

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 year to date, TND/CDF traded between 736.0859 and 810.9089, averaged 783.2593 and fell 0.97%. 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 YTD

TND/CDF over YTD: show the values
PointTND/CDF
2025-12-31788.7361
2026-01-07794.9040
2026-01-14736.0859
2026-01-21742.6654
2026-01-28809.6140
2026-02-04796.5285
2026-02-11804.3344
2026-02-18810.9089
2026-02-25736.5719
2026-03-04792.9319
2026-03-11748.4670
2026-03-18786.8477
2026-03-25796.9071
2026-04-01791.1513
2026-04-08797.7695
2026-04-15795.1404
2026-04-22807.2567
2026-04-29805.3753
2026-05-06801.1774
2026-05-14788.9645
2026-05-21789.6577
2026-05-29794.8956
2026-06-05798.0559
2026-06-14778.6342
2026-06-21770.2273
2026-06-28769.6246
2026-07-05763.8842
2026-07-12763.1449
2026-07-19766.3019
2026-07-26760.3277
2026-08-02773.8384
2026-08-09775.9804
2026-08-16776.9852
2026-08-24793.0823
2026-08-31788.7750
2026-09-07789.0125
2026-09-14796.7830
2026-09-21784.4696

High

810.9089

Low

736.0859

Average

783.2593

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.