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: show the values
| Point | PAB/IDR |
|---|---|
| 2026-03-29 | 16998.04 |
| 2026-04-05 | 17020.88 |
| 2026-04-12 | 17145.48 |
| 2026-04-19 | 17175.43 |
| 2026-04-26 | 17306.02 |
| 2026-05-03 | 17355.19 |
| 2026-05-10 | 17451.33 |
| 2026-05-18 | 17648.89 |
| 2026-05-26 | 17834.80 |
| 2026-06-02 | 17827.65 |
| 2026-06-11 | 17974.00 |
| 2026-06-18 | 17875.50 |
| 2026-06-25 | 17982.10 |
| 2026-07-02 | 18015.51 |
| 2026-07-09 | 18105.60 |
| 2026-07-16 | 17985.35 |
| 2026-07-23 | 17964.60 |
| 2026-07-30 | 18078.50 |
| 2026-08-06 | 17899.55 |
| 2026-08-13 | 17856.15 |
| 2026-08-21 | 17659.10 |
| 2026-08-28 | 17717.15 |
| 2026-09-04 | 17635.55 |
| 2026-09-11 | 17602.65 |
| 2026-09-18 | 17825.74 |
| 2026-09-25 | 17969.88 |
High
18105.60
Low
16998.04
Average
17698.80
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.