Skip to content

OMR to HKD exchange rate API

Rial Omani to Hong Kong Dollar · quoted 2026-09-24

20.3172

▲ +0.84% over 1Y

1 OMR = 20.3172 HKD · 1 HKD = 0.04922 OMR · Get this rate via the API

1 OMR buys 20.3172 HKD as of 2026-09-24, so 1 HKD buys 0.04922 OMR. Over the last year, OMR/HKD traded between 20.1312 and 20.3299, averaged 20.2489 and rose 0.84%. The API holds daily OMR/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/HKD over 1Y

OMR/HKD over 1Y: show the values
PointOMR/HKD
2025-09-2420.1483
2025-10-0120.1603
2025-10-0820.1618
2025-10-1520.1394
2025-10-2220.1336
2025-10-2920.1312
2025-11-0520.1449
2025-11-1220.1324
2025-11-1920.1727
2025-11-2620.1487
2025-12-0320.1660
2025-12-1020.1599
2025-12-1720.1606
2025-12-2420.1460
2025-12-3120.1669
2026-01-0720.1716
2026-01-1420.1990
2026-01-2120.2003
2026-01-2820.2109
2026-02-0420.2392
2026-02-1120.2518
2026-02-1820.2466
2026-02-2520.2607
2026-03-0420.2519
2026-03-1120.2765
2026-03-1820.3058
2026-03-2520.2566
2026-04-0120.3050
2026-04-0820.2921
2026-04-1520.2961
2026-04-2220.2894
2026-04-2920.3017
2026-05-0620.2981
2026-05-1320.2865
2026-05-2020.2931
2026-05-2720.2958
2026-06-0320.3001
2026-06-1020.3012
2026-06-1720.2999
2026-06-2420.3113
2026-07-0120.3212
2026-07-0820.3067
2026-07-1520.3076
2026-07-2220.3109
2026-07-2920.3146
2026-08-0520.3190
2026-08-1220.3299
2026-08-1920.3161
2026-08-2620.3064
2026-09-0220.3177
2026-09-0920.3167
2026-09-1620.3235
2026-09-2320.3208

High

20.3299

Low

20.1312

Average

20.2489

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/HKD API questions

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

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

How far back does OMR/HKD historical data go?

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