Convert INR to PYG
Indian Rupee → Paraguayan Guaraní
1 INR = 61.873749 PYG(1 PYG = 0.0161619 INR)
Currency converter
1 INR =
61.8737 PYG
INR to PYG: last 30 days
Over the last 30 days, 1 INR traded between 61.6522 and 63.3267 PYG, averaging 62.2926 PYG. The INR/PYG rate is down 0.48% since 2026-08-28.
- 30-day high
- 63.3267
- 2026-09-07
- 30-day low
- 61.6522
- 2026-09-11
- 30-day average
- 62.2926
- Days with data: 30
- 30-day change
- -0.48%
- since 2026-08-28
63.3267
61.65222026-08-28 → 2026-09-26
| Date | 1 INR in PYG | Daily change |
|---|---|---|
| 2026-09-26 | 61.8737 | 0.00% |
| 2026-09-25 | 61.8737 | -0.03% |
| 2026-09-24 | 61.8932 | -0.33% |
| 2026-09-23 | 62.0993 | -0.14% |
| 2026-09-22 | 62.1869 | -0.34% |
| 2026-09-21 | 62.4 | +0.90% |
| 2026-09-20 | 61.8438 | -0.17% |
| 2026-09-19 | 61.9474 | +0.42% |
| 2026-09-18 | 61.6879 | -0.85% |
| 2026-09-17 | 62.2173 | -0.42% |
| 2026-09-16 | 62.4787 | -0.31% |
| 2026-09-15 | 62.6724 | +1.16% |
| 2026-09-14 | 61.9559 | -0.18% |
| 2026-09-13 | 62.0659 | +0.20% |
| 2026-09-12 | 61.9429 | +0.47% |
| Date | 1 INR in PYG | Daily change |
|---|---|---|
| 2026-09-11 | 61.6522 | -0.31% |
| 2026-09-10 | 61.8454 | -1.01% |
| 2026-09-09 | 62.4785 | -0.85% |
| 2026-09-08 | 63.0156 | -0.49% |
| 2026-09-07 | 63.3267 | +0.06% |
| 2026-09-06 | 63.2878 | -0.02% |
| 2026-09-05 | 63.2974 | +0.78% |
| 2026-09-04 | 62.8095 | +0.48% |
| 2026-09-03 | 62.5071 | +0.47% |
| 2026-09-02 | 62.2145 | -0.09% |
| 2026-09-01 | 62.2722 | -0.42% |
| 2026-08-31 | 62.5368 | +0.68% |
| 2026-08-30 | 62.1155 | +0.01% |
| 2026-08-29 | 62.1094 | -0.10% |
| 2026-08-28 | 62.1699 | — |
INR to PYG conversion table
1 INR61.8737 PYG
5 INR309.3687 PYG
10 INR618.7375 PYG
25 INR1,546.8437 PYG
50 INR3,093.6874 PYG
100 INR6,187.3749 PYG
500 INR30,936.874 PYG
1,000 INR61,873.749 PYG
5,000 INR309,368.74 PYG
10,000 INR618,737.49 PYG
Get the INR/PYG rate in your app
One GET request returns the latest INR → 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/INR/PYG"fetch('https://rate-api.com/api/v1/pair/INR/PYG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} PYG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/PYG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} PYG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/PYG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} PYG\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "PYG"
},
"rate": 61.8737,
"timestamp": 1790463161,
"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 INRParaguayan Guaraní → Indian Rupee0.016162Convert INR to other currencies
Convert other currencies to PYG
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.