Convert INR to CUP
Indian Rupee → Cuban Peso
1 INR = 0.250485 CUP(1 CUP = 3.992249 INR)
Currency converter
1 INR =
0.25049 CUP
INR to CUP: last 30 days
Over the last 30 days, 1 INR traded between 0.25049 and 0.2806 CUP, averaging 0.27612 CUP. The INR/CUP rate is down 9.80% since 2026-08-28.
- 30-day high
- 0.2806
- 2026-09-05
- 30-day low
- 0.25049
- 2026-09-25
- 30-day average
- 0.27612
- Days with data: 30
- 30-day change
- -9.80%
- since 2026-08-28
0.2806
0.250492026-08-28 → 2026-09-26
| Date | 1 INR in CUP | Daily change |
|---|---|---|
| 2026-09-26 | 0.25049 | 0.00% |
| 2026-09-25 | 0.25049 | -9.34% |
| 2026-09-24 | 0.27629 | -0.24% |
| 2026-09-23 | 0.27695 | -0.11% |
| 2026-09-22 | 0.27725 | +0.26% |
| 2026-09-21 | 0.27654 | +0.05% |
| 2026-09-20 | 0.27639 | -0.00% |
| 2026-09-19 | 0.2764 | +0.01% |
| 2026-09-18 | 0.27639 | +0.09% |
| 2026-09-17 | 0.27614 | -0.00% |
| 2026-09-16 | 0.27615 | -0.01% |
| 2026-09-15 | 0.27619 | -0.42% |
| 2026-09-14 | 0.27737 | -0.02% |
| 2026-09-13 | 0.27743 | -0.00% |
| 2026-09-12 | 0.27744 | +0.03% |
| Date | 1 INR in CUP | Daily change |
|---|---|---|
| 2026-09-11 | 0.27735 | -0.11% |
| 2026-09-10 | 0.27765 | -0.35% |
| 2026-09-09 | 0.27863 | -0.29% |
| 2026-09-08 | 0.27944 | -0.35% |
| 2026-09-07 | 0.28043 | -0.03% |
| 2026-09-06 | 0.28052 | -0.03% |
| 2026-09-05 | 0.2806 | +0.04% |
| 2026-09-04 | 0.28048 | +0.01% |
| 2026-09-03 | 0.28045 | +0.48% |
| 2026-09-02 | 0.27912 | -0.01% |
| 2026-09-01 | 0.27915 | +0.24% |
| 2026-08-31 | 0.27847 | +0.23% |
| 2026-08-30 | 0.27783 | -0.03% |
| 2026-08-29 | 0.2779 | +0.07% |
| 2026-08-28 | 0.27771 | — |
INR to CUP conversion table
1 INR0.25049 CUP
5 INR1.2524 CUP
10 INR2.5049 CUP
25 INR6.2621 CUP
50 INR12.5243 CUP
100 INR25.0485 CUP
500 INR125.2427 CUP
1,000 INR250.4854 CUP
5,000 INR1,252.4269 CUP
10,000 INR2,504.8538 CUP
Get the INR/CUP rate in your app
One GET request returns the latest INR → CUP 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/CUP"fetch('https://rate-api.com/api/v1/pair/INR/CUP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CUP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CUP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CUP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CUP');
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']} CUP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CUP"
},
"rate": 0.2505,
"timestamp": 1790429390,
"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
CUP to INRCuban Peso → Indian Rupee3.9922Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.