Skip to content

PGK to JMD exchange rate API

Kina to Jamaican Dollar · quoted 2026-09-24

35.5927

▼ +12.82% over 5Y

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 5 years, PGK/JMD traded between 35.4796 and 41.1800, averaged 38.2914 and fell 12.82%. 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 5Y

PGK/JMD over 5Y: show the values
PointPGK/JMD
2024-08-2440.8252
2024-10-0741.1800
2024-11-0640.9304
2024-12-0640.7392
2025-01-0539.2589
2025-02-0440.1712
2025-03-0639.0963
2025-04-0639.4356
2025-05-0639.6997
2025-06-0738.9374
2025-07-0739.8160
2025-08-0639.7173
2025-09-0539.3683
2025-10-0638.6258
2025-11-0538.1768
2025-12-0537.7007
2026-01-0537.3248
2026-02-0436.6852
2026-03-0636.3394
2026-04-0536.5672
2026-05-0536.3208
2026-06-0636.1097
2026-07-0835.9468
2026-08-0735.5325
2026-09-0735.4796

High

41.1800

Low

35.4796

Average

38.2914

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.