Skip to content

PGK to ARS exchange rate API

Kina to Argentine Peso · quoted 2026-09-24

341.6662

▲ +0.33% over YTD

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 year to date, PGK/ARS traded between 314.9855 and 343.8810, averaged 331.2667 and rose 0.33%. 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 YTD

PGK/ARS over YTD: show the values
PointPGK/ARS
2025-12-31340.5350
2026-01-07343.8810
2026-01-14341.9247
2026-01-21335.8927
2026-01-28337.4804
2026-02-04338.0869
2026-02-11327.1392
2026-02-18324.5789
2026-02-25321.1611
2026-03-04328.9917
2026-03-11325.1774
2026-03-18324.0801
2026-03-25324.2350
2026-04-01320.0189
2026-04-08321.9853
2026-04-15314.9855
2026-04-22315.9907
2026-04-29323.3523
2026-05-06320.4093
2026-05-14321.6003
2026-05-21320.6060
2026-05-29323.4237
2026-06-05327.9207
2026-06-14328.9739
2026-06-21334.4846
2026-06-28336.5672
2026-07-05337.3854
2026-07-12338.2130
2026-07-19335.7305
2026-07-26339.1918
2026-08-02336.3771
2026-08-09338.7859
2026-08-16339.1660
2026-08-24338.2087
2026-08-31334.6925
2026-09-07337.7235
2026-09-14338.7775
2026-09-21340.0024

High

343.8810

Low

314.9855

Average

331.2667

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.