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: show the values
| Point | TND/CDF |
|---|---|
| 2025-09-25 | 931.5177 |
| 2025-10-02 | 878.5579 |
| 2025-10-09 | 823.7381 |
| 2025-10-16 | 722.7810 |
| 2025-10-23 | 773.5446 |
| 2025-10-30 | 780.3735 |
| 2025-11-06 | 741.5674 |
| 2025-11-13 | 725.7029 |
| 2025-11-20 | 770.2264 |
| 2025-11-27 | 773.4987 |
| 2025-12-04 | 780.2251 |
| 2025-12-12 | 784.4832 |
| 2025-12-19 | 790.2001 |
| 2025-12-26 | 788.2737 |
| 2026-01-02 | 786.8500 |
| 2026-01-09 | 794.1667 |
| 2026-01-16 | 783.8036 |
| 2026-01-23 | 751.8580 |
| 2026-01-30 | 809.3982 |
| 2026-02-06 | 800.5380 |
| 2026-02-13 | 806.3708 |
| 2026-02-20 | 802.2936 |
| 2026-02-27 | 749.7209 |
| 2026-03-06 | 795.3139 |
| 2026-03-13 | 775.3306 |
| 2026-03-20 | 792.0625 |
| 2026-03-27 | 790.1585 |
| 2026-04-03 | 789.1501 |
| 2026-04-10 | 797.5726 |
| 2026-04-17 | 799.1696 |
| 2026-04-24 | 802.4293 |
| 2026-05-01 | 804.9933 |
| 2026-05-08 | 795.8314 |
| 2026-05-16 | 773.0929 |
| 2026-05-24 | 771.4105 |
| 2026-05-31 | 782.7978 |
| 2026-06-09 | 790.7516 |
| 2026-06-16 | 793.6110 |
| 2026-06-23 | 781.0763 |
| 2026-06-30 | 784.5174 |
| 2026-07-07 | 782.6705 |
| 2026-07-14 | 775.7641 |
| 2026-07-21 | 781.9757 |
| 2026-07-28 | 778.0217 |
| 2026-08-04 | 781.7853 |
| 2026-08-11 | 782.6748 |
| 2026-08-18 | 785.8020 |
| 2026-08-26 | 790.5292 |
| 2026-09-02 | 785.9754 |
| 2026-09-09 | 795.3558 |
| 2026-09-16 | 792.3448 |
| 2026-09-23 | 783.0333 |
High
931.5177
Low
722.7810
Average
788.0375
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.