PGK to JMD exchange rate API
Kina to Jamaican Dollar · quoted 2026-09-24
35.5927
▼ +4.74% over YTD
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 year to date, PGK/JMD traded between 35.3497 and 37.3630, averaged 36.2152 and fell 4.74%. 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 YTD: show the values
| Point | PGK/JMD |
|---|---|
| 2025-12-31 | 37.3630 |
| 2026-01-07 | 37.2440 |
| 2026-01-14 | 37.0950 |
| 2026-01-21 | 36.8887 |
| 2026-01-28 | 36.6495 |
| 2026-02-04 | 36.6852 |
| 2026-02-11 | 36.4716 |
| 2026-02-18 | 36.2899 |
| 2026-02-25 | 36.3273 |
| 2026-03-04 | 36.3320 |
| 2026-03-11 | 36.4664 |
| 2026-03-18 | 36.4244 |
| 2026-03-25 | 36.5156 |
| 2026-04-01 | 36.5976 |
| 2026-04-08 | 36.1932 |
| 2026-04-15 | 36.4303 |
| 2026-04-22 | 36.4575 |
| 2026-04-29 | 36.2623 |
| 2026-05-06 | 36.1258 |
| 2026-05-14 | 36.5317 |
| 2026-05-21 | 36.3126 |
| 2026-05-29 | 36.0350 |
| 2026-06-05 | 36.0885 |
| 2026-06-14 | 36.3769 |
| 2026-06-21 | 36.0629 |
| 2026-06-28 | 35.8635 |
| 2026-07-05 | 35.7895 |
| 2026-07-12 | 36.0498 |
| 2026-07-19 | 35.9193 |
| 2026-07-26 | 35.8052 |
| 2026-08-02 | 35.7504 |
| 2026-08-09 | 35.8378 |
| 2026-08-16 | 36.0170 |
| 2026-08-24 | 35.8238 |
| 2026-08-31 | 35.3497 |
| 2026-09-07 | 35.4796 |
| 2026-09-14 | 35.3719 |
| 2026-09-21 | 35.5153 |
High
37.3630
Low
35.3497
Average
36.2152
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.