PAB to IDR exchange rate API
Balboa to Rupiah · quoted 2026-09-25
17830.50
▲ +6.67% over YTD
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 year to date, PAB/IDR traded between 16715.60 and 18100.57, averaged 17408.61 and rose 6.67%. 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: show the values
| Point | PAB/IDR |
|---|---|
| 2025-12-31 | 16715.60 |
| 2026-01-07 | 16768.25 |
| 2026-01-14 | 16871.45 |
| 2026-01-21 | 16910.75 |
| 2026-01-28 | 16742.11 |
| 2026-02-04 | 16793.57 |
| 2026-02-11 | 16816.14 |
| 2026-02-18 | 16884.76 |
| 2026-02-25 | 16814.20 |
| 2026-03-04 | 16854.60 |
| 2026-03-11 | 16898.25 |
| 2026-03-18 | 16994.00 |
| 2026-03-25 | 16858.10 |
| 2026-04-01 | 16914.55 |
| 2026-04-08 | 16976.30 |
| 2026-04-15 | 17144.87 |
| 2026-04-22 | 17201.37 |
| 2026-04-29 | 17352.80 |
| 2026-05-06 | 17363.90 |
| 2026-05-14 | 17465.00 |
| 2026-05-21 | 17677.40 |
| 2026-05-29 | 17816.25 |
| 2026-06-05 | 18070.50 |
| 2026-06-14 | 17921.38 |
| 2026-06-21 | 17837.72 |
| 2026-06-28 | 17943.78 |
| 2026-07-05 | 18003.47 |
| 2026-07-12 | 18100.57 |
| 2026-07-19 | 17976.75 |
| 2026-07-26 | 17966.35 |
| 2026-08-02 | 18062.36 |
| 2026-08-09 | 17922.61 |
| 2026-08-16 | 17866.17 |
| 2026-08-24 | 17713.40 |
| 2026-08-31 | 17710.00 |
| 2026-09-07 | 17646.95 |
| 2026-09-14 | 17659.65 |
| 2026-09-21 | 17869.50 |
High
18100.57
Low
16715.60
Average
17408.61
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.