Skip to content

PAB to IDR exchange rate API

Balboa to Rupiah · quoted 2026-09-25

17830.50

▲ +6.24% over 1Y

1 PAB = 17830.50 IDR · 1 IDR = 0.000056 PAB · Get this rate via the API

1 PAB buys 17830.50 IDR as of 2026-09-25, so 1 IDR buys 0.000056 PAB. Over the last year, PAB/IDR traded between 16559.85 and 18102.20, averaged 17217.38 and rose 6.24%. The API holds daily PAB/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/IDR over 1Y

PAB/IDR over 1Y: show the values
PointPAB/IDR
2025-09-2516783.95
2025-10-0216615.50
2025-10-0916559.85
2025-10-1616607.00
2025-10-2316624.69
2025-10-3016665.80
2025-11-0616677.15
2025-11-1316711.45
2025-11-2016748.90
2025-11-2716640.00
2025-12-0416654.85
2025-12-1216652.40
2025-12-1916735.50
2025-12-2616789.50
2026-01-0216716.20
2026-01-0916859.85
2026-01-1616918.10
2026-01-2316823.26
2026-01-3016788.32
2026-02-0616872.99
2026-02-1316823.00
2026-02-2016888.65
2026-02-2716801.10
2026-03-0616973.50
2026-03-1316900.55
2026-03-2016925.40
2026-03-2716982.75
2026-04-0317022.65
2026-04-1017117.07
2026-04-1717180.91
2026-04-2417242.32
2026-05-0117369.27
2026-05-0817309.64
2026-05-1617605.35
2026-05-2417733.15
2026-05-3117865.33
2026-06-0917950.25
2026-06-1617721.65
2026-06-2317921.45
2026-06-3017903.20
2026-07-0717891.40
2026-07-1418060.45
2026-07-2117898.00
2026-07-2818102.20
2026-08-0417987.10
2026-08-1117837.75
2026-08-1817862.25
2026-08-2617712.45
2026-09-0217715.65
2026-09-0917475.80
2026-09-1617670.25
2026-09-2317794.95

High

18102.20

Low

16559.85

Average

17217.38

For developers

Get this rate via the API

One GET request returns the PAB/IDR 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=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=IDR");
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=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/IDR API questions

How do I get the PAB/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/IDR rate in rates.IDR.

How far back does PAB/IDR historical data go?

Daily PAB/IDR 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/IDR 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.