Convert INR to CRC
Indian Rupee → Costa Rican Colón
1 INR = 4.740566 CRC(1 CRC = 0.210945 INR)
Currency converter
1 INR =
4.7406 CRC
INR to CRC: last 30 days
Over the last 30 days, 1 INR traded between 4.6544 and 4.8024 CRC, averaging 4.7291 CRC. The INR/CRC rate is down 0.03% since 2026-08-29.
- 30-day high
- 4.8024
- 2026-09-07
- 30-day low
- 4.6544
- 2026-09-20
- 30-day average
- 4.7291
- Days with data: 30
- 30-day change
- -0.03%
- since 2026-08-29
4.8024
4.65442026-08-29 → 2026-09-27
| Date | 1 INR in CRC | Daily change |
|---|---|---|
| 2026-09-27 | 4.7406 | 0.00% |
| 2026-09-26 | 4.7406 | +0.18% |
| 2026-09-25 | 4.7322 | +0.29% |
| 2026-09-24 | 4.7183 | -0.01% |
| 2026-09-23 | 4.7187 | +0.84% |
| 2026-09-22 | 4.6793 | +0.28% |
| 2026-09-21 | 4.666 | +0.25% |
| 2026-09-20 | 4.6544 | -0.22% |
| 2026-09-19 | 4.6647 | -0.01% |
| 2026-09-18 | 4.6652 | -0.45% |
| 2026-09-17 | 4.6862 | +0.40% |
| 2026-09-16 | 4.6677 | -0.44% |
| 2026-09-15 | 4.6882 | -0.62% |
| 2026-09-14 | 4.7175 | +0.62% |
| 2026-09-13 | 4.6883 | -0.32% |
| Date | 1 INR in CRC | Daily change |
|---|---|---|
| 2026-09-12 | 4.7033 | -0.76% |
| 2026-09-11 | 4.7394 | -0.38% |
| 2026-09-10 | 4.7572 | -0.22% |
| 2026-09-09 | 4.7679 | -0.37% |
| 2026-09-08 | 4.7855 | -0.35% |
| 2026-09-07 | 4.8024 | +0.61% |
| 2026-09-06 | 4.7734 | -0.07% |
| 2026-09-05 | 4.7769 | -0.37% |
| 2026-09-04 | 4.7946 | -0.01% |
| 2026-09-03 | 4.795 | +0.35% |
| 2026-09-02 | 4.7782 | +0.38% |
| 2026-09-01 | 4.7599 | +0.11% |
| 2026-08-31 | 4.7547 | +0.85% |
| 2026-08-30 | 4.7145 | -0.58% |
| 2026-08-29 | 4.742 | — |
INR to CRC conversion table
1 INR4.7406 CRC
5 INR23.7028 CRC
10 INR47.4057 CRC
25 INR118.5142 CRC
50 INR237.0283 CRC
100 INR474.0566 CRC
500 INR2,370.2831 CRC
1,000 INR4,740.5661 CRC
5,000 INR23,702.831 CRC
10,000 INR47,405.661 CRC
Get the INR/CRC rate in your app
One GET request returns the latest INR → CRC 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/CRC"fetch('https://rate-api.com/api/v1/pair/INR/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CRC');
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']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CRC"
},
"rate": 4.7406,
"timestamp": 1790470815,
"date": "2026-09-27"
}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
CRC to INRCosta Rican Colón → Indian Rupee0.21095Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.