Skip to content

PAB to IRR exchange rate API

Balboa to Iranian Rial · quoted 2026-09-25

1374792.33

▲ +3167.28% over YTD

1 PAB = 1374792.33 IRR · 1 IRR = 0.000001 PAB · Get this rate via the API

1 PAB buys 1374792.33 IRR as of 2026-09-25, so 1 IRR buys 0.000001 PAB. Over the year to date, PAB/IRR traded between 42030.29 and 1376129.05, averaged 1250478.60 and rose 3167.28%. The API holds daily PAB/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/IRR over YTD

PAB/IRR over YTD: show the values
PointPAB/IRR
2025-12-3142077.60
2026-01-0742030.29
2026-01-141038646.52
2026-01-211070945.10
2026-01-281080660.52
2026-02-041152912.23
2026-02-111250799.87
2026-02-181281310.30
2026-02-251295763.15
2026-03-041310448.76
2026-03-111320956.79
2026-03-181314677.46
2026-03-251312615.77
2026-04-011313556.39
2026-04-081316312.24
2026-04-151315416.85
2026-04-221321162.62
2026-04-291316314.73
2026-05-061318707.37
2026-05-141313534.63
2026-05-211320606.31
2026-05-291342364.80
2026-06-051375104.74
2026-06-141375991.73
2026-06-211374160.94
2026-06-281375772.93
2026-07-051376129.05
2026-07-121374905.54
2026-07-191375279.83
2026-07-261375357.98
2026-08-021375508.68
2026-08-091375668.74
2026-08-161374397.60
2026-08-241375269.60
2026-08-311374676.45
2026-09-071374472.53
2026-09-141374860.15
2026-09-211374496.23

High

1376129.05

Low

42030.29

Average

1250478.60

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/IRR API questions

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

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

How far back does PAB/IRR historical data go?

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