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: show the values
| Point | TOP/CDF |
|---|---|
| 2025-09-25 | 1158.3992 |
| 2025-10-02 | 1078.2718 |
| 2025-10-09 | 1019.5469 |
| 2025-10-16 | 895.5599 |
| 2025-10-23 | 963.3537 |
| 2025-10-30 | 962.5147 |
| 2025-11-06 | 930.0152 |
| 2025-11-13 | 907.6383 |
| 2025-11-20 | 951.7769 |
| 2025-11-27 | 949.6333 |
| 2025-12-04 | 955.5188 |
| 2025-12-12 | 955.4649 |
| 2025-12-19 | 963.0284 |
| 2025-12-26 | 964.9960 |
| 2026-01-02 | 948.8988 |
| 2026-01-09 | 962.2134 |
| 2026-01-16 | 962.9301 |
| 2026-01-23 | 913.4412 |
| 2026-01-30 | 981.4348 |
| 2026-02-06 | 975.2767 |
| 2026-02-13 | 983.3032 |
| 2026-02-20 | 983.6610 |
| 2026-02-27 | 918.4480 |
| 2026-03-06 | 983.3984 |
| 2026-03-13 | 969.7135 |
| 2026-03-20 | 983.6975 |
| 2026-03-27 | 991.3262 |
| 2026-04-03 | 980.0955 |
| 2026-04-10 | 980.0752 |
| 2026-04-18 | 959.3981 |
| 2026-04-25 | 961.4748 |
| 2026-05-02 | 963.5511 |
| 2026-05-09 | 940.7085 |
| 2026-05-17 | 951.1909 |
| 2026-05-25 | 984.6491 |
| 2026-06-01 | 990.7222 |
| 2026-06-10 | 981.0753 |
| 2026-06-17 | 996.3183 |
| 2026-06-24 | 973.6464 |
| 2026-07-01 | 976.1829 |
| 2026-07-08 | 982.9746 |
| 2026-07-15 | 975.6818 |
| 2026-07-22 | 972.7780 |
| 2026-07-29 | 982.5814 |
| 2026-08-05 | 972.3222 |
| 2026-08-12 | 971.4185 |
| 2026-08-20 | 978.3626 |
| 2026-08-27 | 982.7641 |
| 2026-09-03 | 981.3473 |
| 2026-09-10 | 986.6568 |
| 2026-09-17 | 979.9654 |
| 2026-09-24 | 978.6081 |
High
1158.40
Low
895.5599
Average
972.9468
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.