Skip to content

OMR to GBP exchange rate API

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

1.9585

▲ +1.79% over YTD

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 year to date, OMR/GBP traded between 1.8791 and 1.9684, averaged 1.9258 and rose 1.79%. 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 YTD

OMR/GBP over YTD: show the values
PointOMR/GBP
2025-12-311.9240
2026-01-071.9210
2026-01-141.9274
2026-01-211.9297
2026-01-281.8791
2026-02-041.8886
2026-02-111.8968
2026-02-181.9082
2026-02-251.9158
2026-03-041.9359
2026-03-111.9319
2026-03-181.9463
2026-03-251.9345
2026-04-011.9447
2026-04-081.9232
2026-04-151.9119
2026-04-221.9188
2026-04-291.9175
2026-05-061.9022
2026-05-131.9176
2026-05-201.9331
2026-05-271.9282
2026-06-031.9265
2026-06-101.9359
2026-06-171.9326
2026-06-241.9684
2026-07-011.9567
2026-07-081.9407
2026-07-151.9327
2026-07-221.9379
2026-07-291.9493
2026-08-051.9220
2026-08-121.9155
2026-08-191.9112
2026-08-261.9008
2026-09-021.9214
2026-09-091.9098
2026-09-161.9253
2026-09-231.9513

High

1.9684

Low

1.8791

Average

1.9258

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.