Skip to content

BAM to SAR exchange rate API

Convertible Mark to Saudi Riyal · quoted 2026-09-26

2.1841

▼ +2.63% over 1Y

1 BAM = 2.1841 SAR · 1 SAR = 0.45785 BAM · Get this rate via the API

1 BAM buys 2.1841 SAR as of 2026-09-26, so 1 SAR buys 0.45785 BAM. Over the last year, BAM/SAR traded between 2.1813 and 2.2750, averaged 2.2291 and fell 2.63%. The API holds daily BAM/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/SAR over 1Y

BAM/SAR over 1Y: show the values
PointBAM/SAR
2025-09-262.2430
2025-10-032.2535
2025-10-102.2238
2025-10-172.2496
2025-10-242.2319
2025-10-312.2242
2025-11-072.2180
2025-11-142.2364
2025-11-212.2176
2025-11-282.2276
2025-12-052.2418
2025-12-132.2504
2025-12-202.2459
2025-12-272.2577
2026-01-032.2489
2026-01-102.2319
2026-01-172.2230
2026-01-242.2669
2026-01-312.2737
2026-02-072.2643
2026-02-142.2746
2026-02-212.2593
2026-02-282.2636
2026-03-072.2274
2026-03-142.1957
2026-03-212.2225
2026-03-282.2076
2026-04-042.2078
2026-04-112.2485
2026-04-182.2622
2026-04-252.2450
2026-05-022.2459
2026-05-092.2750
2026-05-172.2289
2026-05-252.2312
2026-06-012.2332
2026-06-102.2142
2026-06-172.2264
2026-06-242.1850
2026-07-012.1866
2026-07-082.1889
2026-07-152.1937
2026-07-222.1871
2026-07-292.1851
2026-08-052.2121
2026-08-122.2119
2026-08-202.2397
2026-08-272.2336
2026-09-032.2237
2026-09-102.2314
2026-09-172.1979
2026-09-242.1813

High

2.2750

Low

2.1813

Average

2.2291

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/SAR API questions

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

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

How far back does BAM/SAR historical data go?

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