Financial Calculations

Loan payments, savings, investments, and natural language finance.

Financial calculations (loans, savings) are an oft-needed calculation, and tricky to do by hand.

While you can use Excel-style functions (PMT), that is cumbersome. You can now do financial calculations in natural language:

Behind the scenes, Instacalc finds a keyword (loan), sees if relevant parameters are there (time period, rate, amount) and builds the function call. You can directly call loan(5%, 400k, 30 years) as well.

Excel-style Functions

For more control, use the standard Excel financial functions:

See the Excel compatibility guide for the full list of financial functions.