{"slug":"selling-mutual-funds-at-a-loss","qid":"fund_payout_calendar","label":"Distribution cadence: index and income funds, twelve months to June 30, 2026","post_title":"Selling Mutual Funds at a Loss: How Basis Works","post_url":"/blog/selling-mutual-funds-at-a-loss#q-fund_payout_calendar","columns":["ticker","distributions","avg_days_between","total_per_share_usd"],"rows":[{"ticker":"AGG","distributions":12,"avg_days_between":30,"total_per_share_usd":3.928},{"ticker":"JEPI","distributions":12,"avg_days_between":30,"total_per_share_usd":4.584},{"ticker":"BND","distributions":12,"avg_days_between":30,"total_per_share_usd":2.898},{"ticker":"QYLD","distributions":12,"avg_days_between":31,"total_per_share_usd":2.097},{"ticker":"VOO","distributions":4,"avg_days_between":90,"total_per_share_usd":7.346},{"ticker":"VTI","distributions":4,"avg_days_between":90,"total_per_share_usd":3.9},{"ticker":"SCHD","distributions":4,"avg_days_between":91,"total_per_share_usd":1.048},{"ticker":"VNQ","distributions":4,"avg_days_between":91,"total_per_share_usd":3.473},{"ticker":"SPY","distributions":4,"avg_days_between":91,"total_per_share_usd":7.525}],"shape":"ranking","sql":"SELECT ticker,\n       count() AS distributions,\n       round((max(ex_dividend_date) - min(ex_dividend_date)) / (count() - 1), 0) AS avg_days_between,\n       round(sum(cash_amount), 3) AS total_per_share_usd\nFROM global_markets.stocks_dividends\nWHERE ticker IN ('JEPI', 'QYLD', 'BND', 'AGG', 'SCHD', 'VNQ', 'VTI', 'VOO', 'SPY')\n  AND ex_dividend_date >= toDate('2025-07-01')\n  AND ex_dividend_date <= toDate('2026-06-30')\n  AND cash_amount > 0\nGROUP BY ticker\nHAVING count() > 1\nORDER BY avg_days_between ASC","computed_at":"2026-08-01T08:03:24.726351+00:00","elapsed":0.002324436}