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: show the values
| Point | PGK/AFN |
|---|---|
| 2025-09-25 | 16.5264 |
| 2025-10-02 | 16.1465 |
| 2025-10-09 | 16.0542 |
| 2025-10-16 | 15.8352 |
| 2025-10-23 | 15.9970 |
| 2025-10-30 | 15.9107 |
| 2025-11-06 | 15.7245 |
| 2025-11-13 | 15.7383 |
| 2025-11-20 | 15.6612 |
| 2025-11-27 | 15.6067 |
| 2025-12-04 | 15.4792 |
| 2025-12-12 | 15.5650 |
| 2025-12-19 | 15.5560 |
| 2025-12-26 | 15.1809 |
| 2026-01-02 | 15.2912 |
| 2026-01-09 | 15.4717 |
| 2026-01-16 | 15.4026 |
| 2026-01-23 | 15.2207 |
| 2026-01-30 | 15.3813 |
| 2026-02-06 | 15.2558 |
| 2026-02-13 | 15.0211 |
| 2026-02-20 | 14.6594 |
| 2026-02-27 | 14.5276 |
| 2026-03-06 | 14.6462 |
| 2026-03-13 | 14.4326 |
| 2026-03-20 | 14.7130 |
| 2026-03-27 | 14.7091 |
| 2026-04-03 | 14.7450 |
| 2026-04-10 | 14.8122 |
| 2026-04-17 | 14.8717 |
| 2026-04-24 | 14.5742 |
| 2026-05-01 | 14.5854 |
| 2026-05-08 | 14.8313 |
| 2026-05-16 | 14.2939 |
| 2026-05-24 | 14.6426 |
| 2026-05-31 | 14.6602 |
| 2026-06-09 | 14.3034 |
| 2026-06-16 | 14.4457 |
| 2026-06-23 | 14.5343 |
| 2026-06-30 | 14.5273 |
| 2026-07-07 | 14.4893 |
| 2026-07-14 | 15.0247 |
| 2026-07-21 | 15.1359 |
| 2026-07-28 | 15.0466 |
| 2026-08-04 | 14.8918 |
| 2026-08-11 | 14.7617 |
| 2026-08-18 | 14.8890 |
| 2026-08-26 | 14.8843 |
| 2026-09-02 | 14.8937 |
| 2026-09-09 | 14.6979 |
| 2026-09-16 | 14.5416 |
| 2026-09-23 | 14.5705 |
High
16.5264
Low
14.2503
Average
15.0494
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.