PAB to JMD exchange rate API
Balboa to Jamaican Dollar · quoted 2026-09-24
157.9140
▼ +1.46% over 1Y
1 PAB = 157.9140 JMD · 1 JMD = 0.006333 PAB · Get this rate via the API
1 PAB buys 157.9140 JMD as of 2026-09-24, so 1 JMD buys 0.006333 PAB. Over the last year, PAB/JMD traded between 155.2062 and 160.9047, averaged 158.4155 and fell 1.46%. The API holds daily PAB/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/JMD over 1Y: show the values
| Point | PAB/JMD |
|---|---|
| 2025-09-24 | 160.2481 |
| 2025-10-01 | 160.3361 |
| 2025-10-08 | 160.1058 |
| 2025-10-15 | 160.3262 |
| 2025-10-22 | 160.9047 |
| 2025-10-29 | 160.3507 |
| 2025-11-05 | 160.5186 |
| 2025-11-12 | 160.6140 |
| 2025-11-19 | 160.5414 |
| 2025-11-26 | 160.3119 |
| 2025-12-03 | 160.3932 |
| 2025-12-11 | 159.7324 |
| 2025-12-18 | 160.0296 |
| 2025-12-25 | 159.4772 |
| 2026-01-01 | 158.9429 |
| 2026-01-08 | 158.6548 |
| 2026-01-15 | 158.0308 |
| 2026-01-22 | 157.5090 |
| 2026-01-29 | 156.7631 |
| 2026-02-05 | 156.8265 |
| 2026-02-12 | 156.4670 |
| 2026-02-19 | 156.2373 |
| 2026-02-26 | 155.2062 |
| 2026-03-05 | 156.2479 |
| 2026-03-12 | 157.2183 |
| 2026-03-19 | 157.9858 |
| 2026-03-26 | 158.0500 |
| 2026-04-02 | 158.1386 |
| 2026-04-09 | 157.4246 |
| 2026-04-16 | 157.8149 |
| 2026-04-23 | 158.4071 |
| 2026-04-30 | 156.8110 |
| 2026-05-07 | 158.0657 |
| 2026-05-15 | 158.8071 |
| 2026-05-23 | 157.6305 |
| 2026-05-30 | 157.2933 |
| 2026-06-06 | 157.7249 |
| 2026-06-15 | 158.2721 |
| 2026-06-22 | 157.9462 |
| 2026-06-29 | 157.7069 |
| 2026-07-06 | 158.4226 |
| 2026-07-13 | 158.5278 |
| 2026-07-20 | 158.2943 |
| 2026-07-27 | 158.3340 |
| 2026-08-03 | 157.8126 |
| 2026-08-10 | 158.3753 |
| 2026-08-17 | 158.0304 |
| 2026-08-25 | 158.1453 |
| 2026-09-01 | 158.1717 |
| 2026-09-08 | 158.6622 |
| 2026-09-15 | 157.6086 |
| 2026-09-22 | 157.6489 |
High
160.9047
Low
155.2062
Average
158.4155
Get this rate via the API
One GET request returns the PAB/JMD 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=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/JMD API questions
How do I get the PAB/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/JMD rate in rates.JMD.
How far back does PAB/JMD historical data go?
Daily PAB/JMD 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/JMD 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.