Skip to content

PGK to JMD exchange rate API

Kina to Jamaican Dollar · quoted 2026-09-24

35.5927

▼ +2.57% over 6M

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 6 months, PGK/JMD traded between 34.9913 and 36.6580, averaged 35.9226 and fell 2.57%. 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 6M

PGK/JMD over 6M: show the values
PointPGK/JMD
2026-03-2836.5331
2026-04-0436.5295
2026-04-1136.6580
2026-04-1836.5880
2026-04-2536.3563
2026-05-0236.1222
2026-05-0936.2272
2026-05-1736.2088
2026-05-2536.0057
2026-06-0136.0213
2026-06-1036.0176
2026-06-1736.2434
2026-06-2436.0164
2026-07-0135.7725
2026-07-0835.9468
2026-07-1535.9041
2026-07-2235.9075
2026-07-2935.5882
2026-08-0535.7999
2026-08-1235.5292
2026-08-2034.9913
2026-08-2735.9084
2026-09-0335.5046
2026-09-1035.0184
2026-09-1735.4995
2026-09-2435.4198

High

36.6580

Low

34.9913

Average

35.9226

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.