Convert CUP to INR
Cuban Peso → Indian Rupee
1 CUP = 3.992249 INR(1 INR = 0.250485 CUP)
Currency converter
1 CUP =
3.9922 INR
CUP to INR: last 30 days
Over the last 30 days, 1 CUP traded between 3.5638 and 3.9922 INR, averaging 3.6242 INR. The CUP/INR rate is up 10.87% since 2026-08-28.
- 30-day high
- 3.9922
- 2026-09-25
- 30-day low
- 3.5638
- 2026-09-05
- 30-day average
- 3.6242
- Days with data: 30
- 30-day change
- +10.87%
- since 2026-08-28
3.9922
3.56382026-08-28 → 2026-09-26
| Date | 1 CUP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 3.9922 | 0.00% |
| 2026-09-25 | 3.9922 | +10.30% |
| 2026-09-24 | 3.6194 | +0.24% |
| 2026-09-23 | 3.6107 | +0.11% |
| 2026-09-22 | 3.6068 | -0.26% |
| 2026-09-21 | 3.6161 | -0.05% |
| 2026-09-20 | 3.6181 | +0.00% |
| 2026-09-19 | 3.6179 | -0.01% |
| 2026-09-18 | 3.6181 | -0.09% |
| 2026-09-17 | 3.6214 | +0.00% |
| 2026-09-16 | 3.6212 | +0.01% |
| 2026-09-15 | 3.6207 | +0.43% |
| 2026-09-14 | 3.6054 | +0.02% |
| 2026-09-13 | 3.6045 | +0.00% |
| 2026-09-12 | 3.6044 | -0.03% |
| Date | 1 CUP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 3.6056 | +0.11% |
| 2026-09-10 | 3.6017 | +0.35% |
| 2026-09-09 | 3.589 | +0.29% |
| 2026-09-08 | 3.5785 | +0.35% |
| 2026-09-07 | 3.566 | +0.03% |
| 2026-09-06 | 3.5648 | +0.03% |
| 2026-09-05 | 3.5638 | -0.04% |
| 2026-09-04 | 3.5653 | -0.01% |
| 2026-09-03 | 3.5658 | -0.47% |
| 2026-09-02 | 3.5827 | +0.01% |
| 2026-09-01 | 3.5823 | -0.24% |
| 2026-08-31 | 3.5911 | -0.23% |
| 2026-08-30 | 3.5993 | +0.03% |
| 2026-08-29 | 3.5984 | -0.07% |
| 2026-08-28 | 3.6009 | — |
CUP to INR conversion table
1 CUP3.9922 INR
5 CUP19.9612 INR
10 CUP39.9225 INR
25 CUP99.8062 INR
50 CUP199.6125 INR
100 CUP399.2249 INR
500 CUP1,996.1245 INR
1,000 CUP3,992.249 INR
5,000 CUP19,961.245 INR
10,000 CUP39,922.49 INR
Get the CUP/INR rate in your app
One GET request returns the latest CUP → 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/CUP/INR"fetch('https://rate-api.com/api/v1/pair/CUP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "INR"
},
"rate": 3.9922,
"timestamp": 1790432125,
"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 CUPIndian Rupee → Cuban Peso0.25049Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.