nestegg-calculators

90+ pure finance calculators: loans, investing, bonds, options, tax.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    90+ pure finance calculators: loans, investing, bonds, options, tax. Stateless, stores nothing.

    Список инструментов сервера (99)

    Технические названия из tools/list. Нужны только разработчикам.

    amortizationMonthly loan amortization schedule and summary. Supports dated extra principal payments and a rate-fixed period. detail controls output size: 'summary' (default) returns totals plus a per-year breakdown; 'monthly' returns the full schedule (paginate with offset/limit). Returns numbers and schedules; no advice.
    loan-payoffTime and interest saved by paying a fixed extra amount every month on a loan, versus the baseline schedule.
    future-valueFuture value of a single lump sum compounded annually.
    contributionsFuture value of a fixed monthly contribution, optionally stepping up each year.
    cagrCompound annual growth rate between two values over a number of years. Returns a decimal (0.07 means 7%).
    savings-rateFraction of income saved (savings divided by income). Returns a decimal.
    fx-convertConvert an amount using a rate supplied by the caller (units of target currency per unit of source). No rate is ever looked up.
    depreciateValue after compounding down (or up) at a yearly percentage rate over a number of years. This is the method the app uses for long-term assets.
    straight-line-depreciationStraight-line depreciation: value falling evenly to a salvage value over a useful life.
    fire-numberFIRE target nest egg from annual spend and a safe withdrawal rate (default 4%), plus the gap from today and the years to reach it given optional savings and growth. No advice.
    required-contributionInverse of contributions: the fixed monthly amount needed to reach a target future value over a number of months, given an optional starting balance.
    inflation-adjustConvert a nominal amount to today's purchasing power (real), or with toNominal inflate a real amount forward, at a given annual inflation rate.
    effective-rateConvert a nominal annual rate to the effective annual rate (APY) for a compounding frequency, or with toNominal recover the nominal rate from an APY.
    npvNet present value of a cashflow series (index 0 is today; outflows negative) discounted at a per-period rate.
    irrInternal rate of return: the per-period rate that zeroes the NPV of a cashflow series. Returns a percent, or null when the series never crosses zero.
    refi-breakevenRefinance break-even: monthly saving, whole months to recoup closing costs, and (if remainingMonths given) the net saving over the remaining term.
    emergency-fundMonths of runway: liquid savings divided by monthly expenses.
    mortgage-affordabilityMaximum loan and home price the income supports: the DTI cap on gross monthly income (less existing debts) sets the payment, whose present value at the rate and term is the loan.
    debt-payoffMulti-debt payoff plan under a fixed monthly budget. method 'avalanche' (highest rate first) minimizes interest; 'snowball' (smallest balance first) clears accounts soonest. Returns months, total interest, and payoff order; flags insolvent budgets.
    portfolio-longevityHow many years a balance lasts while withdrawing from it: the balance grows each year, then the withdrawal (optionally stepping up) is taken. Returns the depletion year, or sustainable=true when it outlasts 200 years.
    present-valuePresent value of a single future amount discounted annually. The inverse of future-value.
    required-returnAnnual return needed to grow a starting value to a target over a number of years, optionally with a fixed annual contribution. With no contribution this equals CAGR. Returns a percent, or null when unreachable.
    yield-to-maturityBond yield to maturity: the nominal annual yield that prices a bond at the given price, with periodic coupons and face returned at maturity. Solved numerically. Returns a percent, or null.
    tax-from-bracketsProgressive tax from caller-supplied brackets. No jurisdiction, year, or rates are baked in: pass the brackets yourself. Returns total tax, effective rate, and marginal rate.
    margin-markupConvert between margin and markup. Supply any one of cost/price plus one of marginPct/markupPct (or both cost and price); returns cost, price, profit, marginPct, and markupPct.
    compound-interestCompound growth at any frequency, with an optional contribution each period (paid at period end). Generalizes future-value (periodsPerYear 1) and contributions (periodsPerYear 12).
    de-gross-to-netGerman net (Netto) salary from gross (Brutto). No tax tables are baked in: look up the current year's statutory figures and pass them in. Income tax (Lohnsteuer) and Soli are amounts; church tax is a percent of the income tax; the four employee social rates and the two contribution ceilings are inputs. Use consistent units (e.g. all annual).
    de-net-salaryExact German net (Netto) salary from annual gross (Brutto) for tax years 2023-2026. Income tax and Soli follow the official BMF Programmablaufplan for the year (to the euro; 2024 uses the retroactive December tariff), church tax comes from the PAP's Kirchensteuer base, and employee social insurance uses that year's ceilings and rates (KV Zusatzbeitrag defaults to the year's average). Earlier years are rejected - use de-gross-to-net with self-supplied figures instead.
    de-abgeltungsteuerGerman flat tax on capital income (Abgeltungsteuer, §32d EStG) for tax years 2023-2026 with the year's Sparerpauschbetrag built in. 25% above the allowance, Soli 5.5% on top (no Freigrenze for capital income), and with church tax the statutory reduced rate (e.g. 24.45% at 9%) plus the church tax itself.
    de-kindergeldGerman child benefit (Kindergeld) for 2023-2026: the year's flat monthly amount per child (uniform since 2023), as monthly and annual totals.
    de-midijobGerman Midijob / Uebergangsbereich (paragraph 20 Abs. 2a SGB IV) for 2023-2026: classifies a monthly pay as Minijob / Midijob / regular against the year's thresholds and, inside the Midijob band, computes the reduced contribution bases (Faktor F from the year's rates) and the employee vs employer social-insurance split.
    de-rentenpunkteGerman pension points (Entgeltpunkte, paragraph 63 SGB VI) for 2023-2026: points earned from an annual gross via the year's Durchschnittsentgelt (capped at the contribution ceiling), the aktueller Rentenwert for both halves of the year, and optionally the gross monthly state pension for a total point count.
    vatValue-added tax (MwSt/USt, sales tax) on a price. By default adds the tax to a net price; with inclusive=true treats the amount as gross and extracts the tax. The rate is always an input (19 or 7 for Germany, etc.).
    roiReturn on investment: total percent gain, plus the annualized rate when a holding period in years is given.
    real-returnReal (inflation-adjusted) return from a nominal rate via the Fisher relation: (1+nominal)/(1+inflation) - 1.
    return-statsMean, sample variance, and sample standard deviation (n-1) of a series of returns. Pass percents to get a percent stdev (volatility).
    sharpe-ratioSharpe ratio: excess mean return per unit of volatility, (mean - riskFree) / stdev. Null when volatility is undefined or zero.
    max-drawdownMaximum drawdown of a value series: the largest peak-to-trough decline, as a positive percent.
    holding-period-returnHolding-period return: (income + capital gain) / starting value, in percent.
    fee-dragEffect of an annual fee: the compounded balance at the gross rate vs net of the fee, and the amount lost to fees.
    dollar-cost-averagingDollar-cost averaging: buying a fixed amount each period at the given prices. Returns units accumulated, total invested, average cost, and final value at the last price.
    bond-pricePrice of a coupon bond given a yield: present value of the coupons plus the face at maturity.
    current-yieldCurrent yield: the annual coupon as a percent of the bond's current price.
    bond-durationMacaulay duration (PV-weighted average time of cashflows, in years) and modified duration (price sensitivity to yield).
    convexityBond convexity (years^2): the curvature of price with respect to yield, used alongside duration.
    zero-coupon-pricePrice of a zero-coupon bond: face value discounted to today at the yield.
    accrued-interestAccrued interest since the last coupon: the annual coupon pro-rated by days elapsed over the day-count basis.
    black-scholesBlack-Scholes price of a European call or put option, plus d1/d2. Volatility and rates in percent; optional continuous dividend yield.
    option-greeksBlack-Scholes greeks for a European option: delta, gamma, vega (per 1% vol), theta (per day), rho (per 1% rate).
    put-call-parityPut-call parity: given one option price, returns both. Provide call or put, plus spot, strike, years, and the rate.
    option-breakevenBreak-even underlying price at expiry: strike + premium for a call, strike - premium for a put.
    intrinsic-time-valueSplit an option premium into intrinsic value (in-the-money amount) and time value.
    annuity-pvPresent value of an ordinary annuity (level payment at each period end). rate is the per-period rate in percent.
    annuity-fvFuture value of an ordinary annuity. rate is the per-period rate in percent.
    annuity-paymentThe level payment that amortizes a present value over n periods (the loan-payment formula). rate is per period.
    perpetuityPresent value of a level or growing perpetuity: payment / (rate - growth). Null when growth is not below the rate.
    rule-of-72Years to double: the rule-of-72 estimate (72/rate) and the exact figure (ln2 / ln(1+rate)).
    payback-periodSimple payback period: periods until cumulative cashflows recover the initial cost, interpolated within the crossing period. Null if never.
    discounted-paybackDiscounted payback period: like payback-period but each cashflow is discounted at the per-period rate.
    mirrModified internal rate of return: negatives financed at financeRate, positives reinvested at reinvestRate. Percents in and out.
    xnpvDate-aware net present value: each amount discounted by its fractional years (act/365) from the first cashflow's date. Annual rate in percent.
    xirrDate-aware internal rate of return: the annual rate that zeroes the XNPV of irregular dated cashflows. Null if no rate fits.
    loan-aprEffective APR including upfront fees: the note-rate payment priced against the net proceeds (amount - fees). Annual percent.
    interest-only-paymentInterest-only monthly payment on a balance.
    balloon-loanBalloon loan: payment based on a long amortization, with the balloon being the balance still due after the shorter balloon term.
    ltvLoan-to-value ratio, percent (loan / property value).
    dtiDebt-to-income ratio, percent (monthly debt / gross monthly income).
    credit-card-payoffMonths to clear a credit-card balance at a fixed monthly payment, plus interest paid. Null when the payment can't cover the first month's interest.
    points-breakevenMortgage points break-even: the upfront cost to buy down the rate, the monthly payment saving, and the whole months to recoup it.
    biweekly-payoffBiweekly mortgage acceleration: paying half the monthly payment every two weeks. Returns the biweekly payment and the months and interest saved.
    cap-rateCapitalization rate: net operating income as a percent of property value.
    cash-on-cashCash-on-cash return: annual pre-tax cash flow as a percent of the cash invested.
    noiNet operating income: gross rental income less vacancy and operating expenses.
    gross-rent-multiplierGross rent multiplier: price divided by gross annual rent.
    dscrDebt service coverage ratio: net operating income divided by annual debt service.
    waccWeighted average cost of capital: equity and after-tax debt weighted by the capital structure. Percents in and out.
    break-even-unitsBreak-even volume: fixed costs divided by the per-unit contribution (price - variable cost), plus the revenue at that volume.
    contribution-marginContribution margin per unit and as a percent of price.
    current-ratioCurrent ratio: current assets over current liabilities.
    quick-ratioQuick (acid-test) ratio: (current assets - inventory) over current liabilities.
    roeReturn on equity, percent: net income over shareholders' equity.
    roaReturn on assets, percent: net income over total assets.
    declining-balance-depreciationDeclining-balance depreciation: a fixed percent of the reducing book value, for a given year. Returns that year's depreciation and the remaining book value.
    double-declining-depreciationDouble-declining-balance depreciation: 2/usefulYears of the book value each year, not falling below salvage.
    sum-of-years-digitsSum-of-the-years'-digits depreciation: the depreciable base weighted toward the early years.
    units-of-production-depreciationUnits-of-production depreciation: the depreciable base spread over total expected units, charged by the units used this period.
    net-worthNet worth: assets minus liabilities.
    budget-50-30-20The 50/30/20 budget split of monthly income into needs, wants, and savings.
    tip-splitTip and split: the tip amount, the total, and the per-person share.
    discountA single percentage discount: the amount off and the final price.
    successive-discountsStacked discounts applied in order: the final price and the effective single discount rate.
    percentage-changePercentage change from one value to another. Null when the starting value is zero.
    unit-priceUnit price: price divided by quantity (for comparing pack sizes). Null when quantity is zero.
    hourly-to-salaryAnnualize an hourly rate (and the monthly equivalent).
    salary-to-hourlyHourly rate implied by an annual salary.
    after-tax-yieldAfter-tax yield: a yield reduced by the tax rate. Percents in and out.
    tax-equivalent-yieldTax-equivalent yield: the taxable yield that matches a tax-free (e.g. muni) yield. Percents in and out.
    coast-fireCoast FIRE: whether the current nest egg, left to grow untouched to retirement, already reaches the FIRE target. Returns the target, the projected balance, whether it coasts, and any shortfall.
    barista-fireBarista FIRE: the nest egg needed when part-time income covers part of the spending, so the portfolio only funds the remainder at the safe withdrawal rate.
    nestegg-calculators: подключить к Claude, ChatGPT, Cursor · Connectors.fun