Estimate federal tax by the row. Returns total tax, effective and marginal rates — Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function — served from APIVerve's production data engine, billed at 1 credit per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example — the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Drop =VERVE("incometaxcalculator", 85000, 22, "field", "year") into a cell and your model reads the latest number every refresh — no more pasting figures from a browser tab into a stale sheet.
Fill a column beside your list of tickers or currencies and every row updates together, so a hundred-row watchlist stays current on its own.
Point a chart at the cell =VERVE("incometaxcalculator", 85000, 22, "field", "year") feeds and the chart re-draws as the data moves — a finance dashboard that's live instead of a Monday-morning snapshot.
The same function works in both apps — install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("incometaxcalculator", 85000, 22, "field", "year")Same source, same arguments, same key — in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("incometaxcalculator", 85000, 22, "field", "year")Tune the result by adding name=value before the field argument — in any order. Leave one out and its default applies.
Optional deduction amount to subtract from income before calculating tax
=VERVE("incometaxcalculator", 85000, 22, "deduction", "14600")Add a field name as the last argument to land just that value in the cell.
=VERVE("incometaxcalculator", 85000, 22, "field", "taxableIncome")=VERVE("incometaxcalculator", 85000, 22, "field", "totalTax")=VERVE("incometaxcalculator", 85000, 22, "field", "incomeAfterTax")=VERVE("incometaxcalculator", 85000, 22, "field", "monthlyTax")=VERVE("incometaxcalculator", 85000, 22, "field", "monthlyIncome")=VERVE("incometaxcalculator", 85000, 22, "field", "income")Everything you need to wire it into a sheet.