Investment APIWeb Calculator UI
Free SGB vs Digital Gold vs Gold ETF Calculator API (2026)
Comprehensive API comparing net post-tax maturity value for Indian gold investments.
Interactive API Playground & Live Test
GET
/api/v1/sgb-comparisonQuery Parameters
Investment amount in ₹
Expected annual gold CAGR %
Holding period in years
Tax bracket % (default: 30)
curl -X GET "https://fincalculator.in/api/v1/sgb-comparison?amount=100000&cagr=10&years=8&bracket=30" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| amount | number | Required | Investment amount in ₹ |
| cagr | number | Required | Expected annual gold CAGR % |
| years | number | Required | Holding period in years |
| bracket | number | Optional | Tax bracket % (default: 30) |