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: show the values
| Point | PGK/DJF |
|---|---|
| 2026-08-26 | 40.1750 |
| 2026-08-27 | 40.3582 |
| 2026-08-28 | 40.2474 |
| 2026-08-29 | 40.9404 |
| 2026-08-30 | 40.7435 |
| 2026-08-31 | 39.6999 |
| 2026-09-01 | 40.2426 |
| 2026-09-02 | 40.2695 |
| 2026-09-03 | 39.9320 |
| 2026-09-04 | 39.6379 |
| 2026-09-05 | 39.6122 |
| 2026-09-06 | 39.6337 |
| 2026-09-07 | 39.8486 |
| 2026-09-08 | 40.0050 |
| 2026-09-09 | 40.1259 |
| 2026-09-10 | 39.5008 |
| 2026-09-11 | 39.9393 |
| 2026-09-12 | 41.0758 |
| 2026-09-13 | 40.5470 |
| 2026-09-14 | 39.8742 |
| 2026-09-15 | 39.8500 |
| 2026-09-16 | 39.8648 |
| 2026-09-17 | 40.0224 |
| 2026-09-18 | 39.8150 |
| 2026-09-19 | 40.0634 |
| 2026-09-20 | 40.3993 |
| 2026-09-21 | 40.0997 |
| 2026-09-22 | 40.2990 |
| 2026-09-23 | 39.9697 |
| 2026-09-24 | 40.1604 |
| 2026-09-25 | 39.8730 |
High
41.0758
Low
39.5008
Average
40.0770
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.