Skip to content

PGK to DJF exchange rate API

Kina to Djibouti Franc · quoted 2026-09-25

39.6395

▼ +4.45% over 6M

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 6 months, PGK/DJF traded between 39.6379 and 41.4838, averaged 40.4489 and fell 4.45%. 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 6M

PGK/DJF over 6M: show the values
PointPGK/DJF
2026-03-2941.4838
2026-04-0541.4527
2026-04-1241.1373
2026-04-1941.0806
2026-04-2640.9415
2026-05-0340.9034
2026-05-1040.5256
2026-05-1840.8849
2026-05-2640.8297
2026-06-0240.8122
2026-06-1140.5994
2026-06-1840.5024
2026-06-2540.4836
2026-07-0240.3619
2026-07-0940.4955
2026-07-1640.1593
2026-07-2339.9673
2026-07-3040.1459
2026-08-0640.3220
2026-08-1340.1633
2026-08-2139.7170
2026-08-2840.2474
2026-09-0439.6379
2026-09-1139.9393
2026-09-1839.8150
2026-09-2539.8730

High

41.4838

Low

39.6379

Average

40.4489

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.