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: show the values
| Point | PGK/DJF |
|---|---|
| 2025-09-25 | 42.9486 |
| 2025-10-02 | 42.5794 |
| 2025-10-09 | 42.8085 |
| 2025-10-16 | 42.4476 |
| 2025-10-23 | 42.9219 |
| 2025-10-30 | 42.4449 |
| 2025-11-06 | 42.1575 |
| 2025-11-13 | 42.1553 |
| 2025-11-20 | 42.0529 |
| 2025-11-27 | 41.8125 |
| 2025-12-04 | 41.5697 |
| 2025-12-12 | 41.8924 |
| 2025-12-19 | 41.7846 |
| 2025-12-26 | 41.2138 |
| 2026-01-02 | 41.5077 |
| 2026-01-09 | 41.7609 |
| 2026-01-16 | 41.7503 |
| 2026-01-23 | 41.7528 |
| 2026-01-30 | 41.5942 |
| 2026-02-06 | 41.5171 |
| 2026-02-13 | 41.4511 |
| 2026-02-20 | 41.4283 |
| 2026-02-27 | 41.4112 |
| 2026-03-06 | 41.4008 |
| 2026-03-13 | 41.1958 |
| 2026-03-20 | 41.3221 |
| 2026-03-27 | 41.3372 |
| 2026-04-03 | 41.3122 |
| 2026-04-10 | 41.1313 |
| 2026-04-17 | 41.0567 |
| 2026-04-24 | 41.1133 |
| 2026-05-01 | 40.8216 |
| 2026-05-08 | 41.0796 |
| 2026-05-16 | 40.8580 |
| 2026-05-24 | 41.0134 |
| 2026-05-31 | 40.9712 |
| 2026-06-09 | 40.5596 |
| 2026-06-16 | 40.6834 |
| 2026-06-23 | 40.7303 |
| 2026-06-30 | 40.4298 |
| 2026-07-07 | 40.5269 |
| 2026-07-14 | 40.5140 |
| 2026-07-21 | 40.3360 |
| 2026-07-28 | 40.2647 |
| 2026-08-04 | 40.4673 |
| 2026-08-11 | 40.1457 |
| 2026-08-18 | 40.2555 |
| 2026-08-26 | 40.1750 |
| 2026-09-02 | 40.2695 |
| 2026-09-09 | 40.1259 |
| 2026-09-16 | 39.8648 |
| 2026-09-23 | 39.9697 |
High
42.9486
Low
39.6395
Average
41.2176
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.