Convert USD to PYG
US Dollar → Paraguayan Guaraní
1 USD = 5,928.5773 PYG(1 PYG = 0.000168675 USD)
Currency converter
1 USD =
5,928.5773 PYG
USD to PYG: last 30 days
Over the last 30 days, 1 USD traded between 5,891.4849 and 6,014.046 PYG, averaging 5,941.6587 PYG. The USD/PYG rate is down 0.03% since 2026-08-28.
- 30-day high
- 6,014.046
- 2026-09-15
- 30-day low
- 5,891.4849
- 2026-09-11
- 30-day average
- 5,941.6587
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-28
6,014.046
5,891.48492026-08-28 → 2026-09-26
| Date | 1 USD in PYG | Daily change |
|---|---|---|
| 2026-09-26 | 5,928.5773 | 0.00% |
| 2026-09-25 | 5,928.5773 | -0.18% |
| 2026-09-24 | 5,939.2607 | -0.10% |
| 2026-09-23 | 5,945.4506 | +0.02% |
| 2026-09-22 | 5,944.4494 | -0.58% |
| 2026-09-21 | 5,979.1677 | +0.84% |
| 2026-09-20 | 5,929.5861 | -0.17% |
| 2026-09-19 | 5,939.5188 | +0.42% |
| 2026-09-18 | 5,914.632 | -0.91% |
| 2026-09-17 | 5,969.128 | -0.44% |
| 2026-09-16 | 5,995.4527 | -0.31% |
| 2026-09-15 | 6,014.046 | +1.58% |
| 2026-09-14 | 5,920.5084 | -0.18% |
| 2026-09-13 | 5,931.014 | +0.20% |
| 2026-09-12 | 5,919.2633 | +0.47% |
| Date | 1 USD in PYG | Daily change |
|---|---|---|
| 2026-09-11 | 5,891.4849 | -0.19% |
| 2026-09-10 | 5,902.5209 | -0.67% |
| 2026-09-09 | 5,942.3337 | -0.56% |
| 2026-09-08 | 5,975.769 | -0.13% |
| 2026-09-07 | 5,983.74 | +0.06% |
| 2026-09-06 | 5,980.0598 | -0.02% |
| 2026-09-05 | 5,980.9739 | +0.78% |
| 2026-09-04 | 5,934.8702 | +0.48% |
| 2026-09-03 | 5,906.2937 | -0.04% |
| 2026-09-02 | 5,908.5097 | -0.07% |
| 2026-09-01 | 5,912.7479 | -0.65% |
| 2026-08-31 | 5,951.6266 | +0.45% |
| 2026-08-30 | 5,925.1929 | +0.01% |
| 2026-08-29 | 5,924.618 | -0.10% |
| 2026-08-28 | 5,930.3874 | — |
USD to PYG conversion table
1 USD5,928.5773 PYG
5 USD29,642.887 PYG
10 USD59,285.773 PYG
25 USD148,214.43 PYG
50 USD296,428.87 PYG
100 USD592,857.73 PYG
500 USD2,964,288.7 PYG
1,000 USD5,928,577.3 PYG
5,000 USD29,642,887 PYG
10,000 USD59,285,773 PYG
Get the USD/PYG rate in your app
One GET request returns the latest USD → PYG rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/USD/PYG"fetch('https://rate-api.com/api/v1/pair/USD/PYG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} PYG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/PYG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} PYG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/PYG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} PYG\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "PYG"
},
"rate": 5928.5773,
"timestamp": 1790429306,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
PYG to USDParaguayan Guaraní → US Dollar0.00016867Convert USD to other currencies
Convert other currencies to PYG
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.