BAM to ARS exchange rate API
Convertible Mark to Argentine Peso · quoted 2026-09-26
888.5397
▲ +1.97% over YTD
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 year to date, BAM/ARS traded between 817.6233 and 895.8684, averaged 857.7428 and rose 1.97%. 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 YTD: show the values
| Point | BAM/ARS |
|---|---|
| 2025-12-31 | 871.3613 |
| 2026-01-07 | 877.8069 |
| 2026-01-14 | 867.7255 |
| 2026-01-21 | 860.0759 |
| 2026-01-28 | 884.5209 |
| 2026-02-04 | 873.6616 |
| 2026-02-11 | 854.9117 |
| 2026-02-18 | 844.1869 |
| 2026-02-25 | 831.3848 |
| 2026-03-04 | 839.0556 |
| 2026-03-11 | 831.5051 |
| 2026-03-18 | 823.4448 |
| 2026-03-25 | 829.2449 |
| 2026-04-01 | 817.6233 |
| 2026-04-08 | 831.1720 |
| 2026-04-15 | 823.5076 |
| 2026-04-22 | 825.6585 |
| 2026-04-29 | 840.0022 |
| 2026-05-06 | 834.1867 |
| 2026-05-14 | 833.8021 |
| 2026-05-21 | 830.1201 |
| 2026-05-29 | 838.7565 |
| 2026-06-05 | 853.3784 |
| 2026-06-14 | 845.7008 |
| 2026-06-21 | 858.7827 |
| 2026-06-28 | 860.2904 |
| 2026-07-05 | 870.6203 |
| 2026-07-12 | 868.2334 |
| 2026-07-19 | 864.4063 |
| 2026-07-26 | 870.2321 |
| 2026-08-02 | 876.2115 |
| 2026-08-09 | 886.0479 |
| 2026-08-16 | 879.7253 |
| 2026-08-24 | 895.8684 |
| 2026-08-31 | 893.7374 |
| 2026-09-07 | 895.8642 |
| 2026-09-14 | 894.8574 |
| 2026-09-21 | 885.7590 |
High
895.8684
Low
817.6233
Average
857.7428
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.