Skip to content

TWD to CDF exchange rate API

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

72.5905

▼ +0.01% over YTD

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 year to date, TWD/CDF traded between 67.3890 and 73.6897, averaged 71.7361 and fell 0.01%. 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 YTD

TWD/CDF over YTD: show the values
PointTWD/CDF
2025-12-3172.5944
2026-01-0772.9664
2026-01-1467.3890
2026-01-2167.6037
2026-01-2873.0317
2026-02-0471.9929
2026-02-1172.5441
2026-02-1873.5271
2026-02-2567.4345
2026-03-0472.5082
2026-03-1168.6292
2026-03-1872.3491
2026-03-2572.5626
2026-04-0172.4653
2026-04-0873.0236
2026-04-1573.0172
2026-04-2273.4655
2026-04-2973.5303
2026-05-0673.5363
2026-05-1472.3135
2026-05-2172.6787
2026-05-2973.3822
2026-06-0573.6897
2026-06-1471.9501
2026-06-2171.5847
2026-06-2871.5191
2026-07-0570.5038
2026-07-1270.2797
2026-07-1969.7409
2026-07-2669.7354
2026-08-0270.2752
2026-08-0970.3780
2026-08-1670.7672
2026-08-2472.0474
2026-08-3171.7456
2026-09-0772.8669
2026-09-1472.7307
2026-09-2172.7559

High

73.6897

Low

67.3890

Average

71.7361

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.