Skip to content

TWD to CDF exchange rate API

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

72.5905

▲ +0.95% over 30D

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 30 days, TWD/CDF traded between 71.6199 and 73.2784, averaged 72.4337 and rose 0.95%. 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 30D

TWD/CDF over 30D: show the values
PointTWD/CDF
2026-08-2571.9096
2026-08-2671.9839
2026-08-2772.3516
2026-08-2872.5761
2026-08-2972.3751
2026-08-3071.9439
2026-08-3171.7456
2026-09-0172.4501
2026-09-0272.2201
2026-09-0372.3398
2026-09-0472.6235
2026-09-0571.9244
2026-09-0671.6199
2026-09-0772.8669
2026-09-0873.2414
2026-09-0973.2784
2026-09-1073.1024
2026-09-1172.9488
2026-09-1271.8387
2026-09-1371.6538
2026-09-1472.7307
2026-09-1572.5575
2026-09-1672.7070
2026-09-1772.3165
2026-09-1872.6331
2026-09-1972.4209
2026-09-2071.8047
2026-09-2172.7559
2026-09-2272.9040
2026-09-2372.8730
2026-09-2472.5905

High

73.2784

Low

71.6199

Average

72.4337

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.