Skip to content

TOP to CDF exchange rate API

Pa’anga to Congolese Franc · quoted 2026-09-25

968.1695

▼ +16.42% over 1Y

1 TOP = 968.1695 CDF · 1 CDF = 0.001033 TOP · Get this rate via the API

1 TOP buys 968.1695 CDF as of 2026-09-25, so 1 CDF buys 0.001033 TOP. Over the last year, TOP/CDF traded between 895.5599 and 1158.40, averaged 972.9468 and fell 16.42%. The API holds daily TOP/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CDF over 1Y

TOP/CDF over 1Y: show the values
PointTOP/CDF
2025-09-251158.3992
2025-10-021078.2718
2025-10-091019.5469
2025-10-16895.5599
2025-10-23963.3537
2025-10-30962.5147
2025-11-06930.0152
2025-11-13907.6383
2025-11-20951.7769
2025-11-27949.6333
2025-12-04955.5188
2025-12-12955.4649
2025-12-19963.0284
2025-12-26964.9960
2026-01-02948.8988
2026-01-09962.2134
2026-01-16962.9301
2026-01-23913.4412
2026-01-30981.4348
2026-02-06975.2767
2026-02-13983.3032
2026-02-20983.6610
2026-02-27918.4480
2026-03-06983.3984
2026-03-13969.7135
2026-03-20983.6975
2026-03-27991.3262
2026-04-03980.0955
2026-04-10980.0752
2026-04-18959.3981
2026-04-25961.4748
2026-05-02963.5511
2026-05-09940.7085
2026-05-17951.1909
2026-05-25984.6491
2026-06-01990.7222
2026-06-10981.0753
2026-06-17996.3183
2026-06-24973.6464
2026-07-01976.1829
2026-07-08982.9746
2026-07-15975.6818
2026-07-22972.7780
2026-07-29982.5814
2026-08-05972.3222
2026-08-12971.4185
2026-08-20978.3626
2026-08-27982.7641
2026-09-03981.3473
2026-09-10986.6568
2026-09-17979.9654
2026-09-24978.6081

High

1158.40

Low

895.5599

Average

972.9468

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CDF API questions

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

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

How far back does TOP/CDF historical data go?

Daily TOP/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 TOP/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.