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: show the values
| Point | PGK/ARS |
|---|---|
| 2025-12-31 | 340.5350 |
| 2026-01-07 | 343.8810 |
| 2026-01-14 | 341.9247 |
| 2026-01-21 | 335.8927 |
| 2026-01-28 | 337.4804 |
| 2026-02-04 | 338.0869 |
| 2026-02-11 | 327.1392 |
| 2026-02-18 | 324.5789 |
| 2026-02-25 | 321.1611 |
| 2026-03-04 | 328.9917 |
| 2026-03-11 | 325.1774 |
| 2026-03-18 | 324.0801 |
| 2026-03-25 | 324.2350 |
| 2026-04-01 | 320.0189 |
| 2026-04-08 | 321.9853 |
| 2026-04-15 | 314.9855 |
| 2026-04-22 | 315.9907 |
| 2026-04-29 | 323.3523 |
| 2026-05-06 | 320.4093 |
| 2026-05-14 | 321.6003 |
| 2026-05-21 | 320.6060 |
| 2026-05-29 | 323.4237 |
| 2026-06-05 | 327.9207 |
| 2026-06-14 | 328.9739 |
| 2026-06-21 | 334.4846 |
| 2026-06-28 | 336.5672 |
| 2026-07-05 | 337.3854 |
| 2026-07-12 | 338.2130 |
| 2026-07-19 | 335.7305 |
| 2026-07-26 | 339.1918 |
| 2026-08-02 | 336.3771 |
| 2026-08-09 | 338.7859 |
| 2026-08-16 | 339.1660 |
| 2026-08-24 | 338.2087 |
| 2026-08-31 | 334.6925 |
| 2026-09-07 | 337.7235 |
| 2026-09-14 | 338.7775 |
| 2026-09-21 | 340.0024 |
High
343.8810
Low
314.9855
Average
331.2667
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.