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: show the values
| Point | TWD/CDF |
|---|---|
| 2025-09-24 | 91.5844 |
| 2025-10-01 | 87.1219 |
| 2025-10-08 | 82.2291 |
| 2025-10-15 | 73.2924 |
| 2025-10-22 | 71.3147 |
| 2025-10-29 | 74.7469 |
| 2025-11-05 | 70.3635 |
| 2025-11-12 | 70.4776 |
| 2025-11-19 | 72.9225 |
| 2025-11-26 | 72.6332 |
| 2025-12-03 | 73.0713 |
| 2025-12-11 | 73.4110 |
| 2025-12-18 | 72.9666 |
| 2025-12-25 | 72.4368 |
| 2026-01-01 | 72.7852 |
| 2026-01-08 | 72.8194 |
| 2026-01-15 | 72.1852 |
| 2026-01-22 | 69.1388 |
| 2026-01-29 | 73.1335 |
| 2026-02-05 | 71.9995 |
| 2026-02-12 | 70.8923 |
| 2026-02-19 | 73.1788 |
| 2026-02-26 | 68.1305 |
| 2026-03-05 | 72.4610 |
| 2026-03-12 | 71.3672 |
| 2026-03-19 | 72.3550 |
| 2026-03-26 | 72.5161 |
| 2026-04-02 | 72.3511 |
| 2026-04-09 | 72.3501 |
| 2026-04-16 | 73.0501 |
| 2026-04-23 | 73.2723 |
| 2026-04-30 | 73.3358 |
| 2026-05-07 | 73.8351 |
| 2026-05-15 | 71.1565 |
| 2026-05-23 | 71.9123 |
| 2026-05-30 | 72.9232 |
| 2026-06-06 | 73.2067 |
| 2026-06-15 | 73.2503 |
| 2026-06-22 | 72.9151 |
| 2026-06-29 | 72.5676 |
| 2026-07-06 | 71.9479 |
| 2026-07-13 | 71.6035 |
| 2026-07-20 | 71.3154 |
| 2026-07-27 | 71.2929 |
| 2026-08-03 | 70.6674 |
| 2026-08-10 | 71.0242 |
| 2026-08-17 | 71.9467 |
| 2026-08-25 | 71.9096 |
| 2026-09-01 | 72.4501 |
| 2026-09-08 | 73.2414 |
| 2026-09-15 | 72.5575 |
| 2026-09-22 | 72.9040 |
High
91.5844
Low
68.1305
Average
73.0776
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.