Circle Rate Calculator Kolkata

Circle Rate & Stamp Duty Calculator Kolkata body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; } .calculator-container { background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 30px; margin-bottom: 40px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .calc-title { text-align: center; color: #2c3e50; margin-bottom: 25px; font-weight: 700; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #495057; } .form-group input, .form-group select { width: 100%; padding: 12px; border: 1px solid #ced4da; border-radius: 4px; font-size: 16px; box-sizing: border-box; } .form-row { display: flex; gap: 15px; } .col-half { flex: 1; } .calc-btn { background-color: #0056b3; color: white; border: none; padding: 14px 20px; font-size: 18px; border-radius: 4px; cursor: pointer; width: 100%; font-weight: 600; transition: background-color 0.2s; } .calc-btn:hover { background-color: #004494; } .results-box { background-color: #ffffff; border: 1px solid #dee2e6; border-radius: 4px; padding: 20px; margin-top: 25px; display: none; } .result-item { display: flex; justify-content: space-between; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #e9ecef; } .result-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .result-label { color: #6c757d; font-weight: 500; } .result-value { font-weight: 700; color: #212529; } .total-value { color: #0056b3; font-size: 1.2em; } .disclaimer { font-size: 0.85em; color: #868e96; margin-top: 15px; text-align: center; } article { margin-top: 50px; border-top: 1px solid #eee; padding-top: 20px; } h2 { color: #2c3e50; margin-top: 30px; } p { margin-bottom: 15px; text-align: justify; } ul { margin-bottom: 20px; } li { margin-bottom: 8px; } @media (max-width: 600px) { .form-row { flex-direction: column; gap: 0; } .form-group { margin-bottom: 15px; } }

Kolkata Property Valuation & Stamp Duty Calculator

Sq. Feet (sq ft) Cottah Chatak Sq. Meter Decimal
Enter the rate found on the WB Registration portal for your specific zone/road.
The price you are actually paying for the property.
Corporation Area (KMC/HMC) Municipal Area Panchayat Area
Calculated Circle Rate Value: ₹0
Taxable Amount (Higher of Market/Circle): ₹0
Approx. Stamp Duty: ₹0
Registration Fee (1.1%): ₹0
Total Estimated Cost: ₹0

Note: Rates are indicative based on standard West Bengal Stamp Duty slabs. Actual assessment may vary due to gender rebates, litigation status, or specific WB government temporary rebate schemes.

function calculateKolkataProperty() { // Get Inputs var area = parseFloat(document.getElementById('propertyArea').value); var unit = document.getElementById('areaUnit').value; var rate = parseFloat(document.getElementById('circleRate').value); var marketVal = parseFloat(document.getElementById('marketValue').value) || 0; var locType = document.getElementById('locationType').value; // Validation if (isNaN(area) || isNaN(rate) || area <= 0 || rate 1 Crore: // – Corporation: 7% // – Municipality: 7% // – Panchayat: 6% // Value 10000000) { // Greater than 1 Crore if (locType === 'panch') { stampRate = 0.06; // 6% } else { stampRate = 0.07; // 7% (Corp/Muni) } } else { // Less than or equal to 1 Crore if (locType === 'panch') { stampRate = 0.05; // 5% } else { stampRate = 0.06; // 6% (Corp/Muni) } } // Calculate Stamp Duty var stampDuty = taxableAmount * stampRate; // 4. Calculate Registration Fee // Standard is 1.1% of the taxable value in West Bengal var regFeeRate = 0.011; var regFee = taxableAmount * regFeeRate; // 5. Total Cost var totalCost = stampDuty + regFee; // Display Results document.getElementById('resCircleVal').innerText = formatRupee(totalCircleValue); document.getElementById('resTaxable').innerText = formatRupee(taxableAmount); document.getElementById('resStampDuty').innerText = formatRupee(stampDuty) + " (" + (stampRate*100) + "%)"; document.getElementById('resRegFee').innerText = formatRupee(regFee); document.getElementById('resTotal').innerText = formatRupee(totalCost); // Show result box document.getElementById('resultBox').style.display = 'block'; } function formatRupee(num) { return "₹" + num.toLocaleString('en-IN', {maximumFractionDigits: 0}); }

Understanding Circle Rates and Property Valuation in Kolkata

When buying property in Kolkata or anywhere in West Bengal, understanding the Circle Rate (also known as the Ready Reckoner Rate) is crucial for calculating your budget. This rate is the minimum valuation defined by the State Government at which a property can be registered. This calculator helps you estimate the official valuation and the associated Stamp Duty and Registration fees.

What is the Circle Rate in Kolkata?

The Circle Rate is the government-determined minimum price for land or property in a specific area. In Kolkata, these rates vary significantly depending on the locality (e.g., Park Street vs. Jadavpur), the type of property (commercial vs. residential), and the width of the approach road. The West Bengal Directorate of Registration and Stamp Revenue periodically revises these rates.

How is Property Valuation Calculated?

The valuation of a property for Stamp Duty purposes is calculated based on the higher of two values:

  • Declared Agreement Value: The actual price you are paying to the seller.
  • Assessed Market Value (Circle Rate Value): Calculated as Area × Circle Rate per unit.

For example, if you buy a flat for ₹40 Lakhs, but the government circle rate valuation for that area comes to ₹45 Lakhs, you must pay Stamp Duty on ₹45 Lakhs.

Current Stamp Duty Rates in West Bengal (2024-25)

Stamp duty rates in West Bengal generally depend on the location of the property and its market value. Note that the state government occasionally announces temporary rebates (e.g., a 2% rebate was popular in recent fiscal years). Standard rates generally follow this structure:

For Properties in Corporation Areas (e.g., KMC, Howrah):

  • Value up to ₹1 Crore: Approx 6% Stamp Duty.
  • Value above ₹1 Crore: Approx 7% Stamp Duty.

For Properties in Panchayat Areas:

  • Value up to ₹1 Crore: Approx 5% Stamp Duty.
  • Value above ₹1 Crore: Approx 6% Stamp Duty.

Registration Fee: In addition to Stamp Duty, a Registration Fee of approximately 1.1% of the property value is applicable across the state.

Common Land Measurement Units in Kolkata

Real estate in Kolkata often uses traditional units alongside modern ones. This calculator supports the following:

  • Cottah (or Katha): Widely used for land plots. 1 Cottah ≈ 720 Sq. Ft.
  • Chatak: Smaller unit. 1 Chatak ≈ 45 Sq. Ft.
  • Square Feet: Standard for apartments and flats.
  • Decimal: Common in semi-urban areas. 1 Decimal ≈ 435.6 Sq. Ft.

How to Find the Exact Circle Rate?

To use this calculator accurately, you need the official rate per unit. You can find this by visiting the official wbregistration.gov.in website, navigating to the "Market Value of Land" section, and entering your District, Thana, and Mouza details.

Leave a Comment