Skip to content

PGK to JMD exchange rate API

Kina to Jamaican Dollar · quoted 2026-09-24

35.5927

▲ +0.18% over 30D

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 30 days, PGK/JMD traded between 35.0184 and 36.3644, averaged 35.5649 and rose 0.18%. 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 30D

PGK/JMD over 30D: show the values
PointPGK/JMD
2026-08-2535.5273
2026-08-2635.7869
2026-08-2735.9084
2026-08-2835.8122
2026-08-2936.3245
2026-08-3036.0524
2026-08-3135.3497
2026-09-0135.7439
2026-09-0235.7464
2026-09-0335.5046
2026-09-0435.1688
2026-09-0535.0685
2026-09-0635.0832
2026-09-0735.4796
2026-09-0835.6509
2026-09-0935.7169
2026-09-1035.0184
2026-09-1135.4897
2026-09-1236.3644
2026-09-1335.8852
2026-09-1435.3719
2026-09-1535.2756
2026-09-1635.2514
2026-09-1735.4995
2026-09-1835.2842
2026-09-1935.4629
2026-09-2035.6871
2026-09-2135.5153
2026-09-2235.6717
2026-09-2335.3615
2026-09-2435.4198

High

36.3644

Low

35.0184

Average

35.5649

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.