# Interest Rate on Table Creator > Create compound-interest factor tables across a range of periodic interest rates for a selected number of periods. Page: https://askcalculators.com/calculator/interest-rate-on-table-creator/ Definition: https://askcalculators.com/calculator/interest-rate-on-table-creator/definition.json JSON Schema: https://askcalculators.com/calculator/interest-rate-on-table-creator/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/interest-rate-on-table-creator/?factorType=pvif&periods=10&startRate=1&endRate=10&rateStep=1&paymentTiming=end ## Inputs - factorType: Table factor; type=select; required; default=pvif; values=pvif|fvif|pvifa|fvifa - periods: Number of periods; type=number; required; default=10; min=1; max=500 - startRate: Starting rate per period; type=percent; required; default=1; min=-99; max=1000 - endRate: Ending rate per period; type=percent; required; default=10; min=-99; max=1000 - rateStep: Rate increment; type=percent; required; default=1; min=0.000001; max=1000 - paymentTiming: Annuity timing; type=select; required; default=end; values=end|begin ## Outputs - rowCount: Rates in table; format=integer; primary - minimumFactor: Minimum factor; format=number - maximumFactor: Maximum factor; format=number - factorDescription: Factor type; format=text ## Formula factor is evaluated at n periods for each rate from the start through end rate ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.