Skip to content

PGK to DJF exchange rate API

Kina to Djibouti Franc · quoted 2026-09-25

39.6395

▼ +1.33% over 30D

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 30 days, PGK/DJF traded between 39.5008 and 41.0758, averaged 40.0770 and fell 1.33%. 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 30D

PGK/DJF over 30D: show the values
PointPGK/DJF
2026-08-2640.1750
2026-08-2740.3582
2026-08-2840.2474
2026-08-2940.9404
2026-08-3040.7435
2026-08-3139.6999
2026-09-0140.2426
2026-09-0240.2695
2026-09-0339.9320
2026-09-0439.6379
2026-09-0539.6122
2026-09-0639.6337
2026-09-0739.8486
2026-09-0840.0050
2026-09-0940.1259
2026-09-1039.5008
2026-09-1139.9393
2026-09-1241.0758
2026-09-1340.5470
2026-09-1439.8742
2026-09-1539.8500
2026-09-1639.8648
2026-09-1740.0224
2026-09-1839.8150
2026-09-1940.0634
2026-09-2040.3993
2026-09-2140.0997
2026-09-2240.2990
2026-09-2339.9697
2026-09-2440.1604
2026-09-2539.8730

High

41.0758

Low

39.5008

Average

40.0770

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.