Skip to content

PAB to INR exchange rate API

Balboa to Indian Rupee · quoted 2026-09-25

96.1925

▲ +1.26% over 6M

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 6 months, PAB/INR traded between 92.7254 and 96.5814, averaged 95.1708 and rose 1.26%. 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 6M

PAB/INR over 6M: show the values
PointPAB/INR
2026-03-2994.9988
2026-04-0593.1481
2026-04-1293.2554
2026-04-1992.7254
2026-04-2694.5107
2026-05-0395.0112
2026-05-1094.8755
2026-05-1896.1639
2026-05-2695.6851
2026-06-0295.2738
2026-06-1195.7649
2026-06-1894.3334
2026-06-2594.3956
2026-07-0295.3689
2026-07-0995.3883
2026-07-1696.3543
2026-07-2396.5814
2026-07-3095.6849
2026-08-0695.2248
2026-08-1395.4409
2026-08-2195.7001
2026-08-2895.3865
2026-09-0494.4902
2026-09-1195.5551
2026-09-1895.8938
2026-09-2596.2082

High

96.5814

Low

92.7254

Average

95.1708

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.