Skip to content

QAR to CDF exchange rate API

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

634.6830

▼ +17.39% over 5Y

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 last 5 years, QAR/CDF traded between 598.3638 and 799.9999, averaged 710.7373 and fell 17.39%. 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 5Y

QAR/CDF over 5Y: show the values
PointQAR/CDF
2024-08-24768.2428
2024-10-07786.7276
2024-11-06785.6410
2024-12-06785.1548
2025-01-05780.1538
2025-02-04784.8464
2025-03-06786.9505
2025-04-06786.4979
2025-05-06794.8222
2025-06-07789.3885
2025-07-07799.7252
2025-08-06799.9999
2025-09-05799.1753
2025-10-06688.9323
2025-11-05598.3638
2025-12-05626.7899
2026-01-05624.9894
2026-02-04624.7640
2026-03-06634.5999
2026-04-05632.9756
2026-05-05635.7395
2026-06-06635.5082
2026-07-08633.1034
2026-08-07629.1142
2026-09-07632.2800

High

799.9999

Low

598.3638

Average

710.7373

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.