Skip to content

CHF to OMR exchange rate API

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

0.46567

▼ +3.99% over 1Y

1 CHF = 0.46567 OMR · 1 OMR = 2.1474 CHF · Get this rate via the API

1 CHF buys 0.46567 OMR as of 2026-09-25, so 1 OMR buys 2.1474 CHF. Over the last year, CHF/OMR traded between 0.46567 and 0.50312, averaged 0.48429 and fell 3.99%. The API holds daily CHF/OMR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/OMR over 1Y

CHF/OMR over 1Y: show the values
PointCHF/OMR
2025-09-250.48501
2025-10-020.48524
2025-10-090.48145
2025-10-160.48338
2025-10-230.48377
2025-10-300.48040
2025-11-060.47784
2025-11-130.48517
2025-11-200.47822
2025-11-270.47898
2025-12-040.48213
2025-12-110.48447
2025-12-180.48548
2025-12-250.48913
2026-01-010.48543
2026-01-080.48396
2026-01-150.48176
2026-01-220.48675
2026-01-290.50312
2026-02-050.49702
2026-02-120.50131
2026-02-190.49744
2026-02-260.49893
2026-03-050.49478
2026-03-120.49368
2026-03-190.48624
2026-03-260.48670
2026-04-020.48286
2026-04-090.48811
2026-04-160.49274
2026-04-230.49188
2026-04-300.49157
2026-05-070.49616
2026-05-140.49367
2026-05-210.48957
2026-05-280.48920
2026-06-040.49012
2026-06-110.48296
2026-06-180.47991
2026-06-250.47470
2026-07-020.47824
2026-07-090.47839
2026-07-160.47853
2026-07-230.47312
2026-07-300.47513
2026-08-060.47668
2026-08-130.47497
2026-08-200.48307
2026-08-270.47941
2026-09-030.47746
2026-09-100.47539
2026-09-170.46816
2026-09-240.46633

High

0.50312

Low

0.46567

Average

0.48429

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/OMR API questions

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

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

How far back does CHF/OMR historical data go?

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