PGK to JMD exchange rate API
Kina to Jamaican Dollar · quoted 2026-09-24
35.5927
▼ +7.90% over 1Y
1 PGK = 35.5927 JMD · 1 JMD = 0.02810 PGK · Get this rate via the API
1 PGK buys 35.5927 JMD as of 2026-09-24, so 1 JMD buys 0.02810 PGK. Over the last year, PGK/JMD traded between 35.2756 and 38.6752, averaged 36.6839 and fell 7.90%. The API holds daily PGK/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/JMD over 1Y: show the values
| Point | PGK/JMD |
|---|---|
| 2025-09-24 | 38.6445 |
| 2025-10-01 | 38.6476 |
| 2025-10-08 | 38.3362 |
| 2025-10-15 | 38.2227 |
| 2025-10-22 | 38.6752 |
| 2025-10-29 | 38.2438 |
| 2025-11-05 | 38.1768 |
| 2025-11-12 | 37.9974 |
| 2025-11-19 | 37.9760 |
| 2025-11-26 | 37.7826 |
| 2025-12-03 | 37.3686 |
| 2025-12-11 | 37.5677 |
| 2025-12-18 | 37.6023 |
| 2025-12-25 | 36.9272 |
| 2026-01-01 | 37.2894 |
| 2026-01-08 | 37.1927 |
| 2026-01-15 | 37.0137 |
| 2026-01-22 | 36.8756 |
| 2026-01-29 | 36.6462 |
| 2026-02-05 | 36.6645 |
| 2026-02-12 | 36.5658 |
| 2026-02-19 | 36.3801 |
| 2026-02-26 | 36.1367 |
| 2026-03-05 | 36.3323 |
| 2026-03-12 | 36.4928 |
| 2026-03-19 | 36.6408 |
| 2026-03-26 | 36.6796 |
| 2026-04-02 | 36.6648 |
| 2026-04-09 | 36.4119 |
| 2026-04-16 | 36.2720 |
| 2026-04-23 | 36.5729 |
| 2026-04-30 | 36.1170 |
| 2026-05-07 | 36.3508 |
| 2026-05-15 | 36.5191 |
| 2026-05-23 | 36.3098 |
| 2026-05-30 | 36.1186 |
| 2026-06-06 | 36.1097 |
| 2026-06-15 | 36.1961 |
| 2026-06-22 | 36.0445 |
| 2026-06-29 | 35.8263 |
| 2026-07-06 | 35.9118 |
| 2026-07-13 | 35.8914 |
| 2026-07-20 | 35.8305 |
| 2026-07-27 | 35.7524 |
| 2026-08-03 | 35.5590 |
| 2026-08-10 | 35.8978 |
| 2026-08-17 | 35.3488 |
| 2026-08-25 | 35.5273 |
| 2026-09-01 | 35.7439 |
| 2026-09-08 | 35.6509 |
| 2026-09-15 | 35.2756 |
| 2026-09-22 | 35.6717 |
High
38.6752
Low
35.2756
Average
36.6839
Get this rate via the API
One GET request returns the PGK/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=PGK¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=JMD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/JMD API questions
How do I get the PGK/JMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=JMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/JMD rate in rates.JMD.
How far back does PGK/JMD historical data go?
Daily PGK/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 PGK/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.