Skip to content

PGK to ARS exchange rate API

Kina to Argentine Peso · quoted 2026-09-24

341.6662

▲ +3.60% over 1Y

1 PGK = 341.6662 ARS · 1 ARS = 0.002927 PGK · Get this rate via the API

1 PGK buys 341.6662 ARS as of 2026-09-24, so 1 ARS buys 0.002927 PGK. Over the last year, PGK/ARS traded between 313.0369 and 358.1906, averaged 332.9443 and rose 3.60%. The API holds daily PGK/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ARS over 1Y

PGK/ARS over 1Y: show the values
PointPGK/ARS
2025-09-24329.7800
2025-10-01332.5762
2025-10-08342.3369
2025-10-15323.6469
2025-10-22358.1906
2025-10-29351.3956
2025-11-05346.6440
2025-11-12333.5411
2025-11-19331.2266
2025-11-26341.1567
2025-12-03339.2750
2025-12-11338.1221
2025-12-18340.7743
2025-12-25335.8900
2026-01-01340.5180
2026-01-08342.3827
2026-01-15340.4553
2026-01-22334.7986
2026-01-29337.5696
2026-02-05338.4379
2026-02-12327.5004
2026-02-19325.2102
2026-02-26325.3059
2026-03-05325.8828
2026-03-12323.8906
2026-03-19323.4157
2026-03-26319.5263
2026-04-02322.6509
2026-04-09321.0319
2026-04-16313.0369
2026-04-23317.1582
2026-04-30320.2848
2026-05-07319.0510
2026-05-15319.9853
2026-05-23323.8771
2026-05-30323.5404
2026-06-06331.8942
2026-06-15325.6217
2026-06-22331.8531
2026-06-29336.0612
2026-07-06338.3399
2026-07-13337.6550
2026-07-20333.6796
2026-07-27336.1106
2026-08-03334.8836
2026-08-10338.5904
2026-08-17329.8917
2026-08-25339.0480
2026-09-01340.9318
2026-09-08339.6757
2026-09-15337.5100
2026-09-22342.5687

High

358.1906

Low

313.0369

Average

332.9443

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ARS API questions

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

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

How far back does PGK/ARS historical data go?

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