AFN to PGK exchange rate API
Afghani to Kina · quoted 2026-09-25
0.07017
▲ +15.97% over 1Y
1 AFN = 0.07017 PGK · 1 PGK = 14.2503 AFN · Get this rate via the API
1 AFN buys 0.07017 PGK as of 2026-09-25, so 1 PGK buys 14.2503 AFN. Over the last year, AFN/PGK traded between 0.06051 and 0.07017, averaged 0.06653 and rose 15.97%. The API holds daily AFN/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AFN/PGK over 1Y: show the values
| Point | AFN/PGK |
|---|---|
| 2025-09-25 | 0.06051 |
| 2025-10-02 | 0.06193 |
| 2025-10-09 | 0.06229 |
| 2025-10-16 | 0.06315 |
| 2025-10-23 | 0.06251 |
| 2025-10-30 | 0.06285 |
| 2025-11-06 | 0.06359 |
| 2025-11-13 | 0.06354 |
| 2025-11-20 | 0.06385 |
| 2025-11-27 | 0.06407 |
| 2025-12-04 | 0.06460 |
| 2025-12-12 | 0.06425 |
| 2025-12-19 | 0.06428 |
| 2025-12-26 | 0.06587 |
| 2026-01-02 | 0.06540 |
| 2026-01-09 | 0.06463 |
| 2026-01-16 | 0.06492 |
| 2026-01-23 | 0.06570 |
| 2026-01-30 | 0.06501 |
| 2026-02-06 | 0.06555 |
| 2026-02-13 | 0.06657 |
| 2026-02-20 | 0.06821 |
| 2026-02-27 | 0.06883 |
| 2026-03-06 | 0.06828 |
| 2026-03-13 | 0.06929 |
| 2026-03-20 | 0.06797 |
| 2026-03-27 | 0.06799 |
| 2026-04-03 | 0.06782 |
| 2026-04-10 | 0.06751 |
| 2026-04-17 | 0.06724 |
| 2026-04-24 | 0.06861 |
| 2026-05-01 | 0.06856 |
| 2026-05-08 | 0.06742 |
| 2026-05-16 | 0.06996 |
| 2026-05-24 | 0.06829 |
| 2026-05-31 | 0.06821 |
| 2026-06-09 | 0.06991 |
| 2026-06-16 | 0.06922 |
| 2026-06-23 | 0.06880 |
| 2026-06-30 | 0.06883 |
| 2026-07-07 | 0.06902 |
| 2026-07-14 | 0.06656 |
| 2026-07-21 | 0.06607 |
| 2026-07-28 | 0.06646 |
| 2026-08-04 | 0.06715 |
| 2026-08-11 | 0.06774 |
| 2026-08-18 | 0.06716 |
| 2026-08-26 | 0.06718 |
| 2026-09-02 | 0.06714 |
| 2026-09-09 | 0.06804 |
| 2026-09-16 | 0.06877 |
| 2026-09-23 | 0.06863 |
High
0.07017
Low
0.06051
Average
0.06653
Get this rate via the API
One GET request returns the AFN/PGK 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=AFN¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=PGK").json()Replace YOUR_API_KEY with the key from your dashboard.
AFN/PGK API questions
How do I get the AFN/PGK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AFN/PGK rate in rates.PGK.
How far back does AFN/PGK historical data go?
Daily AFN/PGK 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 AFN/PGK 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.