Skip to content

PGK to UYU exchange rate API

Kina to Peso Uruguayo · quoted 2026-09-25

9.0134

▼ +6.42% over 1Y

1 PGK = 9.0134 UYU · 1 UYU = 0.11095 PGK · Get this rate via the API

1 PGK buys 9.0134 UYU as of 2026-09-25, so 1 UYU buys 0.11095 PGK. Over the last year, PGK/UYU traded between 8.8712 and 9.6319, averaged 9.2039 and fell 6.42%. The API holds daily PGK/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/UYU over 1Y

PGK/UYU over 1Y: show the values
PointPGK/UYU
2025-09-259.6319
2025-10-029.5342
2025-10-099.5948
2025-10-169.5775
2025-10-239.5824
2025-10-309.5156
2025-11-069.4246
2025-11-139.4173
2025-11-209.4141
2025-11-279.3422
2025-12-049.1528
2025-12-129.2527
2025-12-199.1961
2025-12-269.0740
2026-01-029.1102
2026-01-099.1524
2026-01-169.0640
2026-01-238.8712
2026-01-308.9728
2026-02-069.0021
2026-02-138.9558
2026-02-208.9942
2026-02-278.9122
2026-03-069.1500
2026-03-139.2725
2026-03-209.3786
2026-03-279.4053
2026-04-039.3661
2026-04-109.3816
2026-04-179.2025
2026-04-249.1496
2026-05-019.1625
2026-05-089.2245
2026-05-169.1101
2026-05-249.1797
2026-05-319.1966
2026-06-099.1829
2026-06-169.3013
2026-06-239.1429
2026-06-309.1317
2026-07-079.1471
2026-07-149.1633
2026-07-219.1284
2026-07-289.1057
2026-08-049.1505
2026-08-119.0871
2026-08-189.0649
2026-08-269.0650
2026-09-029.1182
2026-09-099.0660
2026-09-168.9931
2026-09-239.0209

High

9.6319

Low

8.8712

Average

9.2039

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/UYU API questions

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

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

How far back does PGK/UYU historical data go?

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