Skip to content

TWD to CDF exchange rate API

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

72.5905

▼ +20.74% over 1Y

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 year, TWD/CDF traded between 68.1305 and 91.5844, averaged 73.0776 and fell 20.74%. 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 1Y

TWD/CDF over 1Y: show the values
PointTWD/CDF
2025-09-2491.5844
2025-10-0187.1219
2025-10-0882.2291
2025-10-1573.2924
2025-10-2271.3147
2025-10-2974.7469
2025-11-0570.3635
2025-11-1270.4776
2025-11-1972.9225
2025-11-2672.6332
2025-12-0373.0713
2025-12-1173.4110
2025-12-1872.9666
2025-12-2572.4368
2026-01-0172.7852
2026-01-0872.8194
2026-01-1572.1852
2026-01-2269.1388
2026-01-2973.1335
2026-02-0571.9995
2026-02-1270.8923
2026-02-1973.1788
2026-02-2668.1305
2026-03-0572.4610
2026-03-1271.3672
2026-03-1972.3550
2026-03-2672.5161
2026-04-0272.3511
2026-04-0972.3501
2026-04-1673.0501
2026-04-2373.2723
2026-04-3073.3358
2026-05-0773.8351
2026-05-1571.1565
2026-05-2371.9123
2026-05-3072.9232
2026-06-0673.2067
2026-06-1573.2503
2026-06-2272.9151
2026-06-2972.5676
2026-07-0671.9479
2026-07-1371.6035
2026-07-2071.3154
2026-07-2771.2929
2026-08-0370.6674
2026-08-1071.0242
2026-08-1771.9467
2026-08-2571.9096
2026-09-0172.4501
2026-09-0873.2414
2026-09-1572.5575
2026-09-2272.9040

High

91.5844

Low

68.1305

Average

73.0776

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.