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: show the values
| Point | PGK/UYU |
|---|---|
| 2025-09-25 | 9.6319 |
| 2025-10-02 | 9.5342 |
| 2025-10-09 | 9.5948 |
| 2025-10-16 | 9.5775 |
| 2025-10-23 | 9.5824 |
| 2025-10-30 | 9.5156 |
| 2025-11-06 | 9.4246 |
| 2025-11-13 | 9.4173 |
| 2025-11-20 | 9.4141 |
| 2025-11-27 | 9.3422 |
| 2025-12-04 | 9.1528 |
| 2025-12-12 | 9.2527 |
| 2025-12-19 | 9.1961 |
| 2025-12-26 | 9.0740 |
| 2026-01-02 | 9.1102 |
| 2026-01-09 | 9.1524 |
| 2026-01-16 | 9.0640 |
| 2026-01-23 | 8.8712 |
| 2026-01-30 | 8.9728 |
| 2026-02-06 | 9.0021 |
| 2026-02-13 | 8.9558 |
| 2026-02-20 | 8.9942 |
| 2026-02-27 | 8.9122 |
| 2026-03-06 | 9.1500 |
| 2026-03-13 | 9.2725 |
| 2026-03-20 | 9.3786 |
| 2026-03-27 | 9.4053 |
| 2026-04-03 | 9.3661 |
| 2026-04-10 | 9.3816 |
| 2026-04-17 | 9.2025 |
| 2026-04-24 | 9.1496 |
| 2026-05-01 | 9.1625 |
| 2026-05-08 | 9.2245 |
| 2026-05-16 | 9.1101 |
| 2026-05-24 | 9.1797 |
| 2026-05-31 | 9.1966 |
| 2026-06-09 | 9.1829 |
| 2026-06-16 | 9.3013 |
| 2026-06-23 | 9.1429 |
| 2026-06-30 | 9.1317 |
| 2026-07-07 | 9.1471 |
| 2026-07-14 | 9.1633 |
| 2026-07-21 | 9.1284 |
| 2026-07-28 | 9.1057 |
| 2026-08-04 | 9.1505 |
| 2026-08-11 | 9.0871 |
| 2026-08-18 | 9.0649 |
| 2026-08-26 | 9.0650 |
| 2026-09-02 | 9.1182 |
| 2026-09-09 | 9.0660 |
| 2026-09-16 | 8.9931 |
| 2026-09-23 | 9.0209 |
High
9.6319
Low
8.8712
Average
9.2039
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.