Skip to content

CDF to TWD exchange rate API

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

0.01378

▲ +26.17% over 1Y

1 CDF = 0.01378 TWD · 1 TWD = 72.5953 CDF · Get this rate via the API

1 CDF buys 0.01378 TWD as of 2026-09-24, so 1 TWD buys 72.5953 CDF. Over the last year, CDF/TWD traded between 0.01092 and 0.01468, averaged 0.01371 and rose 26.17%. The API holds daily CDF/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/TWD over 1Y

CDF/TWD over 1Y: show the values
PointCDF/TWD
2025-09-240.01092
2025-10-010.01148
2025-10-080.01216
2025-10-150.01364
2025-10-220.01402
2025-10-290.01338
2025-11-050.01421
2025-11-120.01419
2025-11-190.01371
2025-11-260.01377
2025-12-030.01368
2025-12-110.01362
2025-12-180.01370
2025-12-250.01380
2026-01-010.01374
2026-01-080.01373
2026-01-150.01385
2026-01-220.01446
2026-01-290.01367
2026-02-050.01389
2026-02-120.01410
2026-02-190.01367
2026-02-260.01468
2026-03-050.01380
2026-03-120.01401
2026-03-190.01382
2026-03-260.01379
2026-04-020.01382
2026-04-090.01382
2026-04-160.01369
2026-04-230.01365
2026-04-300.01363
2026-05-070.01354
2026-05-150.01405
2026-05-230.01391
2026-05-300.01371
2026-06-060.01366
2026-06-150.01365
2026-06-220.01371
2026-06-290.01378
2026-07-060.01390
2026-07-130.01396
2026-07-200.01402
2026-07-270.01403
2026-08-030.01415
2026-08-100.01408
2026-08-170.01390
2026-08-250.01391
2026-09-010.01380
2026-09-080.01365
2026-09-150.01378
2026-09-220.01372

High

0.01468

Low

0.01092

Average

0.01371

For developers

Get this rate via the API

One GET request returns the CDF/TWD 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=CDF&currencies=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=TWD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/TWD API questions

How do I get the CDF/TWD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/TWD rate in rates.TWD.

How far back does CDF/TWD historical data go?

Daily CDF/TWD 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 CDF/TWD 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.