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: show the values
| Point | TWD/CDF |
|---|---|
| 2025-12-31 | 72.5944 |
| 2026-01-07 | 72.9664 |
| 2026-01-14 | 67.3890 |
| 2026-01-21 | 67.6037 |
| 2026-01-28 | 73.0317 |
| 2026-02-04 | 71.9929 |
| 2026-02-11 | 72.5441 |
| 2026-02-18 | 73.5271 |
| 2026-02-25 | 67.4345 |
| 2026-03-04 | 72.5082 |
| 2026-03-11 | 68.6292 |
| 2026-03-18 | 72.3491 |
| 2026-03-25 | 72.5626 |
| 2026-04-01 | 72.4653 |
| 2026-04-08 | 73.0236 |
| 2026-04-15 | 73.0172 |
| 2026-04-22 | 73.4655 |
| 2026-04-29 | 73.5303 |
| 2026-05-06 | 73.5363 |
| 2026-05-14 | 72.3135 |
| 2026-05-21 | 72.6787 |
| 2026-05-29 | 73.3822 |
| 2026-06-05 | 73.6897 |
| 2026-06-14 | 71.9501 |
| 2026-06-21 | 71.5847 |
| 2026-06-28 | 71.5191 |
| 2026-07-05 | 70.5038 |
| 2026-07-12 | 70.2797 |
| 2026-07-19 | 69.7409 |
| 2026-07-26 | 69.7354 |
| 2026-08-02 | 70.2752 |
| 2026-08-09 | 70.3780 |
| 2026-08-16 | 70.7672 |
| 2026-08-24 | 72.0474 |
| 2026-08-31 | 71.7456 |
| 2026-09-07 | 72.8669 |
| 2026-09-14 | 72.7307 |
| 2026-09-21 | 72.7559 |
High
73.6897
Low
67.3890
Average
71.7361
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.