PAB to ARS exchange rate API
Balboa to Argentine Peso · quoted 2026-09-27
1524.75
▲ +14.23% over 1Y
1 PAB = 1524.75 ARS · 1 ARS = 0.000656 PAB · Get this rate via the API
1 PAB buys 1524.75 ARS as of 2026-09-27, so 1 ARS buys 0.000656 PAB. Over the last year, PAB/ARS traded between 1334.83 and 1524.75, averaged 1440.71 and rose 14.23%. The API holds daily PAB/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/ARS over 1Y: show the values
| Point | PAB/ARS |
|---|---|
| 2025-09-27 | 1334.83 |
| 2025-10-04 | 1424.30 |
| 2025-10-11 | 1415.66 |
| 2025-10-18 | 1455.44 |
| 2025-10-25 | 1489.49 |
| 2025-11-01 | 1441.83 |
| 2025-11-08 | 1416.89 |
| 2025-11-15 | 1397.30 |
| 2025-11-22 | 1423.92 |
| 2025-11-29 | 1444.77 |
| 2025-12-06 | 1432.45 |
| 2025-12-14 | 1439.88 |
| 2025-12-21 | 1448.91 |
| 2025-12-28 | 1451.07 |
| 2026-01-04 | 1475.32 |
| 2026-01-11 | 1465.87 |
| 2026-01-18 | 1428.48 |
| 2026-01-25 | 1434.47 |
| 2026-02-01 | 1448.58 |
| 2026-02-08 | 1431.60 |
| 2026-02-15 | 1395.84 |
| 2026-02-22 | 1380.12 |
| 2026-03-01 | 1396.93 |
| 2026-03-08 | 1417.37 |
| 2026-03-15 | 1396.77 |
| 2026-03-22 | 1391.41 |
| 2026-03-29 | 1384.66 |
| 2026-04-05 | 1387.81 |
| 2026-04-12 | 1373.27 |
| 2026-04-19 | 1366.43 |
| 2026-04-26 | 1392.78 |
| 2026-05-03 | 1392.64 |
| 2026-05-10 | 1402.40 |
| 2026-05-18 | 1391.52 |
| 2026-05-26 | 1400.97 |
| 2026-06-02 | 1427.19 |
| 2026-06-11 | 1433.26 |
| 2026-06-18 | 1441.49 |
| 2026-06-25 | 1479.25 |
| 2026-07-02 | 1489.05 |
| 2026-07-09 | 1487.58 |
| 2026-07-16 | 1475.62 |
| 2026-07-23 | 1482.61 |
| 2026-07-30 | 1495.24 |
| 2026-08-06 | 1496.22 |
| 2026-08-13 | 1492.62 |
| 2026-08-21 | 1497.23 |
| 2026-08-28 | 1512.19 |
| 2026-09-04 | 1508.45 |
| 2026-09-11 | 1512.67 |
| 2026-09-18 | 1510.25 |
| 2026-09-25 | 1519.85 |
High
1524.75
Low
1334.83
Average
1440.71
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/ARS API questions
How do I get the PAB/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/ARS rate in rates.ARS.
How far back does PAB/ARS historical data go?
Daily PAB/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 PAB/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.