Skip to content

PGK to UYU exchange rate API

Kina to Peso Uruguayo · quoted 2026-09-25

8.9964

▼ +4.23% over 6M

1 PGK = 8.9964 UYU · 1 UYU = 0.11116 PGK · Get this rate via the API

1 PGK buys 8.9964 UYU as of 2026-09-25, so 1 UYU buys 0.11116 PGK. Over the last 6 months, PGK/UYU traded between 8.9317 and 9.3940, averaged 9.1220 and fell 4.23%. 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 6M

PGK/UYU over 6M: show the values
PointPGK/UYU
2026-03-299.3940
2026-04-059.3575
2026-04-129.3209
2026-04-199.1773
2026-04-269.1073
2026-05-039.1808
2026-05-109.0766
2026-05-189.1963
2026-05-269.1607
2026-06-029.2097
2026-06-119.2200
2026-06-189.2002
2026-06-259.0671
2026-07-029.1325
2026-07-099.1484
2026-07-169.0553
2026-07-239.0009
2026-07-309.0424
2026-08-069.1020
2026-08-139.0594
2026-08-218.9471
2026-08-289.0677
2026-09-048.9317
2026-09-119.0308
2026-09-188.9896

High

9.3940

Low

8.9317

Average

9.1220

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.