Skip to content

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

PAB/ARS over 1Y: show the values
PointPAB/ARS
2025-09-271334.83
2025-10-041424.30
2025-10-111415.66
2025-10-181455.44
2025-10-251489.49
2025-11-011441.83
2025-11-081416.89
2025-11-151397.30
2025-11-221423.92
2025-11-291444.77
2025-12-061432.45
2025-12-141439.88
2025-12-211448.91
2025-12-281451.07
2026-01-041475.32
2026-01-111465.87
2026-01-181428.48
2026-01-251434.47
2026-02-011448.58
2026-02-081431.60
2026-02-151395.84
2026-02-221380.12
2026-03-011396.93
2026-03-081417.37
2026-03-151396.77
2026-03-221391.41
2026-03-291384.66
2026-04-051387.81
2026-04-121373.27
2026-04-191366.43
2026-04-261392.78
2026-05-031392.64
2026-05-101402.40
2026-05-181391.52
2026-05-261400.97
2026-06-021427.19
2026-06-111433.26
2026-06-181441.49
2026-06-251479.25
2026-07-021489.05
2026-07-091487.58
2026-07-161475.62
2026-07-231482.61
2026-07-301495.24
2026-08-061496.22
2026-08-131492.62
2026-08-211497.23
2026-08-281512.19
2026-09-041508.45
2026-09-111512.67
2026-09-181510.25
2026-09-251519.85

High

1524.75

Low

1334.83

Average

1440.71

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=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&currencies=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.