Skip to content

BAM to ARS exchange rate API

Convertible Mark to Argentine Peso · quoted 2026-09-26

888.5397

▲ +8.79% over 6M

1 BAM = 888.5397 ARS · 1 ARS = 0.001125 BAM · Get this rate via the API

1 BAM buys 888.5397 ARS as of 2026-09-26, so 1 ARS buys 0.001125 BAM. Over the last 6 months, BAM/ARS traded between 816.7847 and 895.4046, averaged 860.2583 and rose 8.79%. The API holds daily BAM/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/ARS over 6M

BAM/ARS over 6M: show the values
PointBAM/ARS
2026-03-30816.7847
2026-04-06817.9000
2026-04-13830.7137
2026-04-20817.8622
2026-04-27833.1014
2026-05-04834.3395
2026-05-11846.2607
2026-05-19830.9642
2026-05-27839.4259
2026-06-03848.2290
2026-06-12847.6896
2026-06-19847.8759
2026-06-26858.9620
2026-07-03870.7607
2026-07-10871.0038
2026-07-17862.8862
2026-07-24866.1138
2026-07-31876.1238
2026-08-07883.5757
2026-08-14879.8824
2026-08-22895.1367
2026-08-29893.4641
2026-09-05895.4046
2026-09-12894.6543
2026-09-19890.7804
2026-09-26888.5397

High

895.4046

Low

816.7847

Average

860.2583

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/ARS API questions

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

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

How far back does BAM/ARS historical data go?

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