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: show the values
| Point | PGK/DJF |
|---|---|
| 2026-03-29 | 41.4838 |
| 2026-04-05 | 41.4527 |
| 2026-04-12 | 41.1373 |
| 2026-04-19 | 41.0806 |
| 2026-04-26 | 40.9415 |
| 2026-05-03 | 40.9034 |
| 2026-05-10 | 40.5256 |
| 2026-05-18 | 40.8849 |
| 2026-05-26 | 40.8297 |
| 2026-06-02 | 40.8122 |
| 2026-06-11 | 40.5994 |
| 2026-06-18 | 40.5024 |
| 2026-06-25 | 40.4836 |
| 2026-07-02 | 40.3619 |
| 2026-07-09 | 40.4955 |
| 2026-07-16 | 40.1593 |
| 2026-07-23 | 39.9673 |
| 2026-07-30 | 40.1459 |
| 2026-08-06 | 40.3220 |
| 2026-08-13 | 40.1633 |
| 2026-08-21 | 39.7170 |
| 2026-08-28 | 40.2474 |
| 2026-09-04 | 39.6379 |
| 2026-09-11 | 39.9393 |
| 2026-09-18 | 39.8150 |
| 2026-09-25 | 39.8730 |
High
41.4838
Low
39.6379
Average
40.4489
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.