Skip to content

PGK to AFN exchange rate API

Kina to Afghani · quoted 2026-09-25

14.2503

▼ +13.77% over 1Y

1 PGK = 14.2503 AFN · 1 AFN = 0.07017 PGK · Get this rate via the API

1 PGK buys 14.2503 AFN as of 2026-09-25, so 1 AFN buys 0.07017 PGK. Over the last year, PGK/AFN traded between 14.2503 and 16.5264, averaged 15.0494 and fell 13.77%. The API holds daily PGK/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/AFN over 1Y

PGK/AFN over 1Y: show the values
PointPGK/AFN
2025-09-2516.5264
2025-10-0216.1465
2025-10-0916.0542
2025-10-1615.8352
2025-10-2315.9970
2025-10-3015.9107
2025-11-0615.7245
2025-11-1315.7383
2025-11-2015.6612
2025-11-2715.6067
2025-12-0415.4792
2025-12-1215.5650
2025-12-1915.5560
2025-12-2615.1809
2026-01-0215.2912
2026-01-0915.4717
2026-01-1615.4026
2026-01-2315.2207
2026-01-3015.3813
2026-02-0615.2558
2026-02-1315.0211
2026-02-2014.6594
2026-02-2714.5276
2026-03-0614.6462
2026-03-1314.4326
2026-03-2014.7130
2026-03-2714.7091
2026-04-0314.7450
2026-04-1014.8122
2026-04-1714.8717
2026-04-2414.5742
2026-05-0114.5854
2026-05-0814.8313
2026-05-1614.2939
2026-05-2414.6426
2026-05-3114.6602
2026-06-0914.3034
2026-06-1614.4457
2026-06-2314.5343
2026-06-3014.5273
2026-07-0714.4893
2026-07-1415.0247
2026-07-2115.1359
2026-07-2815.0466
2026-08-0414.8918
2026-08-1114.7617
2026-08-1814.8890
2026-08-2614.8843
2026-09-0214.8937
2026-09-0914.6979
2026-09-1614.5416
2026-09-2314.5705

High

16.5264

Low

14.2503

Average

15.0494

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/AFN API questions

How do I get the PGK/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/AFN rate in rates.AFN.

How far back does PGK/AFN historical data go?

Daily PGK/AFN 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/AFN 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.