OMR to USD exchange rate API
Rial Omani to US Dollar · quoted 2026-09-25
2.5906
▲ +0.01% over 1Y
1 OMR = 2.5906 USD · 1 USD = 0.38601 OMR · Get this rate via the API
1 OMR buys 2.5906 USD as of 2026-09-25, so 1 USD buys 0.38601 OMR. Over the last year, OMR/USD traded between 2.5903 and 2.5989, averaged 2.5909 and rose 0.01%. The API holds daily OMR/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
OMR/USD over 1Y: show the values
| Point | OMR/USD |
|---|---|
| 2025-09-25 | 2.5903 |
| 2025-10-02 | 2.5907 |
| 2025-10-09 | 2.5907 |
| 2025-10-16 | 2.5908 |
| 2025-10-23 | 2.5909 |
| 2025-10-30 | 2.5905 |
| 2025-11-06 | 2.5908 |
| 2025-11-13 | 2.5907 |
| 2025-11-20 | 2.5906 |
| 2025-11-27 | 2.5906 |
| 2025-12-04 | 2.5906 |
| 2025-12-11 | 2.5907 |
| 2025-12-18 | 2.5911 |
| 2025-12-25 | 2.5945 |
| 2026-01-01 | 2.5989 |
| 2026-01-08 | 2.5906 |
| 2026-01-15 | 2.5905 |
| 2026-01-22 | 2.5907 |
| 2026-01-29 | 2.5907 |
| 2026-02-05 | 2.5911 |
| 2026-02-12 | 2.5909 |
| 2026-02-19 | 2.5909 |
| 2026-02-26 | 2.5907 |
| 2026-03-05 | 2.5906 |
| 2026-03-12 | 2.5908 |
| 2026-03-19 | 2.5905 |
| 2026-03-26 | 2.5908 |
| 2026-04-02 | 2.5907 |
| 2026-04-09 | 2.5909 |
| 2026-04-16 | 2.5906 |
| 2026-04-23 | 2.5906 |
| 2026-04-30 | 2.5904 |
| 2026-05-07 | 2.5906 |
| 2026-05-14 | 2.5906 |
| 2026-05-21 | 2.5907 |
| 2026-05-28 | 2.5905 |
| 2026-06-04 | 2.5905 |
| 2026-06-11 | 2.5906 |
| 2026-06-18 | 2.5908 |
| 2026-06-25 | 2.5906 |
| 2026-07-02 | 2.5908 |
| 2026-07-09 | 2.5906 |
| 2026-07-16 | 2.5906 |
| 2026-07-23 | 2.5905 |
| 2026-07-30 | 2.5905 |
| 2026-08-06 | 2.5908 |
| 2026-08-13 | 2.5908 |
| 2026-08-20 | 2.5909 |
| 2026-08-27 | 2.5907 |
| 2026-09-03 | 2.5907 |
| 2026-09-10 | 2.5906 |
| 2026-09-17 | 2.5907 |
| 2026-09-24 | 2.5907 |
High
2.5989
Low
2.5903
Average
2.5909
Get this rate via the API
One GET request returns the OMR/USD 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=USD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=USD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=USD").json()Replace YOUR_API_KEY with the key from your dashboard.
OMR/USD API questions
How do I get the OMR/USD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest OMR/USD rate in rates.USD.
How far back does OMR/USD historical data go?
Daily OMR/USD 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/USD 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.