Index Number Calculator Formula
Understand the math behind the index number calculator. Each variable explained with a worked example.
Formulas Used
Index Number
index_number = (current / base) * base_indexChange from Base (%)
pct_change = ((current / base) - 1) * 100Current / Base Ratio
ratio = current / baseVariables
| Variable | Description | Default |
|---|---|---|
current | Current Period Value | 125 |
base | Base Period Value | 100 |
base_index | Base Index (usually 100) | 100 |
How It Works
How to Calculate an Index Number
Formula
Index = (Current Value / Base Value) * Base Index
An index number expresses a value relative to a base period. The base period is typically set to 100. An index of 125 means a 25% increase from the base. Index numbers are used for price indices (CPI), stock indices, and economic indicators.
Worked Example
A commodity priced at $125 today vs. $100 in the base year.
current = 125base = 100base_index = 100
- 01Index = (125 / 100) * 100 = 125
- 02Change from base = ((125/100) - 1) * 100 = 25%
- 03The price is 25% above the base period.
Ready to run the numbers?
Open Index Number Calculator