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: show the values
| Point | OMR/GBP |
|---|---|
| 2025-09-25 | 1.9303 |
| 2025-10-02 | 1.9222 |
| 2025-10-09 | 1.9374 |
| 2025-10-16 | 1.9296 |
| 2025-10-23 | 1.9424 |
| 2025-10-30 | 1.9739 |
| 2025-11-06 | 1.9784 |
| 2025-11-13 | 1.9664 |
| 2025-11-20 | 1.9833 |
| 2025-11-27 | 1.9574 |
| 2025-12-04 | 1.9420 |
| 2025-12-11 | 1.9354 |
| 2025-12-18 | 1.9338 |
| 2025-12-25 | 1.9198 |
| 2026-01-01 | 1.9299 |
| 2026-01-08 | 1.9276 |
| 2026-01-15 | 1.9331 |
| 2026-01-22 | 1.9303 |
| 2026-01-29 | 1.8750 |
| 2026-02-05 | 1.9087 |
| 2026-02-12 | 1.9007 |
| 2026-02-19 | 1.9263 |
| 2026-02-26 | 1.9120 |
| 2026-03-05 | 1.9388 |
| 2026-03-12 | 1.9350 |
| 2026-03-19 | 1.9479 |
| 2026-03-26 | 1.9425 |
| 2026-04-02 | 1.9613 |
| 2026-04-09 | 1.9302 |
| 2026-04-16 | 1.9128 |
| 2026-04-23 | 1.9179 |
| 2026-04-30 | 1.9175 |
| 2026-05-07 | 1.9019 |
| 2026-05-14 | 1.9176 |
| 2026-05-21 | 1.9305 |
| 2026-05-28 | 1.9325 |
| 2026-06-04 | 1.9248 |
| 2026-06-11 | 1.9385 |
| 2026-06-18 | 1.9585 |
| 2026-06-25 | 1.9685 |
| 2026-07-02 | 1.9470 |
| 2026-07-09 | 1.9339 |
| 2026-07-16 | 1.9174 |
| 2026-07-23 | 1.9401 |
| 2026-07-30 | 1.9348 |
| 2026-08-06 | 1.9238 |
| 2026-08-13 | 1.9203 |
| 2026-08-20 | 1.9014 |
| 2026-08-27 | 1.9075 |
| 2026-09-03 | 1.9194 |
| 2026-09-10 | 1.9161 |
| 2026-09-17 | 1.9367 |
| 2026-09-24 | 1.9597 |
High
1.9833
Low
1.8750
Average
1.9331
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.