Skip to content

PGK to DJF exchange rate API

Kina to Djibouti Franc · quoted 2026-09-25

39.6395

▼ +7.70% over 1Y

1 PGK = 39.6395 DJF · 1 DJF = 0.02523 PGK · Get this rate via the API

1 PGK buys 39.6395 DJF as of 2026-09-25, so 1 DJF buys 0.02523 PGK. Over the last year, PGK/DJF traded between 39.6395 and 42.9486, averaged 41.2176 and fell 7.70%. The API holds daily PGK/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/DJF over 1Y

PGK/DJF over 1Y: show the values
PointPGK/DJF
2025-09-2542.9486
2025-10-0242.5794
2025-10-0942.8085
2025-10-1642.4476
2025-10-2342.9219
2025-10-3042.4449
2025-11-0642.1575
2025-11-1342.1553
2025-11-2042.0529
2025-11-2741.8125
2025-12-0441.5697
2025-12-1241.8924
2025-12-1941.7846
2025-12-2641.2138
2026-01-0241.5077
2026-01-0941.7609
2026-01-1641.7503
2026-01-2341.7528
2026-01-3041.5942
2026-02-0641.5171
2026-02-1341.4511
2026-02-2041.4283
2026-02-2741.4112
2026-03-0641.4008
2026-03-1341.1958
2026-03-2041.3221
2026-03-2741.3372
2026-04-0341.3122
2026-04-1041.1313
2026-04-1741.0567
2026-04-2441.1133
2026-05-0140.8216
2026-05-0841.0796
2026-05-1640.8580
2026-05-2441.0134
2026-05-3140.9712
2026-06-0940.5596
2026-06-1640.6834
2026-06-2340.7303
2026-06-3040.4298
2026-07-0740.5269
2026-07-1440.5140
2026-07-2140.3360
2026-07-2840.2647
2026-08-0440.4673
2026-08-1140.1457
2026-08-1840.2555
2026-08-2640.1750
2026-09-0240.2695
2026-09-0940.1259
2026-09-1639.8648
2026-09-2339.9697

High

42.9486

Low

39.6395

Average

41.2176

For developers

Get this rate via the API

One GET request returns the PGK/DJF 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=DJF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=DJF");
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=DJF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/DJF API questions

How do I get the PGK/DJF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/DJF rate in rates.DJF.

How far back does PGK/DJF historical data go?

Daily PGK/DJF 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/DJF 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.