Convert ANG to INR
Netherlands Antillean Guilder → Indian Rupee
1 ANG = 53.529234 INR(1 INR = 0.0186814 ANG)
Currency converter
1 ANG =
53.5292 INR
ANG to INR: last 30 days
Over the last 30 days, 1 ANG traded between 52.4226 and 53.6088 INR, averaging 53.0236 INR. The ANG/INR rate is up 1.01% since 2026-08-28.
- 30-day high
- 53.6088
- 2026-09-24
- 30-day low
- 52.4226
- 2026-09-07
- 30-day average
- 53.0236
- Days with data: 30
- 30-day change
- +1.01%
- since 2026-08-28
53.6088
52.42262026-08-28 → 2026-09-26
| Date | 1 ANG 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.82% |
| 2026-09-22 | 53.0497 | -0.33% |
| 2026-09-21 | 53.2254 | -0.23% |
| 2026-09-20 | 53.3466 | +0.14% |
| 2026-09-19 | 53.2734 | -0.52% |
| 2026-09-18 | 53.5533 | +1.04% |
| 2026-09-17 | 53.003 | -0.47% |
| 2026-09-16 | 53.2546 | -0.05% |
| 2026-09-15 | 53.2796 | +0.50% |
| 2026-09-14 | 53.0129 | -0.32% |
| 2026-09-13 | 53.1821 | +0.01% |
| 2026-09-12 | 53.1774 | +0.38% |
| Date | 1 ANG in INR | Daily change |
|---|---|---|
| 2026-09-11 | 52.9778 | +0.02% |
| 2026-09-10 | 52.9691 | +0.18% |
| 2026-09-09 | 52.8746 | +0.45% |
| 2026-09-08 | 52.6374 | +0.41% |
| 2026-09-07 | 52.4226 | -0.30% |
| 2026-09-06 | 52.5819 | +0.04% |
| 2026-09-05 | 52.5586 | +0.02% |
| 2026-09-04 | 52.5505 | +0.04% |
| 2026-09-03 | 52.5273 | -0.28% |
| 2026-09-02 | 52.6735 | -0.12% |
| 2026-09-01 | 52.7374 | +0.33% |
| 2026-08-31 | 52.5659 | -0.97% |
| 2026-08-30 | 53.081 | +0.07% |
| 2026-08-29 | 53.043 | +0.09% |
| 2026-08-28 | 52.9951 | — |
ANG to INR conversion table
1 ANG53.5292 INR
5 ANG267.6462 INR
10 ANG535.2923 INR
25 ANG1,338.2308 INR
50 ANG2,676.4617 INR
100 ANG5,352.9234 INR
500 ANG26,764.617 INR
1,000 ANG53,529.234 INR
5,000 ANG267,646.17 INR
10,000 ANG535,292.34 INR
Get the ANG/INR rate in your app
One GET request returns the latest ANG → 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/ANG/INR"fetch('https://rate-api.com/api/v1/pair/ANG/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ANG = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ANG/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ANG = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ANG/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ANG = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ANG",
"to": "INR"
},
"rate": 53.5292,
"timestamp": 1790435311,
"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 ANGIndian Rupee → Netherlands Antillean Guilder0.018681Convert ANG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.