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: show the values
| Point | PAB/IRR |
|---|---|
| 2025-12-31 | 42077.60 |
| 2026-01-07 | 42030.29 |
| 2026-01-14 | 1038646.52 |
| 2026-01-21 | 1070945.10 |
| 2026-01-28 | 1080660.52 |
| 2026-02-04 | 1152912.23 |
| 2026-02-11 | 1250799.87 |
| 2026-02-18 | 1281310.30 |
| 2026-02-25 | 1295763.15 |
| 2026-03-04 | 1310448.76 |
| 2026-03-11 | 1320956.79 |
| 2026-03-18 | 1314677.46 |
| 2026-03-25 | 1312615.77 |
| 2026-04-01 | 1313556.39 |
| 2026-04-08 | 1316312.24 |
| 2026-04-15 | 1315416.85 |
| 2026-04-22 | 1321162.62 |
| 2026-04-29 | 1316314.73 |
| 2026-05-06 | 1318707.37 |
| 2026-05-14 | 1313534.63 |
| 2026-05-21 | 1320606.31 |
| 2026-05-29 | 1342364.80 |
| 2026-06-05 | 1375104.74 |
| 2026-06-14 | 1375991.73 |
| 2026-06-21 | 1374160.94 |
| 2026-06-28 | 1375772.93 |
| 2026-07-05 | 1376129.05 |
| 2026-07-12 | 1374905.54 |
| 2026-07-19 | 1375279.83 |
| 2026-07-26 | 1375357.98 |
| 2026-08-02 | 1375508.68 |
| 2026-08-09 | 1375668.74 |
| 2026-08-16 | 1374397.60 |
| 2026-08-24 | 1375269.60 |
| 2026-08-31 | 1374676.45 |
| 2026-09-07 | 1374472.53 |
| 2026-09-14 | 1374860.15 |
| 2026-09-21 | 1374496.23 |
High
1376129.05
Low
42030.29
Average
1250478.60
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.