PAB to JPY exchange rate API
Balboa to Yen · quoted 2026-09-24
158.9125
▲ +7.05% over 1Y
1 PAB = 158.9125 JPY · 1 JPY = 0.006293 PAB · Get this rate via the API
1 PAB buys 158.9125 JPY as of 2026-09-24, so 1 JPY buys 0.006293 PAB. Over the last year, PAB/JPY traded between 147.1085 and 163.6404, averaged 157.1398 and rose 7.05%. The API holds daily PAB/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/JPY over 1Y: show the values
| Point | PAB/JPY |
|---|---|
| 2025-09-24 | 148.4433 |
| 2025-10-01 | 147.1085 |
| 2025-10-08 | 152.6877 |
| 2025-10-15 | 151.5488 |
| 2025-10-22 | 151.8253 |
| 2025-10-29 | 152.1743 |
| 2025-11-05 | 153.7330 |
| 2025-11-12 | 154.7944 |
| 2025-11-19 | 156.1340 |
| 2025-11-26 | 156.4222 |
| 2025-12-03 | 155.3651 |
| 2025-12-11 | 155.5831 |
| 2025-12-18 | 155.7727 |
| 2025-12-25 | 155.8518 |
| 2026-01-01 | 156.7036 |
| 2026-01-08 | 156.7195 |
| 2026-01-15 | 158.5599 |
| 2026-01-22 | 158.7904 |
| 2026-01-29 | 153.3088 |
| 2026-02-05 | 156.8995 |
| 2026-02-12 | 153.3752 |
| 2026-02-19 | 154.8966 |
| 2026-02-26 | 156.0606 |
| 2026-03-05 | 157.5400 |
| 2026-03-12 | 158.8551 |
| 2026-03-19 | 158.8128 |
| 2026-03-26 | 159.6239 |
| 2026-04-02 | 159.6009 |
| 2026-04-09 | 159.0317 |
| 2026-04-16 | 159.3854 |
| 2026-04-23 | 158.9291 |
| 2026-04-30 | 156.5175 |
| 2026-05-07 | 156.3440 |
| 2026-05-15 | 158.5192 |
| 2026-05-23 | 159.2098 |
| 2026-05-30 | 159.2851 |
| 2026-06-06 | 160.3300 |
| 2026-06-15 | 160.1878 |
| 2026-06-22 | 161.7755 |
| 2026-06-29 | 161.8622 |
| 2026-07-06 | 162.3390 |
| 2026-07-13 | 162.1411 |
| 2026-07-20 | 162.3840 |
| 2026-07-27 | 163.6404 |
| 2026-08-03 | 156.6797 |
| 2026-08-10 | 158.6413 |
| 2026-08-17 | 159.2254 |
| 2026-08-25 | 159.2351 |
| 2026-09-01 | 160.1639 |
| 2026-09-08 | 154.2965 |
| 2026-09-15 | 155.0048 |
| 2026-09-22 | 157.1753 |
High
163.6404
Low
147.1085
Average
157.1398
Get this rate via the API
One GET request returns the PAB/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/JPY API questions
How do I get the PAB/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/JPY rate in rates.JPY.
How far back does PAB/JPY historical data go?
Daily PAB/JPY 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/JPY 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.