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: show the values
| Point | PAB/IDR |
|---|---|
| 2025-09-25 | 16783.95 |
| 2025-10-02 | 16615.50 |
| 2025-10-09 | 16559.85 |
| 2025-10-16 | 16607.00 |
| 2025-10-23 | 16624.69 |
| 2025-10-30 | 16665.80 |
| 2025-11-06 | 16677.15 |
| 2025-11-13 | 16711.45 |
| 2025-11-20 | 16748.90 |
| 2025-11-27 | 16640.00 |
| 2025-12-04 | 16654.85 |
| 2025-12-12 | 16652.40 |
| 2025-12-19 | 16735.50 |
| 2025-12-26 | 16789.50 |
| 2026-01-02 | 16716.20 |
| 2026-01-09 | 16859.85 |
| 2026-01-16 | 16918.10 |
| 2026-01-23 | 16823.26 |
| 2026-01-30 | 16788.32 |
| 2026-02-06 | 16872.99 |
| 2026-02-13 | 16823.00 |
| 2026-02-20 | 16888.65 |
| 2026-02-27 | 16801.10 |
| 2026-03-06 | 16973.50 |
| 2026-03-13 | 16900.55 |
| 2026-03-20 | 16925.40 |
| 2026-03-27 | 16982.75 |
| 2026-04-03 | 17022.65 |
| 2026-04-10 | 17117.07 |
| 2026-04-17 | 17180.91 |
| 2026-04-24 | 17242.32 |
| 2026-05-01 | 17369.27 |
| 2026-05-08 | 17309.64 |
| 2026-05-16 | 17605.35 |
| 2026-05-24 | 17733.15 |
| 2026-05-31 | 17865.33 |
| 2026-06-09 | 17950.25 |
| 2026-06-16 | 17721.65 |
| 2026-06-23 | 17921.45 |
| 2026-06-30 | 17903.20 |
| 2026-07-07 | 17891.40 |
| 2026-07-14 | 18060.45 |
| 2026-07-21 | 17898.00 |
| 2026-07-28 | 18102.20 |
| 2026-08-04 | 17987.10 |
| 2026-08-11 | 17837.75 |
| 2026-08-18 | 17862.25 |
| 2026-08-26 | 17712.45 |
| 2026-09-02 | 17715.65 |
| 2026-09-09 | 17475.80 |
| 2026-09-16 | 17670.25 |
| 2026-09-23 | 17794.95 |
High
18102.20
Low
16559.85
Average
17217.38
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.