Skip to content

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

AFN/PGK over 1Y: show the values
PointAFN/PGK
2025-09-250.06051
2025-10-020.06193
2025-10-090.06229
2025-10-160.06315
2025-10-230.06251
2025-10-300.06285
2025-11-060.06359
2025-11-130.06354
2025-11-200.06385
2025-11-270.06407
2025-12-040.06460
2025-12-120.06425
2025-12-190.06428
2025-12-260.06587
2026-01-020.06540
2026-01-090.06463
2026-01-160.06492
2026-01-230.06570
2026-01-300.06501
2026-02-060.06555
2026-02-130.06657
2026-02-200.06821
2026-02-270.06883
2026-03-060.06828
2026-03-130.06929
2026-03-200.06797
2026-03-270.06799
2026-04-030.06782
2026-04-100.06751
2026-04-170.06724
2026-04-240.06861
2026-05-010.06856
2026-05-080.06742
2026-05-160.06996
2026-05-240.06829
2026-05-310.06821
2026-06-090.06991
2026-06-160.06922
2026-06-230.06880
2026-06-300.06883
2026-07-070.06902
2026-07-140.06656
2026-07-210.06607
2026-07-280.06646
2026-08-040.06715
2026-08-110.06774
2026-08-180.06716
2026-08-260.06718
2026-09-020.06714
2026-09-090.06804
2026-09-160.06877
2026-09-230.06863

High

0.07017

Low

0.06051

Average

0.06653

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=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&currencies=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.