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: show the values
| Point | BAM/ARS |
|---|---|
| 2025-09-26 | 799.1017 |
| 2025-10-03 | 853.7766 |
| 2025-10-10 | 840.7664 |
| 2025-10-17 | 840.9808 |
| 2025-10-24 | 880.4364 |
| 2025-10-31 | 851.3781 |
| 2025-11-07 | 855.6292 |
| 2025-11-14 | 837.6259 |
| 2025-11-21 | 839.3294 |
| 2025-11-28 | 859.0314 |
| 2025-12-05 | 861.4629 |
| 2025-12-13 | 862.6549 |
| 2025-12-20 | 869.4375 |
| 2025-12-27 | 873.6942 |
| 2026-01-03 | 885.6952 |
| 2026-01-10 | 873.0875 |
| 2026-01-17 | 845.8959 |
| 2026-01-24 | 866.2606 |
| 2026-01-31 | 880.7719 |
| 2026-02-07 | 868.4435 |
| 2026-02-14 | 844.4867 |
| 2026-02-21 | 828.2962 |
| 2026-02-28 | 835.1769 |
| 2026-03-07 | 843.6264 |
| 2026-03-14 | 817.0366 |
| 2026-03-21 | 817.0914 |
| 2026-03-28 | 814.2463 |
| 2026-04-04 | 819.6896 |
| 2026-04-11 | 821.4915 |
| 2026-04-18 | 825.5358 |
| 2026-04-25 | 832.2090 |
| 2026-05-02 | 834.2324 |
| 2026-05-09 | 841.3140 |
| 2026-05-17 | 829.0951 |
| 2026-05-25 | 833.9314 |
| 2026-06-01 | 840.9036 |
| 2026-06-10 | 851.4292 |
| 2026-06-17 | 852.9996 |
| 2026-06-24 | 854.7223 |
| 2026-07-01 | 865.2873 |
| 2026-07-08 | 870.9485 |
| 2026-07-15 | 860.1438 |
| 2026-07-22 | 861.8259 |
| 2026-07-29 | 873.8646 |
| 2026-08-05 | 882.7797 |
| 2026-08-12 | 879.3778 |
| 2026-08-20 | 894.1455 |
| 2026-08-27 | 902.0849 |
| 2026-09-03 | 895.8411 |
| 2026-09-10 | 900.7608 |
| 2026-09-17 | 886.6300 |
| 2026-09-24 | 881.7593 |
High
902.0849
Low
799.1017
Average
855.2257
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.