{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Compound Interest Reference Grid",
  "description": "Pre-computed compound-interest future values. Exact, deterministic. Attribution: aihowtoinvest.com.",
  "creator": {
    "@type": "Organization",
    "name": "AI How To Invest",
    "url": "https://aihowtoinvest.com"
  },
  "dateModified": "2026-06-30T12:00:01.601820+00:00",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "data": [
    {
      "@type": "Observation",
      "question": "$1,000 at 5% for 10 years",
      "principal": 1000,
      "annual_rate_pct": 5,
      "years": 10,
      "future_value": 1629,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 5% for 20 years",
      "principal": 1000,
      "annual_rate_pct": 5,
      "years": 20,
      "future_value": 2653,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 5% for 30 years",
      "principal": 1000,
      "annual_rate_pct": 5,
      "years": 30,
      "future_value": 4322,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 7% for 10 years",
      "principal": 1000,
      "annual_rate_pct": 7,
      "years": 10,
      "future_value": 1967,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 7% for 20 years",
      "principal": 1000,
      "annual_rate_pct": 7,
      "years": 20,
      "future_value": 3870,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 7% for 30 years",
      "principal": 1000,
      "annual_rate_pct": 7,
      "years": 30,
      "future_value": 7612,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 10% for 10 years",
      "principal": 1000,
      "annual_rate_pct": 10,
      "years": 10,
      "future_value": 2594,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 10% for 20 years",
      "principal": 1000,
      "annual_rate_pct": 10,
      "years": 20,
      "future_value": 6727,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$1,000 at 10% for 30 years",
      "principal": 1000,
      "annual_rate_pct": 10,
      "years": 30,
      "future_value": 17449,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 5% for 10 years",
      "principal": 10000,
      "annual_rate_pct": 5,
      "years": 10,
      "future_value": 16289,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 5% for 20 years",
      "principal": 10000,
      "annual_rate_pct": 5,
      "years": 20,
      "future_value": 26533,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 5% for 30 years",
      "principal": 10000,
      "annual_rate_pct": 5,
      "years": 30,
      "future_value": 43219,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 7% for 10 years",
      "principal": 10000,
      "annual_rate_pct": 7,
      "years": 10,
      "future_value": 19672,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 7% for 20 years",
      "principal": 10000,
      "annual_rate_pct": 7,
      "years": 20,
      "future_value": 38697,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 7% for 30 years",
      "principal": 10000,
      "annual_rate_pct": 7,
      "years": 30,
      "future_value": 76123,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 10% for 10 years",
      "principal": 10000,
      "annual_rate_pct": 10,
      "years": 10,
      "future_value": 25937,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 10% for 20 years",
      "principal": 10000,
      "annual_rate_pct": 10,
      "years": 20,
      "future_value": 67275,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$10,000 at 10% for 30 years",
      "principal": 10000,
      "annual_rate_pct": 10,
      "years": 30,
      "future_value": 174494,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 5% for 10 years",
      "principal": 50000,
      "annual_rate_pct": 5,
      "years": 10,
      "future_value": 81445,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 5% for 20 years",
      "principal": 50000,
      "annual_rate_pct": 5,
      "years": 20,
      "future_value": 132665,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 5% for 30 years",
      "principal": 50000,
      "annual_rate_pct": 5,
      "years": 30,
      "future_value": 216097,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 7% for 10 years",
      "principal": 50000,
      "annual_rate_pct": 7,
      "years": 10,
      "future_value": 98358,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 7% for 20 years",
      "principal": 50000,
      "annual_rate_pct": 7,
      "years": 20,
      "future_value": 193484,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 7% for 30 years",
      "principal": 50000,
      "annual_rate_pct": 7,
      "years": 30,
      "future_value": 380613,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 10% for 10 years",
      "principal": 50000,
      "annual_rate_pct": 10,
      "years": 10,
      "future_value": 129687,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 10% for 20 years",
      "principal": 50000,
      "annual_rate_pct": 10,
      "years": 20,
      "future_value": 336375,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$50,000 at 10% for 30 years",
      "principal": 50000,
      "annual_rate_pct": 10,
      "years": 30,
      "future_value": 872470,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 5% for 10 years",
      "principal": 100000,
      "annual_rate_pct": 5,
      "years": 10,
      "future_value": 162889,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 5% for 20 years",
      "principal": 100000,
      "annual_rate_pct": 5,
      "years": 20,
      "future_value": 265330,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 5% for 30 years",
      "principal": 100000,
      "annual_rate_pct": 5,
      "years": 30,
      "future_value": 432194,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 7% for 10 years",
      "principal": 100000,
      "annual_rate_pct": 7,
      "years": 10,
      "future_value": 196715,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 7% for 20 years",
      "principal": 100000,
      "annual_rate_pct": 7,
      "years": 20,
      "future_value": 386968,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 7% for 30 years",
      "principal": 100000,
      "annual_rate_pct": 7,
      "years": 30,
      "future_value": 761226,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 10% for 10 years",
      "principal": 100000,
      "annual_rate_pct": 10,
      "years": 10,
      "future_value": 259374,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 10% for 20 years",
      "principal": 100000,
      "annual_rate_pct": 10,
      "years": 20,
      "future_value": 672750,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    },
    {
      "@type": "Observation",
      "question": "$100,000 at 10% for 30 years",
      "principal": 100000,
      "annual_rate_pct": 10,
      "years": 30,
      "future_value": 1744940,
      "formula": "principal * (1 + rate)^years",
      "source_url": "https://aihowtoinvest.com/compound-interest-calculator"
    }
  ]
}