BAM to ARS exchange rate API
Convertible Mark to Argentine Peso · quoted 2026-09-26
888.5397
▼ +1.50% over 30D
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 30 days, BAM/ARS traded between 881.7593 and 902.0849, averaged 892.6554 and fell 1.50%. 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 30D: show the values
| Point | BAM/ARS |
|---|---|
| 2026-08-27 | 902.0849 |
| 2026-08-28 | 900.4308 |
| 2026-08-29 | 893.4641 |
| 2026-08-30 | 892.5198 |
| 2026-08-31 | 893.7374 |
| 2026-09-01 | 895.0488 |
| 2026-09-02 | 895.5726 |
| 2026-09-03 | 895.8411 |
| 2026-09-04 | 896.4733 |
| 2026-09-05 | 895.4046 |
| 2026-09-06 | 896.0053 |
| 2026-09-07 | 895.8642 |
| 2026-09-08 | 898.5078 |
| 2026-09-09 | 898.8679 |
| 2026-09-10 | 900.7608 |
| 2026-09-11 | 897.2755 |
| 2026-09-12 | 894.6543 |
| 2026-09-13 | 894.6571 |
| 2026-09-14 | 894.8574 |
| 2026-09-15 | 889.4152 |
| 2026-09-16 | 889.2886 |
| 2026-09-17 | 886.6300 |
| 2026-09-18 | 886.3227 |
| 2026-09-19 | 890.7804 |
| 2026-09-20 | 889.5263 |
| 2026-09-21 | 885.7590 |
| 2026-09-22 | 888.2257 |
| 2026-09-23 | 884.6402 |
| 2026-09-24 | 881.7593 |
| 2026-09-25 | 883.5190 |
| 2026-09-26 | 888.5397 |
High
902.0849
Low
881.7593
Average
892.6554
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.