Skip to content

BAM to OMR exchange rate API

Convertible Mark to Rial Omani · quoted 2026-09-26

0.22433

▼ +3.19% over YTD

1 BAM = 0.22433 OMR · 1 OMR = 4.4578 BAM · Get this rate via the API

1 BAM buys 0.22433 OMR as of 2026-09-26, so 1 OMR buys 4.4578 BAM. Over the year to date, BAM/OMR traded between 0.22418 and 0.23668, averaged 0.22935 and fell 3.19%. The API holds daily BAM/OMR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/OMR over YTD

BAM/OMR over YTD: show the values
PointBAM/OMR
2025-12-310.23171
2026-01-070.23094
2026-01-140.22970
2026-01-210.23147
2026-01-280.23668
2026-02-040.23336
2026-02-110.23503
2026-02-180.23376
2026-02-250.23262
2026-03-040.22891
2026-03-110.22934
2026-03-180.22765
2026-03-250.22906
2026-04-010.22827
2026-04-080.23032
2026-04-150.23270
2026-04-220.23183
2026-04-290.23084
2026-05-060.23121
2026-05-140.23120
2026-05-210.22934
2026-05-290.22972
2026-06-050.22925
2026-06-140.22809
2026-06-210.22621
2026-06-280.22449
2026-07-050.22550
2026-07-120.22502
2026-07-190.22553
2026-07-260.22418
2026-08-020.22743
2026-08-090.22785
2026-08-160.22802
2026-08-240.23046
2026-08-310.22875
2026-09-070.22914
2026-09-140.22830
2026-09-210.22652

High

0.23668

Low

0.22418

Average

0.22935

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/OMR API questions

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

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

How far back does BAM/OMR historical data go?

Daily BAM/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 BAM/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.