Skip to content

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

PGK/JMD over 1Y: show the values
PointPGK/JMD
2025-09-2438.6445
2025-10-0138.6476
2025-10-0838.3362
2025-10-1538.2227
2025-10-2238.6752
2025-10-2938.2438
2025-11-0538.1768
2025-11-1237.9974
2025-11-1937.9760
2025-11-2637.7826
2025-12-0337.3686
2025-12-1137.5677
2025-12-1837.6023
2025-12-2536.9272
2026-01-0137.2894
2026-01-0837.1927
2026-01-1537.0137
2026-01-2236.8756
2026-01-2936.6462
2026-02-0536.6645
2026-02-1236.5658
2026-02-1936.3801
2026-02-2636.1367
2026-03-0536.3323
2026-03-1236.4928
2026-03-1936.6408
2026-03-2636.6796
2026-04-0236.6648
2026-04-0936.4119
2026-04-1636.2720
2026-04-2336.5729
2026-04-3036.1170
2026-05-0736.3508
2026-05-1536.5191
2026-05-2336.3098
2026-05-3036.1186
2026-06-0636.1097
2026-06-1536.1961
2026-06-2236.0445
2026-06-2935.8263
2026-07-0635.9118
2026-07-1335.8914
2026-07-2035.8305
2026-07-2735.7524
2026-08-0335.5590
2026-08-1035.8978
2026-08-1735.3488
2026-08-2535.5273
2026-09-0135.7439
2026-09-0835.6509
2026-09-1535.2756
2026-09-2235.6717

High

38.6752

Low

35.2756

Average

36.6839

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.