Skip to content

TWD to CDF exchange rate API

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

72.5905

▼ +17.42% over 5Y

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 5 years, TWD/CDF traded between 70.3635 and 101.9707, averaged 82.7955 and fell 17.42%. 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 5Y

TWD/CDF over 5Y: show the values
PointTWD/CDF
2024-08-2487.9078
2024-10-0790.4484
2024-11-0690.2513
2024-12-0689.6974
2025-01-0587.2515
2025-02-0488.2347
2025-03-0688.6155
2025-04-0687.2715
2025-05-0698.3495
2025-06-0795.9920
2025-07-07101.9707
2025-08-0699.0291
2025-09-0596.7688
2025-10-0683.6622
2025-11-0570.3635
2025-12-0572.8428
2026-01-0572.3480
2026-02-0471.9929
2026-03-0672.7675
2026-04-0571.9995
2026-05-0573.2693
2026-06-0673.2067
2026-07-0871.9439
2026-08-0771.0411
2026-09-0772.8669

High

101.9707

Low

70.3635

Average

82.7955

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.