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: show the values
| Point | TND/CDF |
|---|---|
| 2025-12-31 | 788.7361 |
| 2026-01-07 | 794.9040 |
| 2026-01-14 | 736.0859 |
| 2026-01-21 | 742.6654 |
| 2026-01-28 | 809.6140 |
| 2026-02-04 | 796.5285 |
| 2026-02-11 | 804.3344 |
| 2026-02-18 | 810.9089 |
| 2026-02-25 | 736.5719 |
| 2026-03-04 | 792.9319 |
| 2026-03-11 | 748.4670 |
| 2026-03-18 | 786.8477 |
| 2026-03-25 | 796.9071 |
| 2026-04-01 | 791.1513 |
| 2026-04-08 | 797.7695 |
| 2026-04-15 | 795.1404 |
| 2026-04-22 | 807.2567 |
| 2026-04-29 | 805.3753 |
| 2026-05-06 | 801.1774 |
| 2026-05-14 | 788.9645 |
| 2026-05-21 | 789.6577 |
| 2026-05-29 | 794.8956 |
| 2026-06-05 | 798.0559 |
| 2026-06-14 | 778.6342 |
| 2026-06-21 | 770.2273 |
| 2026-06-28 | 769.6246 |
| 2026-07-05 | 763.8842 |
| 2026-07-12 | 763.1449 |
| 2026-07-19 | 766.3019 |
| 2026-07-26 | 760.3277 |
| 2026-08-02 | 773.8384 |
| 2026-08-09 | 775.9804 |
| 2026-08-16 | 776.9852 |
| 2026-08-24 | 793.0823 |
| 2026-08-31 | 788.7750 |
| 2026-09-07 | 789.0125 |
| 2026-09-14 | 796.7830 |
| 2026-09-21 | 784.4696 |
High
810.9089
Low
736.0859
Average
783.2593
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.