Skip to content

OMR to USD exchange rate API

Rial Omani to US Dollar · quoted 2026-09-25

2.5906

▼ +0.00% over YTD

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 year to date, OMR/USD traded between 2.5904 and 2.5909, averaged 2.5907 and fell 0.00%. 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 YTD

OMR/USD over YTD: show the values
PointOMR/USD
2025-12-312.5908
2026-01-072.5906
2026-01-142.5907
2026-01-212.5907
2026-01-282.5906
2026-02-042.5909
2026-02-112.5908
2026-02-182.5908
2026-02-252.5907
2026-03-042.5906
2026-03-112.5907
2026-03-182.5907
2026-03-252.5907
2026-04-012.5907
2026-04-082.5908
2026-04-152.5906
2026-04-222.5906
2026-04-292.5906
2026-05-062.5905
2026-05-132.5907
2026-05-202.5908
2026-05-272.5905
2026-06-032.5905
2026-06-102.5906
2026-06-172.5908
2026-06-242.5906
2026-07-012.5907
2026-07-082.5905
2026-07-152.5906
2026-07-222.5906
2026-07-292.5904
2026-08-052.5907
2026-08-122.5908
2026-08-192.5908
2026-08-262.5907
2026-09-022.5907
2026-09-092.5907
2026-09-162.5907
2026-09-232.5907

High

2.5909

Low

2.5904

Average

2.5907

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=USD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=USD");
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=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&currencies=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.