# Future Value of $1 Table (FVIF) Calculator > Calculate future-value interest factors and create a period-by-period FVIF table. Page: https://askcalculators.com/calculator/future-value-of-dollar-1-table-calculator/ Definition: https://askcalculators.com/calculator/future-value-of-dollar-1-table-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/future-value-of-dollar-1-table-calculator/schema.json Version: 1.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/future-value-of-dollar-1-table-calculator/?ratePerPeriod=5&periods=20 ## Inputs - ratePerPeriod: Interest rate per period; type=percent; required; default=5; min=-99.99; max=1000 - periods: Number of periods; type=number; required; default=20; min=1; max=500 ## Outputs - fvif: FVIF at final period; format=number; primary - futureValue: Future value of $1; format=currency - growthPercent: Total growth; format=percent ## Formula FVIF(i,n) = (1+i)^n ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.