Skip to content

CHF to QAR exchange rate API

Swiss Franc to Qatari Rial · quoted 2026-09-25

4.3932

▼ +3.93% over 1Y

1 CHF = 4.3932 QAR · 1 QAR = 0.22762 CHF · Get this rate via the API

1 CHF buys 4.3932 QAR as of 2026-09-25, so 1 QAR buys 0.22762 CHF. Over the last year, CHF/QAR traded between 4.3932 and 4.7379, averaged 4.5688 and fell 3.93%. The API holds daily CHF/QAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/QAR over 1Y

CHF/QAR over 1Y: show the values
PointCHF/QAR
2025-09-254.5730
2025-10-024.5759
2025-10-094.5401
2025-10-164.5584
2025-10-234.5625
2025-10-304.5299
2025-11-064.5062
2025-11-134.5752
2025-11-204.5095
2025-11-274.5168
2025-12-044.5465
2025-12-124.5753
2025-12-194.5752
2025-12-264.6144
2026-01-024.5896
2026-01-094.5498
2026-01-164.5405
2026-01-234.6072
2026-01-304.7379
2026-02-064.6790
2026-02-134.7339
2026-02-204.6903
2026-02-274.7199
2026-03-064.6525
2026-03-134.6239
2026-03-204.6240
2026-03-274.5677
2026-04-034.5497
2026-04-104.6207
2026-04-174.6601
2026-04-244.6414
2026-05-014.6645
2026-05-084.6974
2026-05-164.6246
2026-05-244.6446
2026-05-314.6585
2026-06-094.5759
2026-06-164.5753
2026-06-234.4951
2026-06-304.4963
2026-07-074.5147
2026-07-144.4846
2026-07-214.4888
2026-07-284.4399
2026-08-044.4978
2026-08-114.4921
2026-08-184.4798
2026-08-264.5283
2026-09-024.4720
2026-09-094.5101
2026-09-164.4444
2026-09-234.4234

High

4.7379

Low

4.3932

Average

4.5688

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/QAR API questions

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

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

How far back does CHF/QAR historical data go?

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