Skip to content

OMR to GBP exchange rate API

Rial Omani to Pound Sterling · quoted 2026-09-25

1.9585

▲ +1.46% over 1Y

1 OMR = 1.9585 GBP · 1 GBP = 0.51059 OMR · Get this rate via the API

1 OMR buys 1.9585 GBP as of 2026-09-25, so 1 GBP buys 0.51059 OMR. Over the last year, OMR/GBP traded between 1.8750 and 1.9833, averaged 1.9331 and rose 1.46%. The API holds daily OMR/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/GBP over 1Y

OMR/GBP over 1Y: show the values
PointOMR/GBP
2025-09-251.9303
2025-10-021.9222
2025-10-091.9374
2025-10-161.9296
2025-10-231.9424
2025-10-301.9739
2025-11-061.9784
2025-11-131.9664
2025-11-201.9833
2025-11-271.9574
2025-12-041.9420
2025-12-111.9354
2025-12-181.9338
2025-12-251.9198
2026-01-011.9299
2026-01-081.9276
2026-01-151.9331
2026-01-221.9303
2026-01-291.8750
2026-02-051.9087
2026-02-121.9007
2026-02-191.9263
2026-02-261.9120
2026-03-051.9388
2026-03-121.9350
2026-03-191.9479
2026-03-261.9425
2026-04-021.9613
2026-04-091.9302
2026-04-161.9128
2026-04-231.9179
2026-04-301.9175
2026-05-071.9019
2026-05-141.9176
2026-05-211.9305
2026-05-281.9325
2026-06-041.9248
2026-06-111.9385
2026-06-181.9585
2026-06-251.9685
2026-07-021.9470
2026-07-091.9339
2026-07-161.9174
2026-07-231.9401
2026-07-301.9348
2026-08-061.9238
2026-08-131.9203
2026-08-201.9014
2026-08-271.9075
2026-09-031.9194
2026-09-101.9161
2026-09-171.9367
2026-09-241.9597

High

1.9833

Low

1.8750

Average

1.9331

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/GBP API questions

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

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

How far back does OMR/GBP historical data go?

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