Skip to content

AUD to OMR exchange rate API

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

0.27131

▲ +5.17% over YTD

1 AUD = 0.27131 OMR · 1 OMR = 3.6858 AUD · Get this rate via the API

1 AUD buys 0.27131 OMR as of 2026-09-25, so 1 OMR buys 3.6858 AUD. Over the year to date, AUD/OMR traded between 0.25772 and 0.27986, averaged 0.27160 and rose 5.17%. The API holds daily AUD/OMR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/OMR over YTD

AUD/OMR over YTD: show the values
PointAUD/OMR
2025-12-310.25797
2026-01-070.25969
2026-01-140.25772
2026-01-210.26132
2026-01-280.27018
2026-02-040.27133
2026-02-110.27462
2026-02-180.27298
2026-02-250.27373
2026-03-040.27247
2026-03-110.27603
2026-03-180.27224
2026-03-250.26878
2026-04-010.26841
2026-04-080.27236
2026-04-150.27547
2026-04-220.27609
2026-04-290.27647
2026-05-060.27962
2026-05-130.27986
2026-05-200.27518
2026-05-270.27524
2026-06-030.27644
2026-06-100.27036
2026-06-170.27250
2026-06-240.26633
2026-07-010.26600
2026-07-080.26727
2026-07-150.26954
2026-07-220.26997
2026-07-290.26793
2026-08-050.27219
2026-08-120.27293
2026-08-190.27311
2026-08-260.27733
2026-09-020.27588
2026-09-090.27887
2026-09-160.27530
2026-09-230.27280

High

0.27986

Low

0.25772

Average

0.27160

For developers

Get this rate via the API

One GET request returns the AUD/OMR 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=AUD&currencies=OMR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=OMR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=OMR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/OMR API questions

How do I get the AUD/OMR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=OMR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/OMR rate in rates.OMR.

How far back does AUD/OMR historical data go?

Daily AUD/OMR 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 AUD/OMR 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.