get_quarterly_tax_summary_tool
Calculate quarterly tax summary from live trades: realized capital gains and losses split into short-term and long-term using FIFO cost basis.
Instructions
Realized capital gain/loss by quarter (Q126 format), split into short-term and long-term, using FIFO cost-basis matching against your LIVE trading account's deal history.
IMPORTANT — LIVE ACCOUNT, NOT TAX ADVICE:
Reads your real account's historical deals. Read-only — cannot place, modify, or cancel orders. Requires TAX_AUDIT_ENABLE_LIVE=true in the server's .env; if that's not set, this raises a clear error rather than silently failing or falling back to paper data.
Cost basis uses FIFO (IRS default absent another election). If your broker uses average-cost or specific-lot-ID, these figures won't match your official 1099-B exactly.
Does not account for wash sales, dividends, or corporate actions (splits/mergers) affecting cost basis.
Present any numbers from this tool as a planning estimate to reconcile against the broker's 1099-B, never as a final tax figure.
start/end are 'YYYY-MM-DD' strings — for a full tax year, pass an explicit start (e.g. start='2026-01-01'), since the ~90-day default lookback will otherwise silently miss earlier quarters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No |