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: show the values
| Point | OMR/AUD |
|---|---|
| 2025-09-25 | 3.9348 |
| 2025-10-02 | 3.9202 |
| 2025-10-09 | 3.9270 |
| 2025-10-16 | 3.9868 |
| 2025-10-23 | 3.9838 |
| 2025-10-30 | 3.9636 |
| 2025-11-06 | 3.9754 |
| 2025-11-13 | 3.9515 |
| 2025-11-20 | 3.9988 |
| 2025-11-27 | 3.9696 |
| 2025-12-04 | 3.9210 |
| 2025-12-11 | 3.8927 |
| 2025-12-18 | 3.9210 |
| 2025-12-25 | 3.8696 |
| 2026-01-01 | 3.8956 |
| 2026-01-08 | 3.8683 |
| 2026-01-15 | 3.8738 |
| 2026-01-22 | 3.8059 |
| 2026-01-29 | 3.6659 |
| 2026-02-05 | 3.7165 |
| 2026-02-12 | 3.6391 |
| 2026-02-19 | 3.6811 |
| 2026-02-26 | 3.6384 |
| 2026-03-05 | 3.6769 |
| 2026-03-12 | 3.6325 |
| 2026-03-19 | 3.6986 |
| 2026-03-26 | 3.7481 |
| 2026-04-02 | 3.7699 |
| 2026-04-09 | 3.6791 |
| 2026-04-16 | 3.6115 |
| 2026-04-23 | 3.6214 |
| 2026-04-30 | 3.6239 |
| 2026-05-07 | 3.5698 |
| 2026-05-14 | 3.5780 |
| 2026-05-21 | 3.6347 |
| 2026-05-28 | 3.6387 |
| 2026-06-04 | 3.6269 |
| 2026-06-11 | 3.7021 |
| 2026-06-18 | 3.6986 |
| 2026-06-25 | 3.7582 |
| 2026-07-02 | 3.7606 |
| 2026-07-09 | 3.7330 |
| 2026-07-16 | 3.6964 |
| 2026-07-23 | 3.7045 |
| 2026-07-30 | 3.7108 |
| 2026-08-06 | 3.6790 |
| 2026-08-13 | 3.6739 |
| 2026-08-20 | 3.6460 |
| 2026-08-27 | 3.6032 |
| 2026-09-03 | 3.6016 |
| 2026-09-10 | 3.6056 |
| 2026-09-17 | 3.6418 |
| 2026-09-24 | 3.6869 |
High
3.9988
Low
3.5698
Average
3.7537
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.