{
  "id": "interest-rate-calculator",
  "version": "7.0.0",
  "name": "Interest Rate Calculator",
  "shortName": "Interest Rate",
  "description": "Calculate the required annual interest rate to earn a specific amount of interest.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "interest",
    "rate"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/interest-rate-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/interest-rate-calculator/",
    "definition": "/calculator/interest-rate-calculator/definition.json",
    "schema": "/calculator/interest-rate-calculator/schema.json",
    "llms": "/calculator/interest-rate-calculator/llms.txt",
    "legacyDefinition": "/calculator/interest-rate-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/interest-rate-calculator/?principal=10000&totalInterest=2000&time=4",
  "queryParameters": {
    "principal": {
      "label": "Principal Amount ($)",
      "type": "number",
      "required": false,
      "default": 10000
    },
    "totalInterest": {
      "label": "Total Interest Earned ($)",
      "type": "number",
      "required": false,
      "default": 2000
    },
    "time": {
      "label": "Time Period (Years)",
      "type": "number",
      "required": false,
      "default": 4
    }
  },
  "inputs": [
    {
      "id": "principal",
      "label": "Principal Amount ($)",
      "type": "number",
      "defaultValue": 10000
    },
    {
      "id": "totalInterest",
      "label": "Total Interest Earned ($)",
      "type": "number",
      "defaultValue": 2000
    },
    {
      "id": "time",
      "label": "Time Period (Years)",
      "type": "number",
      "defaultValue": 4
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Simple annual interest rate = total interest ÷ (principal × years) × 100."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "principal": 10000,
        "totalInterest": 2000,
        "time": 4
      }
    }
  ],
  "sources": []
}
