OMR to GBP exchange rate API
Rial Omani to Pound Sterling · quoted 2026-09-25
1.9585
▼ +0.37% over 5Y
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 5 years, OMR/GBP traded between 1.9006 and 2.1152, averaged 1.9671 and fell 0.37%. 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 5Y: show the values
| Point | OMR/GBP |
|---|---|
| 2024-08-24 | 1.9658 |
| 2024-10-01 | 1.9733 |
| 2024-10-31 | 2.0206 |
| 2024-11-30 | 2.0395 |
| 2024-12-30 | 2.0844 |
| 2025-01-29 | 2.1152 |
| 2025-02-28 | 2.0824 |
| 2025-03-30 | 2.0218 |
| 2025-04-29 | 1.9616 |
| 2025-05-29 | 1.9493 |
| 2025-06-28 | 1.9006 |
| 2025-07-28 | 1.9553 |
| 2025-08-27 | 1.9530 |
| 2025-09-26 | 1.9396 |
| 2025-10-26 | 1.9485 |
| 2025-11-25 | 1.9709 |
| 2025-12-25 | 1.9198 |
| 2026-01-24 | 1.9079 |
| 2026-02-23 | 1.9202 |
| 2026-03-25 | 1.9345 |
| 2026-04-24 | 1.9201 |
| 2026-05-24 | 1.9291 |
| 2026-06-23 | 1.9603 |
| 2026-07-23 | 1.9401 |
| 2026-08-22 | 1.9043 |
| 2026-09-21 | 1.9341 |
High
2.1152
Low
1.9006
Average
1.9671
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.