TWD to CDF exchange rate API
New Taiwan Dollar to Congolese Franc · quoted 2026-09-24
72.5905
▲ +1.91% over 6M
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 6 months, TWD/CDF traded between 70.9069 and 73.6162, averaged 72.3157 and rose 1.91%. 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 6M: show the values
| Point | TWD/CDF |
|---|---|
| 2026-03-28 | 71.2294 |
| 2026-04-04 | 72.2720 |
| 2026-04-11 | 72.4597 |
| 2026-04-18 | 73.3791 |
| 2026-04-25 | 73.5306 |
| 2026-05-02 | 73.3492 |
| 2026-05-09 | 72.3272 |
| 2026-05-17 | 70.9279 |
| 2026-05-25 | 73.2124 |
| 2026-06-01 | 73.6162 |
| 2026-06-10 | 72.8922 |
| 2026-06-17 | 73.4019 |
| 2026-06-24 | 72.4333 |
| 2026-07-01 | 72.5852 |
| 2026-07-08 | 71.9439 |
| 2026-07-15 | 71.5379 |
| 2026-07-22 | 70.9860 |
| 2026-07-29 | 71.2732 |
| 2026-08-05 | 70.9069 |
| 2026-08-12 | 71.0529 |
| 2026-08-20 | 71.9156 |
| 2026-08-27 | 72.3516 |
| 2026-09-03 | 72.3398 |
| 2026-09-10 | 73.1024 |
| 2026-09-17 | 72.3165 |
| 2026-09-24 | 72.5905 |
High
73.6162
Low
70.9069
Average
72.3157
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.