Skip to content

QAR to CDF exchange rate API

Qatari Rial to Congolese Franc · quoted 2026-09-24

634.6830

▲ +1.42% over YTD

1 QAR = 634.6830 CDF · 1 CDF = 0.001576 QAR · Get this rate via the API

1 QAR buys 634.6830 CDF as of 2026-09-24, so 1 CDF buys 0.001576 QAR. Over the year to date, QAR/CDF traded between 580.0397 and 637.9118, averaged 625.1522 and rose 1.42%. The API holds daily QAR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/CDF over YTD

QAR/CDF over YTD: show the values
PointQAR/CDF
2025-12-31625.7810
2026-01-07630.8335
2026-01-14585.9355
2026-01-21587.6723
2026-01-28628.8428
2026-02-04624.7640
2026-02-11627.8029
2026-02-18634.6555
2026-02-25580.0397
2026-03-04631.7955
2026-03-11599.6716
2026-03-18634.0062
2026-03-25636.3530
2026-04-01635.9439
2026-04-08637.1347
2026-04-15633.3096
2026-04-22634.7556
2026-04-29637.4804
2026-05-06634.8290
2026-05-14626.3735
2026-05-21630.4945
2026-05-29632.8615
2026-06-05637.9118
2026-06-14625.0049
2026-06-21623.3387
2026-06-28625.9843
2026-07-05618.6740
2026-07-12619.3583
2026-07-19621.1474
2026-07-26619.5967
2026-08-02623.5148
2026-08-09622.7964
2026-08-16622.1480
2026-08-24629.8076
2026-08-31624.5036
2026-09-07632.2800
2026-09-14634.1649
2026-09-21634.6836

High

637.9118

Low

580.0397

Average

625.1522

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

QAR/CDF API questions

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

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

How far back does QAR/CDF historical data go?

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