Skip to content

TWD to CDF exchange rate API

New Taiwan Dollar to Congolese Franc · quoted 2026-09-24

72.5905

▲ +1.91% over 6M

1 TWD = 72.5905 CDF · 1 CDF = 0.01378 TWD · Get this rate via the API

1 TWD buys 72.5905 CDF as of 2026-09-24, so 1 CDF buys 0.01378 TWD. Over the last 6 months, TWD/CDF traded between 70.9069 and 73.6162, averaged 72.3157 and rose 1.91%. The API holds daily TWD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/CDF over 6M

TWD/CDF over 6M: show the values
PointTWD/CDF
2026-03-2871.2294
2026-04-0472.2720
2026-04-1172.4597
2026-04-1873.3791
2026-04-2573.5306
2026-05-0273.3492
2026-05-0972.3272
2026-05-1770.9279
2026-05-2573.2124
2026-06-0173.6162
2026-06-1072.8922
2026-06-1773.4019
2026-06-2472.4333
2026-07-0172.5852
2026-07-0871.9439
2026-07-1571.5379
2026-07-2270.9860
2026-07-2971.2732
2026-08-0570.9069
2026-08-1271.0529
2026-08-2071.9156
2026-08-2772.3516
2026-09-0372.3398
2026-09-1073.1024
2026-09-1772.3165
2026-09-2472.5905

High

73.6162

Low

70.9069

Average

72.3157

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/CDF API questions

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

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

How far back does TWD/CDF historical data go?

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