Skip to content

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

PAB/JPY over 1Y: show the values
PointPAB/JPY
2025-09-24148.4433
2025-10-01147.1085
2025-10-08152.6877
2025-10-15151.5488
2025-10-22151.8253
2025-10-29152.1743
2025-11-05153.7330
2025-11-12154.7944
2025-11-19156.1340
2025-11-26156.4222
2025-12-03155.3651
2025-12-11155.5831
2025-12-18155.7727
2025-12-25155.8518
2026-01-01156.7036
2026-01-08156.7195
2026-01-15158.5599
2026-01-22158.7904
2026-01-29153.3088
2026-02-05156.8995
2026-02-12153.3752
2026-02-19154.8966
2026-02-26156.0606
2026-03-05157.5400
2026-03-12158.8551
2026-03-19158.8128
2026-03-26159.6239
2026-04-02159.6009
2026-04-09159.0317
2026-04-16159.3854
2026-04-23158.9291
2026-04-30156.5175
2026-05-07156.3440
2026-05-15158.5192
2026-05-23159.2098
2026-05-30159.2851
2026-06-06160.3300
2026-06-15160.1878
2026-06-22161.7755
2026-06-29161.8622
2026-07-06162.3390
2026-07-13162.1411
2026-07-20162.3840
2026-07-27163.6404
2026-08-03156.6797
2026-08-10158.6413
2026-08-17159.2254
2026-08-25159.2351
2026-09-01160.1639
2026-09-08154.2965
2026-09-15155.0048
2026-09-22157.1753

High

163.6404

Low

147.1085

Average

157.1398

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=JPY");
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=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&currencies=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.