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: show the values
| Point | OMR/HKD |
|---|---|
| 2025-09-24 | 20.1483 |
| 2025-10-01 | 20.1603 |
| 2025-10-08 | 20.1618 |
| 2025-10-15 | 20.1394 |
| 2025-10-22 | 20.1336 |
| 2025-10-29 | 20.1312 |
| 2025-11-05 | 20.1449 |
| 2025-11-12 | 20.1324 |
| 2025-11-19 | 20.1727 |
| 2025-11-26 | 20.1487 |
| 2025-12-03 | 20.1660 |
| 2025-12-10 | 20.1599 |
| 2025-12-17 | 20.1606 |
| 2025-12-24 | 20.1460 |
| 2025-12-31 | 20.1669 |
| 2026-01-07 | 20.1716 |
| 2026-01-14 | 20.1990 |
| 2026-01-21 | 20.2003 |
| 2026-01-28 | 20.2109 |
| 2026-02-04 | 20.2392 |
| 2026-02-11 | 20.2518 |
| 2026-02-18 | 20.2466 |
| 2026-02-25 | 20.2607 |
| 2026-03-04 | 20.2519 |
| 2026-03-11 | 20.2765 |
| 2026-03-18 | 20.3058 |
| 2026-03-25 | 20.2566 |
| 2026-04-01 | 20.3050 |
| 2026-04-08 | 20.2921 |
| 2026-04-15 | 20.2961 |
| 2026-04-22 | 20.2894 |
| 2026-04-29 | 20.3017 |
| 2026-05-06 | 20.2981 |
| 2026-05-13 | 20.2865 |
| 2026-05-20 | 20.2931 |
| 2026-05-27 | 20.2958 |
| 2026-06-03 | 20.3001 |
| 2026-06-10 | 20.3012 |
| 2026-06-17 | 20.2999 |
| 2026-06-24 | 20.3113 |
| 2026-07-01 | 20.3212 |
| 2026-07-08 | 20.3067 |
| 2026-07-15 | 20.3076 |
| 2026-07-22 | 20.3109 |
| 2026-07-29 | 20.3146 |
| 2026-08-05 | 20.3190 |
| 2026-08-12 | 20.3299 |
| 2026-08-19 | 20.3161 |
| 2026-08-26 | 20.3064 |
| 2026-09-02 | 20.3177 |
| 2026-09-09 | 20.3167 |
| 2026-09-16 | 20.3235 |
| 2026-09-23 | 20.3208 |
High
20.3299
Low
20.1312
Average
20.2489
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.