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: show the values
| Point | PGK/ARS |
|---|---|
| 2025-09-24 | 329.7800 |
| 2025-10-01 | 332.5762 |
| 2025-10-08 | 342.3369 |
| 2025-10-15 | 323.6469 |
| 2025-10-22 | 358.1906 |
| 2025-10-29 | 351.3956 |
| 2025-11-05 | 346.6440 |
| 2025-11-12 | 333.5411 |
| 2025-11-19 | 331.2266 |
| 2025-11-26 | 341.1567 |
| 2025-12-03 | 339.2750 |
| 2025-12-11 | 338.1221 |
| 2025-12-18 | 340.7743 |
| 2025-12-25 | 335.8900 |
| 2026-01-01 | 340.5180 |
| 2026-01-08 | 342.3827 |
| 2026-01-15 | 340.4553 |
| 2026-01-22 | 334.7986 |
| 2026-01-29 | 337.5696 |
| 2026-02-05 | 338.4379 |
| 2026-02-12 | 327.5004 |
| 2026-02-19 | 325.2102 |
| 2026-02-26 | 325.3059 |
| 2026-03-05 | 325.8828 |
| 2026-03-12 | 323.8906 |
| 2026-03-19 | 323.4157 |
| 2026-03-26 | 319.5263 |
| 2026-04-02 | 322.6509 |
| 2026-04-09 | 321.0319 |
| 2026-04-16 | 313.0369 |
| 2026-04-23 | 317.1582 |
| 2026-04-30 | 320.2848 |
| 2026-05-07 | 319.0510 |
| 2026-05-15 | 319.9853 |
| 2026-05-23 | 323.8771 |
| 2026-05-30 | 323.5404 |
| 2026-06-06 | 331.8942 |
| 2026-06-15 | 325.6217 |
| 2026-06-22 | 331.8531 |
| 2026-06-29 | 336.0612 |
| 2026-07-06 | 338.3399 |
| 2026-07-13 | 337.6550 |
| 2026-07-20 | 333.6796 |
| 2026-07-27 | 336.1106 |
| 2026-08-03 | 334.8836 |
| 2026-08-10 | 338.5904 |
| 2026-08-17 | 329.8917 |
| 2026-08-25 | 339.0480 |
| 2026-09-01 | 340.9318 |
| 2026-09-08 | 339.6757 |
| 2026-09-15 | 337.5100 |
| 2026-09-22 | 342.5687 |
High
358.1906
Low
313.0369
Average
332.9443
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.