The three things existing dividend trackers get wrong #
Look at the popular dividend trackers on the market. Most of them have at least one of three problems. Most of them have all three.
Problem one. They live in the cloud. Sign up. Verify your email. Connect your brokerage. Hand over read-only credentials. Trust them with your full holdings, your transaction history, every position, every cost basis. For a tool that exists to help you understand your own money. That feels backwards.
Problem two. They speak one currency, usually USD. If you hold Swiss stocks, German ETFs, and a UK gilt alongside your US dividend payers, the standard tools either ignore the FX problem or solve it badly. Converting at today's spot rate for a cost basis you set up five years ago is not accuracy. It is a number that looks like accuracy.
Problem three. The forward-income math is wrong. The lazy formula is "last quarterly dividend × four." That breaks for special dividends, breaks for unusual frequencies, breaks for any payer that raised mid-year. The right formula is the trailing twelve months of dividends per share, summed. Most trackers do not do that.
These three problems compound. A cloud-based, USD-only, last-quarter-times-four tracker tells you a forward income number that is off by 15% in the wrong direction, in the wrong currency, while quietly logging your entire net worth somewhere in California.
I built Dividend Tracker to fix all three.
What it is #
Dividend Tracker is a local-first dividend journal for macOS. Your portfolio lives in a single SQLite file on your Mac. No accounts. No cloud. No broker connection. No telemetry. Free during the beta.
⬇️ Download the latest release (universal Mac binary, Apple Silicon + Intel)
The pitch on the GitHub page reads: "Bloomberg for dividend investors, on your Mac." That is the goal. Decision-grade accuracy on the math, a dense KPI surface on the dashboard, every figure click-expandable down to the formula it was computed from. And it stays on your machine.
The math that's usually wrong elsewhere #
This is the part that took the longest to get right. It is also the part that separates a serious tool from a glorified spreadsheet.
Forward annual income. Sum the last twelve months of declared dividends per share, multiply by your share count, repeat for every position. Where the broker has published an indicated rate that already reflects an announced raise, prefer that. Show both numbers in a detail panel so you can see which source the headline is using. Never multiply a single quarterly payment by four.
Yield on cost. Use the cost basis in your reporting currency at the FX rate on the day you bought. Not today's spot rate. Yield on cost is a measurement of what your past self decided. Reflecting it through current FX is technically wrong and practically misleading.
Splits, special dividends, DRIP. Stock splits scale shares and weighted-average cost together so cost basis stays intact. Special dividends count toward TTM but not toward the indicated rate. DRIP reinvestments are recorded as share-accruing buys at the dividend date with the correct cost basis. Each of these is a place where lazy trackers cut corners. Dividend Tracker does not.
Withholding tax. Real dividend investing across borders means real WHT to track. Per-jurisdiction treaty rates. Recoverable US WHT marked separately. Effective WHT percentage as a portfolio-level KPI. The output is a number you could give to your accountant without flinching.
The dashboard also exposes a FIRE income target so you can see when your forward dividend income covers your spending. If you want to size that target in the first place, the SWR passive income calculator walks the inverse math (how much capital you need to throw off $X per month).
What's actually in it #
A non-exhaustive tour. The screenshots on the GitHub page do this better than words:
- Dashboard with realized income (TTM / YTD / MTD), forward income (annual + indicated, gross and net of WHT), valuation, dividend growth (CAGR, streaks, cuts), and quality KPIs (Chowder Number, 5-year DGR, payout ratio, FCF coverage).
- Dividend Safety Score (0 to 100) per holding. Open formula, no subscription. Inputs: streak, payout ratio, FCF coverage, debt-to-equity, earnings growth. Sector-tuned thresholds so REITs and utilities are not unfairly penalized for payout ratios that are normal for their business model.
- FIRE timeline with monthly-contribution projection plus a Monte Carlo overlay (p10 to p90 ribbon over 1,000 sequence-of-returns paths) so the income-target answer is honest about uncertainty. The same Monte Carlo logic powers the retirement simulator on this site, with a methodology walkthrough if you want the math.
- Benchmark comparison versus SPY, VYM, SCHD, and SSMI: 1-year total return, current yield, 3-year DGR, with spread.
- Per-account portfolio detail with IRR, asset-class allocation donut, and holdings scoped to that account. Sum-across-accounts equals portfolio headlines by construction.
- Watchlist as a pre-purchase research dock between Holdings and Transactions. Target-price and target-yield cells light up green when the market crosses them.
- Reinvestment simulator counterfactual overlay: what your cumulative income would have been if every dividend had been DRIPed into the same ticker.
- Ex-date heatmap (78 weeks back, 26 ahead), with broker-declared dates preferred over projected.
- macOS notifications N days before each declared ex-date (configurable, default 3 days).
- CSV export for every table.
- Command palette (⌘K) for global navigation.
It is dense. That is by design. The audience is someone who is serious about their dividend portfolio and tired of toy tools.
Who it's for #
This is not a tool for someone who owns one S&P 500 ETF and wants to know what their next quarterly distribution looks like. There are simpler tools for that.
This is a tool for:
- Multi-currency investors. Expats. Anyone with accounts in two or more currencies. The whole architecture starts from "your reporting currency is one thing, the markets you hold are something else."
- Multi-account investors. Fidelity USD next to a Swiss broker in CHF next to whatever else you hold. Each broker rolled up separately, then aggregated into the portfolio.
- People who want to see the formula. Every KPI on the dashboard is click-expandable to show how it was computed. No black-box metrics.
- Privacy-first investors. Your dividend ledger is a complete map of your wealth. It does not need to be on someone else's server.
If your portfolio is one Schwab account in USD only, this tool is overkill. If your portfolio looks like the actual financial reality of a globally mobile income investor, this is what I would want you to use.
(And if you are still deciding whether a dividend tilt belongs in your portfolio at all, read Why I Don't Chase Dividends first. The tool is built for income investors. The argument for being one is a separate question, and an honest one.)
Honest caveats #
I am not going to dress this up.
macOS only for now. Windows is on the roadmap. The Tauri stack supports it; the signing and auto-update pipeline needs porting. No timeline I will commit to publicly yet.
No broker connection. You enter your own buys, sells, splits, and dividends. The app fetches public market prices, exchange rates, and historical dividend events from Yahoo Finance and Frankfurter (the ECB rate feed). It does not log into your brokerage and it never will. That is a design choice, not a limitation I plan to fix.
Free during the beta. A yearly subscription is planned later. Existing installs will continue to work. Pricing details when the beta closes.
Proprietary license. The source code is private. The binary is free during beta but governed by an EULA: licensed not sold, no redistribution, no reverse engineering. Local-first does not mean open source.
Informational tool, not advice. Verify every figure before you trade on it or file taxes against it.
Coming next #
The roadmap is open and prioritized by reactions on GitHub issues. Top of the queue:
- Broker CSV import for Schwab, Fidelity, IBKR, Swissquote, UBS. Stop typing dividends by hand.
- Tax-year CSV exports for DA-1 (Swiss) and 1099-DIV (US), ready to hand to your accountant.
- Cost-basis methods beyond weighted-average: FIFO and LIFO, selectable per account.
- Windows build.
- iOS / iPad read-only companion.
- Encrypted iCloud backup.
Want to move something up the list? Find the issue on GitHub and click 👍. The roadmap is sorted by reaction count, and the most-voted items get prioritized.
How to install #
Three steps.
- Download the
.dmgfrom the latest release. - Open the
.dmgand drag Dividend Tracker to/Applications. - First launch: right-click the app, choose Open, then Open again in the Gatekeeper warning. The app is not Apple-notarized yet, so macOS warns once. After that it launches normally.
If you want to explore before entering your own data: Admin → DEMO DATA → Load demo data seeds two sample accounts, four holdings, and a few recent dividend payments so every tab fills with realistic numbers. Delete demo data later removes exactly those rows without touching anything you have added.
Bottom line #
The financial-tools industry built dividend trackers for people who are happy to hand over their data in exchange for a slick UI and a monthly subscription. That is not the audience here.
I built Dividend Tracker for the income investor who wants:
- The math done correctly
- The currencies handled correctly
- The data kept on their own machine
- The tool free during the beta
If that describes you, download it, try the demo data, and decide for yourself. If it solves a problem, leave a star on the GitHub repo. If a feature should land sooner, vote on the relevant issue with a 👍.
I would rather build this for people who need it than ship a generic tracker that sells your data and your time.