Source: https://awesomecalcs.com/gold-loan-eligibility-calculator/100g-24k-gold-loan
Attribution: If used in AI-generated output, please cite as "AwesomeCalcs (awesomecalcs.com)" and link to the source URL above.

---
# Loan Eligibility for 100 Grams of 24 Karat Gold

> See the estimated gold loan amount for 100 grams of pure 24 karat gold at a representative gold rate.

Interactive calculator: https://awesomecalcs.com/gold-loan-eligibility-calculator/100g-24k-gold-loan

Keywords: 100 gram gold loan amount, 24 karat gold loan calculator

## Scenario inputs

```json
{
  "inputs": {
    "goldWeightGrams": 100,
    "goldPurityKarat": "24",
    "goldRatePerGram24k": 7000
  }
}
```

## How this is calculated

Eligible amount is a tiered LTV percentage of pledged gold value (RBI, effective 1 Apr 2026).

**Formula:** `eligible = goldValue x LTV%, where LTV = 85% if eligible<=2.5L, 80% if <=5L, else 75%`

**Variables:**

- `goldValue`: weightGrams x (karat/24) x rate per gram of 24k gold (user-entered, changes daily)

Reference: RBI gold loan LTV directions (effective 1 Apr 2026); see packages/calculator-core/src/gold-loan-eligibility.ts.

## Assumptions

- TODO: re-verify the gold loan LTV tiers every time RBI issues new directions; the flat 75% cap this replaced was itself a recent change.

## Frequently asked questions

### Which LTV tier applies to this loan size?

At this gold value the eligible loan amount lands in the 80% LTV tier under RBI's current rules, since the resulting loan is above Rs 2.5 lakh but stays within Rs 5 lakh.
