Skip to content

PAB to IDR exchange rate API

Balboa to Rupiah · quoted 2026-09-25

17957.00

▲ +5.64% over 6M

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

1 PAB buys 17957.00 IDR as of 2026-09-25, so 1 IDR buys 0.000056 PAB. Over the last 6 months, PAB/IDR traded between 16998.04 and 18105.60, averaged 17698.80 and rose 5.64%. 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 6M

PAB/IDR over 6M: show the values
PointPAB/IDR
2026-03-2916998.04
2026-04-0517020.88
2026-04-1217145.48
2026-04-1917175.43
2026-04-2617306.02
2026-05-0317355.19
2026-05-1017451.33
2026-05-1817648.89
2026-05-2617834.80
2026-06-0217827.65
2026-06-1117974.00
2026-06-1817875.50
2026-06-2517982.10
2026-07-0218015.51
2026-07-0918105.60
2026-07-1617985.35
2026-07-2317964.60
2026-07-3018078.50
2026-08-0617899.55
2026-08-1317856.15
2026-08-2117659.10
2026-08-2817717.15
2026-09-0417635.55
2026-09-1117602.65
2026-09-1817825.74
2026-09-2517969.88

High

18105.60

Low

16998.04

Average

17698.80

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.