Skip to content

PAB to INR exchange rate API

Balboa to Indian Rupee · quoted 2026-09-25

96.1925

▲ +8.46% over 1Y

1 PAB = 96.1925 INR · 1 INR = 0.01040 PAB · Get this rate via the API

1 PAB buys 96.1925 INR as of 2026-09-25, so 1 INR buys 0.01040 PAB. Over the last year, PAB/INR traded between 87.8210 and 96.2358, averaged 92.6188 and rose 8.46%. The API holds daily PAB/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/INR over 1Y

PAB/INR over 1Y: show the values
PointPAB/INR
2025-09-2588.6886
2025-10-0288.7186
2025-10-0988.7973
2025-10-1687.9273
2025-10-2387.8210
2025-10-3088.7176
2025-11-0688.5741
2025-11-1388.6888
2025-11-2088.7129
2025-11-2789.4023
2025-12-0489.8706
2025-12-1290.5255
2025-12-1989.6977
2025-12-2690.1575
2026-01-0290.1962
2026-01-0990.2195
2026-01-1690.7265
2026-01-2391.8617
2026-01-3091.9393
2026-02-0690.6618
2026-02-1390.6095
2026-02-2090.9454
2026-02-2791.0805
2026-03-0691.8385
2026-03-1392.3845
2026-03-2093.6175
2026-03-2794.8116
2026-04-0392.7103
2026-04-1093.0051
2026-04-1792.8262
2026-04-2494.2452
2026-05-0195.1808
2026-05-0894.1826
2026-05-1695.9899
2026-05-2495.8804
2026-05-3195.0888
2026-06-0995.3508
2026-06-1694.5605
2026-06-2394.7402
2026-06-3094.6608
2026-07-0794.9724
2026-07-1496.2047
2026-07-2196.2358
2026-07-2895.8573
2026-08-0495.3786
2026-08-1195.4398
2026-08-1895.6870
2026-08-2695.4216
2026-09-0294.9750
2026-09-0995.1103
2026-09-1695.9643
2026-09-2395.7410

High

96.2358

Low

87.8210

Average

92.6188

For developers

Get this rate via the API

One GET request returns the PAB/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/INR API questions

How do I get the PAB/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/INR rate in rates.INR.

How far back does PAB/INR historical data go?

Daily PAB/INR 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/INR 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.