Skip to content

BAM to ARS exchange rate API

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

888.5397

▲ +11.19% over 1Y

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 year, BAM/ARS traded between 799.1017 and 902.0849, averaged 855.2257 and rose 11.19%. 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 1Y

BAM/ARS over 1Y: show the values
PointBAM/ARS
2025-09-26799.1017
2025-10-03853.7766
2025-10-10840.7664
2025-10-17840.9808
2025-10-24880.4364
2025-10-31851.3781
2025-11-07855.6292
2025-11-14837.6259
2025-11-21839.3294
2025-11-28859.0314
2025-12-05861.4629
2025-12-13862.6549
2025-12-20869.4375
2025-12-27873.6942
2026-01-03885.6952
2026-01-10873.0875
2026-01-17845.8959
2026-01-24866.2606
2026-01-31880.7719
2026-02-07868.4435
2026-02-14844.4867
2026-02-21828.2962
2026-02-28835.1769
2026-03-07843.6264
2026-03-14817.0366
2026-03-21817.0914
2026-03-28814.2463
2026-04-04819.6896
2026-04-11821.4915
2026-04-18825.5358
2026-04-25832.2090
2026-05-02834.2324
2026-05-09841.3140
2026-05-17829.0951
2026-05-25833.9314
2026-06-01840.9036
2026-06-10851.4292
2026-06-17852.9996
2026-06-24854.7223
2026-07-01865.2873
2026-07-08870.9485
2026-07-15860.1438
2026-07-22861.8259
2026-07-29873.8646
2026-08-05882.7797
2026-08-12879.3778
2026-08-20894.1455
2026-08-27902.0849
2026-09-03895.8411
2026-09-10900.7608
2026-09-17886.6300
2026-09-24881.7593

High

902.0849

Low

799.1017

Average

855.2257

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.