Skip to content

CDF to TZS exchange rate API

Congolese Franc to Tanzanian Shilling · quoted 2026-09-26

1.1521

▲ +31.76% over 1Y

1 CDF = 1.1521 TZS · 1 TZS = 0.86797 CDF · Get this rate via the API

1 CDF buys 1.1521 TZS as of 2026-09-26, so 1 TZS buys 0.86797 CDF. Over the last year, CDF/TZS traded between 0.87437 and 1.2030, averaged 1.1207 and rose 31.76%. The API holds daily CDF/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/TZS over 1Y

CDF/TZS over 1Y: show the values
PointCDF/TZS
2025-09-260.8744
2025-10-030.9481
2025-10-101.0292
2025-10-171.1131
2025-10-241.0812
2025-10-311.0752
2025-11-071.1178
2025-11-141.1118
2025-11-211.1230
2025-11-281.0736
2025-12-051.0623
2025-12-131.0845
2025-12-201.1648
2025-12-271.0803
2026-01-031.1020
2026-01-101.1642
2026-01-171.1360
2026-01-241.1355
2026-01-311.2030
2026-02-071.1276
2026-02-141.1323
2026-02-211.1172
2026-02-281.1558
2026-03-071.1342
2026-03-141.1541
2026-03-211.1192
2026-03-281.1288
2026-04-041.1242
2026-04-111.1326
2026-04-181.1233
2026-04-251.1224
2026-05-021.1228
2026-05-091.1472
2026-05-171.1580
2026-05-251.1390
2026-06-011.1294
2026-06-101.1342
2026-06-171.1308
2026-06-241.1402
2026-07-011.1333
2026-07-081.1391
2026-07-151.1418
2026-07-221.1443
2026-07-291.1402
2026-08-051.1530
2026-08-121.1539
2026-08-201.1541
2026-08-271.1506
2026-09-031.1520
2026-09-101.1434
2026-09-171.1448
2026-09-241.1432

High

1.2030

Low

0.87437

Average

1.1207

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CDF/TZS API questions

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

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

How far back does CDF/TZS historical data go?

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