Convert AWG to INR
Aruban Florin → Indian Rupee
1 AWG = 53.529234 INR(1 INR = 0.0186814 AWG)
Currency converter
1 AWG =
53.5292 INR
AWG to INR: last 30 days
Over the last 30 days, 1 AWG traded between 52.7877 and 53.6089 INR, averaging 53.2758 INR. The AWG/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 53.6089
- 2026-09-15
- 30-day low
- 52.7877
- 2026-09-03
- 30-day average
- 53.2758
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
53.6089
52.78772026-08-28 → 2026-09-26
| Date | 1 AWG in INR | Daily change |
|---|---|---|
| 2026-09-26 | 53.5292 | 0.00% |
| 2026-09-25 | 53.5292 | -0.15% |
| 2026-09-24 | 53.6088 | +0.23% |
| 2026-09-23 | 53.4866 | +0.16% |
| 2026-09-22 | 53.4022 | -0.24% |
| 2026-09-21 | 53.5307 | -0.06% |
| 2026-09-20 | 53.5642 | 0.00% |
| 2026-09-19 | 53.5642 | +0.70% |
| 2026-09-18 | 53.1928 | -0.76% |
| 2026-09-17 | 53.5978 | -0.02% |
| 2026-09-16 | 53.6089 | 0.00% |
| 2026-09-15 | 53.6089 | +0.42% |
| 2026-09-14 | 53.3855 | 0.00% |
| 2026-09-13 | 53.3855 | 0.00% |
| 2026-09-12 | 53.3855 | 0.00% |
| Date | 1 AWG in INR | Daily change |
|---|---|---|
| 2026-09-11 | 53.3855 | +0.13% |
| 2026-09-10 | 53.3184 | +0.35% |
| 2026-09-09 | 53.1341 | +0.30% |
| 2026-09-08 | 52.9777 | +0.36% |
| 2026-09-07 | 52.7877 | 0.00% |
| 2026-09-06 | 52.7877 | 0.00% |
| 2026-09-05 | 52.7877 | 0.00% |
| 2026-09-04 | 52.7877 | 0.00% |
| 2026-09-03 | 52.7877 | -0.51% |
| 2026-09-02 | 53.0559 | +0.02% |
| 2026-09-01 | 53.0447 | -0.23% |
| 2026-08-31 | 53.1676 | -0.23% |
| 2026-08-30 | 53.2905 | 0.00% |
| 2026-08-29 | 53.2905 | 0.00% |
| 2026-08-28 | 53.2905 | — |
AWG to INR conversion table
1 AWG53.5292 INR
5 AWG267.6462 INR
10 AWG535.2923 INR
25 AWG1,338.2308 INR
50 AWG2,676.4617 INR
100 AWG5,352.9234 INR
500 AWG26,764.617 INR
1,000 AWG53,529.234 INR
5,000 AWG267,646.17 INR
10,000 AWG535,292.34 INR
Get the AWG/INR rate in your app
One GET request returns the latest AWG → INR 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/AWG/INR"fetch('https://rate-api.com/api/v1/pair/AWG/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AWG = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AWG/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AWG = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AWG/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AWG = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "AWG",
"to": "INR"
},
"rate": 53.5292,
"timestamp": 1790435336,
"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
INR to AWGIndian Rupee → Aruban Florin0.018681Convert AWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.