Skip to content

PAB to IDR exchange rate API

Balboa to Rupiah · quoted 2026-09-25

17957.00

▲ +7.43% over YTD

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 year to date, PAB/IDR traded between 16715.60 and 18100.57, averaged 17411.86 and rose 7.43%. 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 YTD

PAB/IDR over YTD: show the values
PointPAB/IDR
2025-12-3116715.60
2026-01-0716768.25
2026-01-1416871.45
2026-01-2116910.75
2026-01-2816742.11
2026-02-0416793.57
2026-02-1116816.14
2026-02-1816884.76
2026-02-2516814.20
2026-03-0416854.60
2026-03-1116898.25
2026-03-1816994.00
2026-03-2516858.10
2026-04-0116914.55
2026-04-0816976.30
2026-04-1517144.87
2026-04-2217201.37
2026-04-2917352.80
2026-05-0617363.90
2026-05-1417465.00
2026-05-2117677.40
2026-05-2917816.25
2026-06-0518070.50
2026-06-1417921.38
2026-06-2117837.72
2026-06-2817943.78
2026-07-0518003.47
2026-07-1218100.57
2026-07-1917976.75
2026-07-2617966.35
2026-08-0218062.36
2026-08-0917922.61
2026-08-1617866.17
2026-08-2417713.40
2026-08-3117710.00
2026-09-0717646.95
2026-09-1417659.65
2026-09-2117869.50

High

18100.57

Low

16715.60

Average

17411.86

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.