Skip to content

OMR to AUD exchange rate API

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

3.6893

▼ +6.24% over 1Y

1 OMR = 3.6893 AUD · 1 AUD = 0.27106 OMR · Get this rate via the API

1 OMR buys 3.6893 AUD as of 2026-09-25, so 1 AUD buys 0.27106 OMR. Over the last year, OMR/AUD traded between 3.5698 and 3.9988, averaged 3.7537 and fell 6.24%. The API holds daily OMR/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/AUD over 1Y

OMR/AUD over 1Y: show the values
PointOMR/AUD
2025-09-253.9348
2025-10-023.9202
2025-10-093.9270
2025-10-163.9868
2025-10-233.9838
2025-10-303.9636
2025-11-063.9754
2025-11-133.9515
2025-11-203.9988
2025-11-273.9696
2025-12-043.9210
2025-12-113.8927
2025-12-183.9210
2025-12-253.8696
2026-01-013.8956
2026-01-083.8683
2026-01-153.8738
2026-01-223.8059
2026-01-293.6659
2026-02-053.7165
2026-02-123.6391
2026-02-193.6811
2026-02-263.6384
2026-03-053.6769
2026-03-123.6325
2026-03-193.6986
2026-03-263.7481
2026-04-023.7699
2026-04-093.6791
2026-04-163.6115
2026-04-233.6214
2026-04-303.6239
2026-05-073.5698
2026-05-143.5780
2026-05-213.6347
2026-05-283.6387
2026-06-043.6269
2026-06-113.7021
2026-06-183.6986
2026-06-253.7582
2026-07-023.7606
2026-07-093.7330
2026-07-163.6964
2026-07-233.7045
2026-07-303.7108
2026-08-063.6790
2026-08-133.6739
2026-08-203.6460
2026-08-273.6032
2026-09-033.6016
2026-09-103.6056
2026-09-173.6418
2026-09-243.6869

High

3.9988

Low

3.5698

Average

3.7537

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/AUD API questions

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

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

How far back does OMR/AUD historical data go?

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