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: show the values
| Point | CHF/QAR |
|---|---|
| 2025-09-25 | 4.5730 |
| 2025-10-02 | 4.5759 |
| 2025-10-09 | 4.5401 |
| 2025-10-16 | 4.5584 |
| 2025-10-23 | 4.5625 |
| 2025-10-30 | 4.5299 |
| 2025-11-06 | 4.5062 |
| 2025-11-13 | 4.5752 |
| 2025-11-20 | 4.5095 |
| 2025-11-27 | 4.5168 |
| 2025-12-04 | 4.5465 |
| 2025-12-12 | 4.5753 |
| 2025-12-19 | 4.5752 |
| 2025-12-26 | 4.6144 |
| 2026-01-02 | 4.5896 |
| 2026-01-09 | 4.5498 |
| 2026-01-16 | 4.5405 |
| 2026-01-23 | 4.6072 |
| 2026-01-30 | 4.7379 |
| 2026-02-06 | 4.6790 |
| 2026-02-13 | 4.7339 |
| 2026-02-20 | 4.6903 |
| 2026-02-27 | 4.7199 |
| 2026-03-06 | 4.6525 |
| 2026-03-13 | 4.6239 |
| 2026-03-20 | 4.6240 |
| 2026-03-27 | 4.5677 |
| 2026-04-03 | 4.5497 |
| 2026-04-10 | 4.6207 |
| 2026-04-17 | 4.6601 |
| 2026-04-24 | 4.6414 |
| 2026-05-01 | 4.6645 |
| 2026-05-08 | 4.6974 |
| 2026-05-16 | 4.6246 |
| 2026-05-24 | 4.6446 |
| 2026-05-31 | 4.6585 |
| 2026-06-09 | 4.5759 |
| 2026-06-16 | 4.5753 |
| 2026-06-23 | 4.4951 |
| 2026-06-30 | 4.4963 |
| 2026-07-07 | 4.5147 |
| 2026-07-14 | 4.4846 |
| 2026-07-21 | 4.4888 |
| 2026-07-28 | 4.4399 |
| 2026-08-04 | 4.4978 |
| 2026-08-11 | 4.4921 |
| 2026-08-18 | 4.4798 |
| 2026-08-26 | 4.5283 |
| 2026-09-02 | 4.4720 |
| 2026-09-09 | 4.5101 |
| 2026-09-16 | 4.4444 |
| 2026-09-23 | 4.4234 |
High
4.7379
Low
4.3932
Average
4.5688
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=QAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=QAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.