<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Dividend Growth Forum - All Forums]]></title>
		<link>https://DividendGrowthForum.com/</link>
		<description><![CDATA[Dividend Growth Forum - https://DividendGrowthForum.com]]></description>
		<pubDate>Tue, 09 Jun 2026 17:51:52 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Morningstar Video on High Dividend Growth Stocks]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2284</link>
			<pubDate>Thu, 04 Jun 2026 00:32:57 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2284</guid>
			<description><![CDATA[Yesterday I came across a recent (May 2026) YouTube video about high dividend growers. It's titled "10 Exceptional Stocks With Double-Digit Dividend Raises". <br />
<br />
From the video, I guess Morningstar does the ranking every year. The criteria are 5 years of dividend growth per share of &gt;10% each of the five years, total dividends paid (see cash flow statements if you're looking for it) &gt;10% for 5 years, and current yield greater than 1%. This is a little different than the usually mentioned DGI dividend growth rate which is a compounded rate and can survive a less than 10% growth rate in some of those 5 years.<br />
<br />
Interesting list: ACN, SNA, NEE, ZTS, SBAC, MCSI, DPZ, TJX, MSI, INTU.<br />
<br />
Of these, I currently own ACN &amp; NEE in one or more of our portfolios. Used to own TJX until it cut in 2020 due to the pandemic but has since come back even higher when they cut. I'd be interested again at a better entry point. Even though I prefer a greater than 10 year record, I'm going to take a closer look at the rest in my "spare" time.<br />
<br />
You can find the video <a href="https://www.youtube.com/watch?v=3pFTKHtXvxE" target="_blank">here</a>.]]></description>
			<content:encoded><![CDATA[Yesterday I came across a recent (May 2026) YouTube video about high dividend growers. It's titled "10 Exceptional Stocks With Double-Digit Dividend Raises". <br />
<br />
From the video, I guess Morningstar does the ranking every year. The criteria are 5 years of dividend growth per share of &gt;10% each of the five years, total dividends paid (see cash flow statements if you're looking for it) &gt;10% for 5 years, and current yield greater than 1%. This is a little different than the usually mentioned DGI dividend growth rate which is a compounded rate and can survive a less than 10% growth rate in some of those 5 years.<br />
<br />
Interesting list: ACN, SNA, NEE, ZTS, SBAC, MCSI, DPZ, TJX, MSI, INTU.<br />
<br />
Of these, I currently own ACN &amp; NEE in one or more of our portfolios. Used to own TJX until it cut in 2020 due to the pandemic but has since come back even higher when they cut. I'd be interested again at a better entry point. Even though I prefer a greater than 10 year record, I'm going to take a closer look at the rest in my "spare" time.<br />
<br />
You can find the video <a href="https://www.youtube.com/watch?v=3pFTKHtXvxE" target="_blank">here</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Programmatic Data Sources ?]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2283</link>
			<pubDate>Wed, 27 May 2026 19:02:34 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2283</guid>
			<description><![CDATA[Does anyone use any APIs (Application Programming Interfaces) for accessing market data so they can do their own data slicing and dicing?<br />
<br />
I've been fiddling with it for a few years and have found these to be the most useful - they are free with rate limits and other restrictions, but can still provide enough data for some interesting analysis.<br />
<br />
<span style="text-decoration: underline;">Alpaca Markets</span>: <a href="https://docs.alpaca.markets/us/reference/corporateactions-1" target="_blank">https://docs.alpaca.markets/us/reference...eactions-1</a><br />
- Has 10 years of dividend announcements - among other interesting things<br />
- Rate limited to 200 calls per minute for free accounts<br />
- I've tried it for getting quotes as well, but found the quotes to be inaccurate.  Free quote data comes from the IEX exchange which I think is noted for that.<br />
<br />
<span style="text-decoration: underline;">FMP (Financial Modeling Prep)</span> <a href="https://site.financialmodelingprep.com/developer/docs#calendar" target="_blank">https://site.financialmodelingprep.com/d...s#calendar</a><br />
- Limited to 1 month history for free accounts.<br />
- Rate limited to 250 calls per day for free accounts<br />
<br />
<span style="text-decoration: underline;">Unofficial Yahoo Quotes API</span> <a href="https://github.com/dshe/YahooQuotesApi" target="_blank">https://github.com/dshe/YahooQuotesApi</a><br />
- Doesn't require any sort of account or API keys.<br />
- I've used it for getting smallish (less than 20) batches of quote data without much problem for years.<br />
- Sometimes (rarely) it stops working for a week or so - when Yahoo makes changes - and someone has to fix it.<br />
<br />
I briefly looked into a few others and found the free tier for them were limited enough to not be useful.<ul>
<li>AlphaVantage - highly rate limited<br />
</li>
<li>FirstrateData - Expensive<br />
</li>
<li>Polygon - Pay to get anything useful<br />
</li>
<li>Tradier - have to have a brokerage account with them<br />
</li>
<li>Intrinio - Pay<br />
</li>
<li>Xignite - Expensive<br />
</li>
<li>Twelve Data - Pre-purchased credits<br />
</li>
<li>Schwab - They didn't have an api when I looked originally, I hear they do now though I havn't looked at it again.<br />
</li>
<li>Quandi - mostly non-quote types of data. I didn't want to signup for an account<br />
</li>
<li>Marketstack - 10 bucks a month.  <br />
</li></ul>
<span style="text-decoration: underline;"><span style="font-weight: bold;">basicdividends database</span></span><br />
<br />
I grabbed 10 years of dividend announcement data from the Alpaca service and stuck it in a database - if anyone is interested in trying some of their own SQL Kung-Fu on it.   (Note, AI these days is pretty great for generating SQL scripts) <br />
<br />
<br />
<a href="https://drive.google.com/file/d/1D2X_s3eSMkaBeYSyAHBFOvwRKJAhjvQS/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1D2X_s3e...sp=sharing</a><br />
* SQLite database (zipped up, its about 4.8MB)<br />
* About 10 years of dividend history<br />
* 16483 unique ticker symbols<br />
* 345308 dividend events<br />
<br />
Each dividend event has the following columns: <br />
Symbol, ExDate, PayableDate, DividendRatePershare, IsForeign, IsSpecial<br />
<br />
A separate table within the database maps symbol names to payment frequency (monthly, quarterly, etc) where we could figure it out based on the payment history, or directly from another datasource.<br />
<span style="text-decoration: underline;"><br />
<span style="font-weight: bold;">Databases are too hard - what can you do with it?</span></span><br />
<br />
Well, here is one example - I created this report using the dividend database I just posted about above.<br />
<br />
Companies or funds that recently raised their regular dividend, while filtering out names with spotty or highly variable dividend histories.<br />
<br />
Google Sheet: <a href="https://docs.google.com/spreadsheets/d/1O1p_iRqEbB_1W7pe_m5iITZpUP6D-QVmLTTfhRT2eYI/edit?usp=sharing" target="_blank">https://docs.google.com/spreadsheets/d/1...sp=sharing</a><br />
<br />
Each result is the most recent dividend increase for one symbol. The list only includes symbols that:<br />
* Pay monthly or quarterly dividends<br />
* Have at least 5 years of dividend history<br />
* Have not skipped regular dividends during that 5-year period, based on their expected payment schedule<br />
* Have not had any dividend decreases during that same 5-year period<br />
* Recently paid a regular dividend that was higher than the previous regular dividend<br />
* Exclude special dividends, one-time payments, and zero/blank dividend records<br />
<br />
The columns show:<br />
* Symbol: ticker<br />
* Frequency: monthly or quarterly payer<br />
* ExDate: ex-dividend date of the increase<br />
* PreviousExDate: prior dividend’s ex-date<br />
* PreviousRate: prior dividend amount<br />
* NewRate: new dividend amount<br />
* IncreaseAmount: dollar increase per share<br />
* IncreasePercent: percentage increase from the prior dividend<br />
* PaymentCountInFiveYears: number of regular dividends found in the 5-year review period<br />
* MaxGapDays: longest gap between regular dividends during that period<br />
<br />
The results are sorted by the most recent dividend increase first. If several symbols increased dividends on the same date, the larger percentage increase is shown first.<br />
Note: I arbitrarily capped the results at 1000 - which cuts of the results data in Feb 2022<br />
<br />
Important caveat: this is a data-based screen, not a judgment that the dividend is safe or that the company formally announced a dividend policy increase. It simply identifies symbols whose recorded regular dividend payments show a recent increase and a steady 5-year payment pattern.<br />
<br />
<br />
I can share the SQL code with anyone who's interested - its ugly.    I used an AI tool (Codex) to create it]]></description>
			<content:encoded><![CDATA[Does anyone use any APIs (Application Programming Interfaces) for accessing market data so they can do their own data slicing and dicing?<br />
<br />
I've been fiddling with it for a few years and have found these to be the most useful - they are free with rate limits and other restrictions, but can still provide enough data for some interesting analysis.<br />
<br />
<span style="text-decoration: underline;">Alpaca Markets</span>: <a href="https://docs.alpaca.markets/us/reference/corporateactions-1" target="_blank">https://docs.alpaca.markets/us/reference...eactions-1</a><br />
- Has 10 years of dividend announcements - among other interesting things<br />
- Rate limited to 200 calls per minute for free accounts<br />
- I've tried it for getting quotes as well, but found the quotes to be inaccurate.  Free quote data comes from the IEX exchange which I think is noted for that.<br />
<br />
<span style="text-decoration: underline;">FMP (Financial Modeling Prep)</span> <a href="https://site.financialmodelingprep.com/developer/docs#calendar" target="_blank">https://site.financialmodelingprep.com/d...s#calendar</a><br />
- Limited to 1 month history for free accounts.<br />
- Rate limited to 250 calls per day for free accounts<br />
<br />
<span style="text-decoration: underline;">Unofficial Yahoo Quotes API</span> <a href="https://github.com/dshe/YahooQuotesApi" target="_blank">https://github.com/dshe/YahooQuotesApi</a><br />
- Doesn't require any sort of account or API keys.<br />
- I've used it for getting smallish (less than 20) batches of quote data without much problem for years.<br />
- Sometimes (rarely) it stops working for a week or so - when Yahoo makes changes - and someone has to fix it.<br />
<br />
I briefly looked into a few others and found the free tier for them were limited enough to not be useful.<ul>
<li>AlphaVantage - highly rate limited<br />
</li>
<li>FirstrateData - Expensive<br />
</li>
<li>Polygon - Pay to get anything useful<br />
</li>
<li>Tradier - have to have a brokerage account with them<br />
</li>
<li>Intrinio - Pay<br />
</li>
<li>Xignite - Expensive<br />
</li>
<li>Twelve Data - Pre-purchased credits<br />
</li>
<li>Schwab - They didn't have an api when I looked originally, I hear they do now though I havn't looked at it again.<br />
</li>
<li>Quandi - mostly non-quote types of data. I didn't want to signup for an account<br />
</li>
<li>Marketstack - 10 bucks a month.  <br />
</li></ul>
<span style="text-decoration: underline;"><span style="font-weight: bold;">basicdividends database</span></span><br />
<br />
I grabbed 10 years of dividend announcement data from the Alpaca service and stuck it in a database - if anyone is interested in trying some of their own SQL Kung-Fu on it.   (Note, AI these days is pretty great for generating SQL scripts) <br />
<br />
<br />
<a href="https://drive.google.com/file/d/1D2X_s3eSMkaBeYSyAHBFOvwRKJAhjvQS/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1D2X_s3e...sp=sharing</a><br />
* SQLite database (zipped up, its about 4.8MB)<br />
* About 10 years of dividend history<br />
* 16483 unique ticker symbols<br />
* 345308 dividend events<br />
<br />
Each dividend event has the following columns: <br />
Symbol, ExDate, PayableDate, DividendRatePershare, IsForeign, IsSpecial<br />
<br />
A separate table within the database maps symbol names to payment frequency (monthly, quarterly, etc) where we could figure it out based on the payment history, or directly from another datasource.<br />
<span style="text-decoration: underline;"><br />
<span style="font-weight: bold;">Databases are too hard - what can you do with it?</span></span><br />
<br />
Well, here is one example - I created this report using the dividend database I just posted about above.<br />
<br />
Companies or funds that recently raised their regular dividend, while filtering out names with spotty or highly variable dividend histories.<br />
<br />
Google Sheet: <a href="https://docs.google.com/spreadsheets/d/1O1p_iRqEbB_1W7pe_m5iITZpUP6D-QVmLTTfhRT2eYI/edit?usp=sharing" target="_blank">https://docs.google.com/spreadsheets/d/1...sp=sharing</a><br />
<br />
Each result is the most recent dividend increase for one symbol. The list only includes symbols that:<br />
* Pay monthly or quarterly dividends<br />
* Have at least 5 years of dividend history<br />
* Have not skipped regular dividends during that 5-year period, based on their expected payment schedule<br />
* Have not had any dividend decreases during that same 5-year period<br />
* Recently paid a regular dividend that was higher than the previous regular dividend<br />
* Exclude special dividends, one-time payments, and zero/blank dividend records<br />
<br />
The columns show:<br />
* Symbol: ticker<br />
* Frequency: monthly or quarterly payer<br />
* ExDate: ex-dividend date of the increase<br />
* PreviousExDate: prior dividend’s ex-date<br />
* PreviousRate: prior dividend amount<br />
* NewRate: new dividend amount<br />
* IncreaseAmount: dollar increase per share<br />
* IncreasePercent: percentage increase from the prior dividend<br />
* PaymentCountInFiveYears: number of regular dividends found in the 5-year review period<br />
* MaxGapDays: longest gap between regular dividends during that period<br />
<br />
The results are sorted by the most recent dividend increase first. If several symbols increased dividends on the same date, the larger percentage increase is shown first.<br />
Note: I arbitrarily capped the results at 1000 - which cuts of the results data in Feb 2022<br />
<br />
Important caveat: this is a data-based screen, not a judgment that the dividend is safe or that the company formally announced a dividend policy increase. It simply identifies symbols whose recorded regular dividend payments show a recent increase and a steady 5-year payment pattern.<br />
<br />
<br />
I can share the SQL code with anyone who's interested - its ugly.    I used an AI tool (Codex) to create it]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[First new member post since 2022 - Nice]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2282</link>
			<pubDate>Fri, 22 May 2026 23:58:02 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2282</guid>
			<description><![CDATA[I'm a 'mostly' retired software engineer, and in true engineer form, i'm going to provide a small bullet list of info about me.<br />
<br />
* I'm level 55 this year - a new personal best!<br />
* From Seattle - no, it does not rain ALL the time.  There are a couple months during the summer when its nice.<br />
* I've been investing since I was in my early 20s, I had no idea what i was doing.<br />
* I've been dividend investing for the past 10 years - Still not an expert by any measure.<br />
* I'm actually currently more focused on dividend income than dividend growth - the realities of early retirement to span the 'gap' <br />
<br />
<br />
Since this is an investment community - my investment goals are: <br />
* Be able to live off of dividends while still growing enough to meet or beat inflation. I imagine that is pretty much everyone's goals though eh?<br />
<br />
<br />
Why am I here?<br />
* Its a much smaller forum than the crazy big reddit subs.<br />
* I write software - Its a curse actually.  I, of course, have my own set of software tools - like I imagine most of you do. I want to learn how to make mine better by finding pearls of wisdom.  I'm not a data or math wonk. No offense to those who are! (envy), I just don't have the temperament - thus my need for software tools to do it for me.  Maybe there are other folks here with similar interest?<br />
<br />
Its Friday of a 3-day weekend here, i'm off to the back porch for a beer - take it easy!]]></description>
			<content:encoded><![CDATA[I'm a 'mostly' retired software engineer, and in true engineer form, i'm going to provide a small bullet list of info about me.<br />
<br />
* I'm level 55 this year - a new personal best!<br />
* From Seattle - no, it does not rain ALL the time.  There are a couple months during the summer when its nice.<br />
* I've been investing since I was in my early 20s, I had no idea what i was doing.<br />
* I've been dividend investing for the past 10 years - Still not an expert by any measure.<br />
* I'm actually currently more focused on dividend income than dividend growth - the realities of early retirement to span the 'gap' <br />
<br />
<br />
Since this is an investment community - my investment goals are: <br />
* Be able to live off of dividends while still growing enough to meet or beat inflation. I imagine that is pretty much everyone's goals though eh?<br />
<br />
<br />
Why am I here?<br />
* Its a much smaller forum than the crazy big reddit subs.<br />
* I write software - Its a curse actually.  I, of course, have my own set of software tools - like I imagine most of you do. I want to learn how to make mine better by finding pearls of wisdom.  I'm not a data or math wonk. No offense to those who are! (envy), I just don't have the temperament - thus my need for software tools to do it for me.  Maybe there are other folks here with similar interest?<br />
<br />
Its Friday of a 3-day weekend here, i'm off to the back porch for a beer - take it easy!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Interest article on Yahoo! Finance re: Bubbles]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2281</link>
			<pubDate>Sun, 17 May 2026 03:16:04 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2281</guid>
			<description><![CDATA[Found this article on Yahoo! Finance regarding the AI craze and bubbles in the market. Don't know how long it will be available but it's an interesting read.<br />
<br />
<a href="https://finance.yahoo.com/markets/article/historys-weirdest-bubbles-have-a-message-for-the-ai-trade-chart-of-the-day-114310994.html" target="_blank">Yahoo Finance article</a><br />
<br />
There's a study from Market Science in 2018 mentioned in the article. That is available  <a href="https://www.researchgate.net/publication/326424022_Two_Centuries_of_Innovations_and_Stock_Market_Bubbles" target="_blank">here</a>.]]></description>
			<content:encoded><![CDATA[Found this article on Yahoo! Finance regarding the AI craze and bubbles in the market. Don't know how long it will be available but it's an interesting read.<br />
<br />
<a href="https://finance.yahoo.com/markets/article/historys-weirdest-bubbles-have-a-message-for-the-ai-trade-chart-of-the-day-114310994.html" target="_blank">Yahoo Finance article</a><br />
<br />
There's a study from Market Science in 2018 mentioned in the article. That is available  <a href="https://www.researchgate.net/publication/326424022_Two_Centuries_of_Innovations_and_Stock_Market_Bubbles" target="_blank">here</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[General Mills (GIS) spreadsheet]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2280</link>
			<pubDate>Sun, 17 May 2026 02:50:28 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2280</guid>
			<description><![CDATA[Here's my spreadsheet on General Mills (NYSE: GIS).<br />
<br />
General Mills has been in business for over 150 years and could be a premier example of the Consumer Staples sector of the market. Some of their product lines are snacks, ready-to-eat cereal, convenience meals, natural pet foods, refrigerated and frozen dough, baking mixes and ingredients, yogurt, and ice cream.<br />
<br />
If you've ever done some grocery shopping you've probably seen some of their brands:<br />
<ul>
<li>Cheerios<br />
</li>
<li>Chex<br />
</li>
<li>Blue Buffalo<br />
</li>
<li>Betty Crocker<br />
</li>
<li>Pillsbury<br />
</li>
<li>Nature Valley<br />
</li>
<li>Old El Paso<br />
</li>
<li>Haagen-Daz<br />
</li>
<li>Totino's<br />
</li>
<li>Annie's<br />
</li>
<li>Gold Medal<br />
</li>
<li>Progresso<br />
</li>
<li>Yoplait<br />
</li>
<li>and many others<br />
</li></ul>
Many of their brands are global or only available overseas. In fact, if you look in their annual reports, you'll see 3 single-spaced pages of subsidiaries located all over the world.<br />
<br />
<span style="font-style: italic;"><span style="font-weight: bold;">I know what you're thinking -- "who in their right mind would consider an investment in General Mills? </span></span><br />
<br />
The Consumers Staples sector has been buffeted over the last 6 years with Covid, tariffs, rising interest rates, the GLP-1 drugs, and inflation. HRL, PEP, CPB, CLX, among others have also felt the effects.<br />
<br />
I have been holding GIS for over 16 years and, frankly, I haven't paid much attention to it until lately. Every quarter, the dividend shows up and I hadn't paid much attention. It either got re-invested or added to my cash to invest in other sectors. Now that I've completed my spreadsheet, I've noticed a troubling trend. In the late teens, the dividend was frozen for a year and then cut in 2019 and I didn't notice. <span style="font-style: italic;">Mea culpa!</span> It's been increasing every year since so it's back to a five year streak.<br />
<br />
Now that I've begun the retirement phase of life and need to keep the cash flowing, I've found it hard to replace its current 7% yield and my Yield On Cost (YOC) of a little over 5% without over concentration on some other high yielders I also own. Thankfully, the payout ratio has remained in the 50-60% range for years, cash flow has easily covered it and the debt load hasn't gotten too onerous yet.<br />
<br />
Attached to this post is the spreadsheet with data from 2007 onward. I highly recommend downloading their latest annual reports and browse some of their press releases.<br />
<br />
In the spreadsheet, I've added more graphs including one on the 'Price History' tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office (Excel) should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
Disclosure: GIS is in my IRA.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=380" target="_blank" title="">GIS Analysis Worksheet.zip</a> (Size: 287.68 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here's my spreadsheet on General Mills (NYSE: GIS).<br />
<br />
General Mills has been in business for over 150 years and could be a premier example of the Consumer Staples sector of the market. Some of their product lines are snacks, ready-to-eat cereal, convenience meals, natural pet foods, refrigerated and frozen dough, baking mixes and ingredients, yogurt, and ice cream.<br />
<br />
If you've ever done some grocery shopping you've probably seen some of their brands:<br />
<ul>
<li>Cheerios<br />
</li>
<li>Chex<br />
</li>
<li>Blue Buffalo<br />
</li>
<li>Betty Crocker<br />
</li>
<li>Pillsbury<br />
</li>
<li>Nature Valley<br />
</li>
<li>Old El Paso<br />
</li>
<li>Haagen-Daz<br />
</li>
<li>Totino's<br />
</li>
<li>Annie's<br />
</li>
<li>Gold Medal<br />
</li>
<li>Progresso<br />
</li>
<li>Yoplait<br />
</li>
<li>and many others<br />
</li></ul>
Many of their brands are global or only available overseas. In fact, if you look in their annual reports, you'll see 3 single-spaced pages of subsidiaries located all over the world.<br />
<br />
<span style="font-style: italic;"><span style="font-weight: bold;">I know what you're thinking -- "who in their right mind would consider an investment in General Mills? </span></span><br />
<br />
The Consumers Staples sector has been buffeted over the last 6 years with Covid, tariffs, rising interest rates, the GLP-1 drugs, and inflation. HRL, PEP, CPB, CLX, among others have also felt the effects.<br />
<br />
I have been holding GIS for over 16 years and, frankly, I haven't paid much attention to it until lately. Every quarter, the dividend shows up and I hadn't paid much attention. It either got re-invested or added to my cash to invest in other sectors. Now that I've completed my spreadsheet, I've noticed a troubling trend. In the late teens, the dividend was frozen for a year and then cut in 2019 and I didn't notice. <span style="font-style: italic;">Mea culpa!</span> It's been increasing every year since so it's back to a five year streak.<br />
<br />
Now that I've begun the retirement phase of life and need to keep the cash flowing, I've found it hard to replace its current 7% yield and my Yield On Cost (YOC) of a little over 5% without over concentration on some other high yielders I also own. Thankfully, the payout ratio has remained in the 50-60% range for years, cash flow has easily covered it and the debt load hasn't gotten too onerous yet.<br />
<br />
Attached to this post is the spreadsheet with data from 2007 onward. I highly recommend downloading their latest annual reports and browse some of their press releases.<br />
<br />
In the spreadsheet, I've added more graphs including one on the 'Price History' tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office (Excel) should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
Disclosure: GIS is in my IRA.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=380" target="_blank" title="">GIS Analysis Worksheet.zip</a> (Size: 287.68 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A Few Comments on Whirlpool Dividend Suspension]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2279</link>
			<pubDate>Mon, 11 May 2026 17:45:26 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2279</guid>
			<description><![CDATA[I posted on Whirlpool's (NYSE:WHR) decision to suspend their dividend in the dividend announcement thread. If you didn't see it, you might want to look <a href="https://dividendgrowthforum.com/showthread.php?tid=443&amp;page=250" target="_blank">here</a>.<br />
<br />
To add a little color to Whirlpool's announcement of suspending their dividend beginning in Q2 of 2026 I did a little more digging into their financials:<ul>
<li>Total revenues for the quarter are down &#36;348 million (9.6%). Management points to cost pressures and competition from Samsung &amp; LG among other imports.<br />
</li>
<li>Net income for Q1 was a loss of &#36;82 million versus &#36;79 million of profit in the year ago quarter.<br />
</li>
<li>Total debt (LT and current portion of long term debt) is &#36;6,121 million.<br />
</li>
<li>LT debt/equity is 1.47 or 147%.<br />
</li>
<li>Total Debt/Capitalization is 0.619 or 61.9% assuming Capitalization = total debt + stockholder equity.<br />
</li>
<li>Dividends paid were only &#36;58 million versus &#36;79 million paid in Q1 2025.<br />
</li>
<li>Whirlpool also issued &#36;524 million of new shares to prop up their cash flow.<br />
</li></ul>
In short, it looks like getting debt levels down is a major part of the Board's decision to suspend the dividend.<br />
<br />
I think it's just a reminder to check debt levels when considering investing in a company.]]></description>
			<content:encoded><![CDATA[I posted on Whirlpool's (NYSE:WHR) decision to suspend their dividend in the dividend announcement thread. If you didn't see it, you might want to look <a href="https://dividendgrowthforum.com/showthread.php?tid=443&amp;page=250" target="_blank">here</a>.<br />
<br />
To add a little color to Whirlpool's announcement of suspending their dividend beginning in Q2 of 2026 I did a little more digging into their financials:<ul>
<li>Total revenues for the quarter are down &#36;348 million (9.6%). Management points to cost pressures and competition from Samsung &amp; LG among other imports.<br />
</li>
<li>Net income for Q1 was a loss of &#36;82 million versus &#36;79 million of profit in the year ago quarter.<br />
</li>
<li>Total debt (LT and current portion of long term debt) is &#36;6,121 million.<br />
</li>
<li>LT debt/equity is 1.47 or 147%.<br />
</li>
<li>Total Debt/Capitalization is 0.619 or 61.9% assuming Capitalization = total debt + stockholder equity.<br />
</li>
<li>Dividends paid were only &#36;58 million versus &#36;79 million paid in Q1 2025.<br />
</li>
<li>Whirlpool also issued &#36;524 million of new shares to prop up their cash flow.<br />
</li></ul>
In short, it looks like getting debt levels down is a major part of the Board's decision to suspend the dividend.<br />
<br />
I think it's just a reminder to check debt levels when considering investing in a company.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Very interesting report from MO's quarterly today]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2278</link>
			<pubDate>Fri, 01 May 2026 03:48:34 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2278</guid>
			<description><![CDATA[Last time it was mentioned here, there were some with concerns in <a href="https://dividendgrowthforum.com/showthread.php?tid=2105" target="_blank">this thread</a> with MO being a viable investment.<br />
<br />
In the meantime, I was looking for investments to add when I retired and, coincidentally, my father's estate was finally over the probate waiting period so had some extra cash from that. Since I no longer had a regular paycheck, I was looking for something to create some regular income and added MO to several of my portfolios. <br />
<br />
Some of the highlights from the earnings call (commentary on Yahoo! finance):<br />
<ul>
<li>Delivered 7.3% adjusted diluted EPS growth driven by strong smokeable product income and disciplined execution across the total nicotine portfolio.<br />
</li>
<li>Cigarette volume declines moderated to 4% (adjusted), attributed to a slowdown in cross-category movement as the illicit flavored e-vapor market shows signs of saturation and increased enforcement.<br />
</li>
<li>Reaffirmed full-year 2026 adjusted diluted EPS guidance of &#36;5.56 to &#36;5.72, representing 2.5% to 5.5% growth.<br />
</li>
<li>Shifted growth expectations to be more balanced between the first and second halves of the year, reflecting stronger-than-anticipated Q1 volume performance.<br />
</li>
<li>On! PLUS is currently the only product accepted into the FDA's pilot program designed to streamline PMTA reviews for oral nicotine pouches, with final marketing authorizations still under review.<br />
</li>
<li>Retired just over &#36;1 billion of debt in February, maintaining a total debt-to-EBITDA ratio of 1.9x in line with long-term targets.<br />
</li></ul>
<br />
I, for now, will continue to hold. I don't have large positions but adequate for my income needs for the foreseeable future. If it takes a big dip from the strong run it's had over the last year. I may add a bit more.<br />
<br />
My one regret was I didn't listen to the common wisdom here and from Chuck Carnevale (FASTGraphs) back when I was dumping T due to the dividend cut and moving some of the money over to VZ.<br />
<br />
Thoughts?]]></description>
			<content:encoded><![CDATA[Last time it was mentioned here, there were some with concerns in <a href="https://dividendgrowthforum.com/showthread.php?tid=2105" target="_blank">this thread</a> with MO being a viable investment.<br />
<br />
In the meantime, I was looking for investments to add when I retired and, coincidentally, my father's estate was finally over the probate waiting period so had some extra cash from that. Since I no longer had a regular paycheck, I was looking for something to create some regular income and added MO to several of my portfolios. <br />
<br />
Some of the highlights from the earnings call (commentary on Yahoo! finance):<br />
<ul>
<li>Delivered 7.3% adjusted diluted EPS growth driven by strong smokeable product income and disciplined execution across the total nicotine portfolio.<br />
</li>
<li>Cigarette volume declines moderated to 4% (adjusted), attributed to a slowdown in cross-category movement as the illicit flavored e-vapor market shows signs of saturation and increased enforcement.<br />
</li>
<li>Reaffirmed full-year 2026 adjusted diluted EPS guidance of &#36;5.56 to &#36;5.72, representing 2.5% to 5.5% growth.<br />
</li>
<li>Shifted growth expectations to be more balanced between the first and second halves of the year, reflecting stronger-than-anticipated Q1 volume performance.<br />
</li>
<li>On! PLUS is currently the only product accepted into the FDA's pilot program designed to streamline PMTA reviews for oral nicotine pouches, with final marketing authorizations still under review.<br />
</li>
<li>Retired just over &#36;1 billion of debt in February, maintaining a total debt-to-EBITDA ratio of 1.9x in line with long-term targets.<br />
</li></ul>
<br />
I, for now, will continue to hold. I don't have large positions but adequate for my income needs for the foreseeable future. If it takes a big dip from the strong run it's had over the last year. I may add a bit more.<br />
<br />
My one regret was I didn't listen to the common wisdom here and from Chuck Carnevale (FASTGraphs) back when I was dumping T due to the dividend cut and moving some of the money over to VZ.<br />
<br />
Thoughts?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Microsoft Corp. (MSFT) spreadsheet]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2277</link>
			<pubDate>Tue, 28 Apr 2026 17:59:37 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2277</guid>
			<description><![CDATA[Here's my spreadsheet on Microsoft.<br />
<br />
Microsoft was founded over 50 years ago by schoolmates Bill Gates and Paul Allen who joined up to create a BASIC language interpreter for the Altair computer. From there they went on to license and develop a Unix-type operating systems called Xenix, and from there graduated to a CP/M operating system clone on a contract with IBM. Microsoft also developed Microsoft Word in the early 1980s. Besides purchasing other software companies over the years, Microsoft continued developing its own operating systems, system software and eventually adding hardware such as tablets, video game boxes, and assorted hardware peripherals. As operating systems and the Internet evolved, Microsoft became more dominanant in the online world culminating in the Azure platform under Satya Nudella's leadership.<br />
<br />
Paul Allen eventually left Microsoft due to medical reasons leaving Bill Gates as the President and Chairman of the Board. Steve Ballmer, who joined Microsoft in the early 1980s, eventually took over as the CEO in 2000. It was under Ballmer that Microsoft first established a dividend in 2003. In 2014, Satya Nadella, an employee working in their online division, took over as CEO and shifted Microsoft's focus mainly to online services and and subscription models for their software and services.<br />
<br />
There is much more to the story which you can find more details online from many sources.<br />
<br />
Today, Miscrosoft is one of the largest technology companies, by market capitalization, in the world. They are in direct competition with Apple, Amazon, and Google along with hundreds of smaller companies trying to find a niche in the rapidly developing field.<br />
<br />
Attached to this post is the spreadsheet with data from 2007 onward. One of the things I find fascinating is the 3/5/10 growth and averages calculated in the spreadsheet. Although it appears Microsoft has slowed in last few years, we have to be mindful of the rule of large numbers. You'll see similar results in many of the other "mega-caps".<br />
<br />
I highly recommend downloading their latest annual reports and browse some of their press releases. You'll notice that MSFT is constantly evolving with the ever-changing world of technology.<br />
<br />
In the spreadsheet, I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office (Excel) should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> MSFT is in both my and my wife's IRAs. We may or may not purchase more.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=376" target="_blank" title="">MSFT Analysis Worksheet.zip</a> (Size: 275.34 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here's my spreadsheet on Microsoft.<br />
<br />
Microsoft was founded over 50 years ago by schoolmates Bill Gates and Paul Allen who joined up to create a BASIC language interpreter for the Altair computer. From there they went on to license and develop a Unix-type operating systems called Xenix, and from there graduated to a CP/M operating system clone on a contract with IBM. Microsoft also developed Microsoft Word in the early 1980s. Besides purchasing other software companies over the years, Microsoft continued developing its own operating systems, system software and eventually adding hardware such as tablets, video game boxes, and assorted hardware peripherals. As operating systems and the Internet evolved, Microsoft became more dominanant in the online world culminating in the Azure platform under Satya Nudella's leadership.<br />
<br />
Paul Allen eventually left Microsoft due to medical reasons leaving Bill Gates as the President and Chairman of the Board. Steve Ballmer, who joined Microsoft in the early 1980s, eventually took over as the CEO in 2000. It was under Ballmer that Microsoft first established a dividend in 2003. In 2014, Satya Nadella, an employee working in their online division, took over as CEO and shifted Microsoft's focus mainly to online services and and subscription models for their software and services.<br />
<br />
There is much more to the story which you can find more details online from many sources.<br />
<br />
Today, Miscrosoft is one of the largest technology companies, by market capitalization, in the world. They are in direct competition with Apple, Amazon, and Google along with hundreds of smaller companies trying to find a niche in the rapidly developing field.<br />
<br />
Attached to this post is the spreadsheet with data from 2007 onward. One of the things I find fascinating is the 3/5/10 growth and averages calculated in the spreadsheet. Although it appears Microsoft has slowed in last few years, we have to be mindful of the rule of large numbers. You'll see similar results in many of the other "mega-caps".<br />
<br />
I highly recommend downloading their latest annual reports and browse some of their press releases. You'll notice that MSFT is constantly evolving with the ever-changing world of technology.<br />
<br />
In the spreadsheet, I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office (Excel) should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> MSFT is in both my and my wife's IRAs. We may or may not purchase more.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=376" target="_blank" title="">MSFT Analysis Worksheet.zip</a> (Size: 275.34 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Accenture plc (ACN) spreadsheet]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2276</link>
			<pubDate>Fri, 24 Apr 2026 23:44:31 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2276</guid>
			<description><![CDATA[Here's another of my spreadsheets. This one is on Accenture, plc.<br />
<br />
Accenture, plc (ACN) is an integrated technology company based in Ireland and it trades on the NYSE. Accenture handles many facets of the IT world including C-suite consulting, business process integration, network and data security, cloud integration, data center construction and integration, and supporting the artificial intelligence (AI) transformation of businesses.<br />
<br />
ACN operates internationally and boasts that they work with over 75% of the Fortune Global 1000 companies.<br />
<br />
I highly recommend downloading their annual reports and browse some of their press releases. You'll notice that ACN is constantly evolving with joint ventures, skill upgrades of their work force, and outright purchasing companies that fit in with the ever-changing world of technology.<br />
<br />
Attached to this post is my spreadsheet of their financials since 2007. I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
I think this is an apt time to post this spreadsheet as ACN, along with ADP, is at its best valuation in many years. It could be due to the focus on the Magnificent Seven, the recent fears of software obsolescence, or any number of market stories. In any case, perhaps it will go even lower but these levels seem to be an appropriate entry point. My only complaint, not really with ACN but with Schwab where our IRA's are invested, is that Schwab will not allow you to reinvest dividends in ACN. Oddly, I can reinvest in Eaton (ETN) which is also incorporated in Ireland.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> I've been adding ACN to both mine and my wife's portfolios in March and April of 2026. I may or may not purchase more.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=375" target="_blank" title="">ACN Analysis Worksheet.zip</a> (Size: 304.15 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here's another of my spreadsheets. This one is on Accenture, plc.<br />
<br />
Accenture, plc (ACN) is an integrated technology company based in Ireland and it trades on the NYSE. Accenture handles many facets of the IT world including C-suite consulting, business process integration, network and data security, cloud integration, data center construction and integration, and supporting the artificial intelligence (AI) transformation of businesses.<br />
<br />
ACN operates internationally and boasts that they work with over 75% of the Fortune Global 1000 companies.<br />
<br />
I highly recommend downloading their annual reports and browse some of their press releases. You'll notice that ACN is constantly evolving with joint ventures, skill upgrades of their work force, and outright purchasing companies that fit in with the ever-changing world of technology.<br />
<br />
Attached to this post is my spreadsheet of their financials since 2007. I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
I think this is an apt time to post this spreadsheet as ACN, along with ADP, is at its best valuation in many years. It could be due to the focus on the Magnificent Seven, the recent fears of software obsolescence, or any number of market stories. In any case, perhaps it will go even lower but these levels seem to be an appropriate entry point. My only complaint, not really with ACN but with Schwab where our IRA's are invested, is that Schwab will not allow you to reinvest dividends in ACN. Oddly, I can reinvest in Eaton (ETN) which is also incorporated in Ireland.<br />
<br />
If there are any questions, find an error, or have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> I've been adding ACN to both mine and my wife's portfolios in March and April of 2026. I may or may not purchase more.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=375" target="_blank" title="">ACN Analysis Worksheet.zip</a> (Size: 304.15 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Allbirds (BIRD)]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2275</link>
			<pubDate>Wed, 15 Apr 2026 18:57:48 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2275</guid>
			<description><![CDATA[Failing shoe company announces "pivot" to AI and is up over 600% at the moment today. Dumbest thing ever?<br />
<br />
I'm going to pivot to AI and see if my net worth skyrockets.]]></description>
			<content:encoded><![CDATA[Failing shoe company announces "pivot" to AI and is up over 600% at the moment today. Dumbest thing ever?<br />
<br />
I'm going to pivot to AI and see if my net worth skyrockets.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Automatic Data Processing (ADP)]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2274</link>
			<pubDate>Wed, 15 Apr 2026 01:15:58 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2274</guid>
			<description><![CDATA[Here's another of my spreadsheets. This one is on ADP, the "payroll processor".<br />
<br />
Actually, ADP is more than just a payroll processor. It incorporates all facets of human capital management including benefits administration, talent management, human resources management, compliance services, insurances and retirement services and, of course, payroll services. Many of the processes are web-based with local offices for support. This integration gives ADP significant insights into all aspects of their clients' businesses further strengthening their expertise in all these fields.<br />
<br />
ADP is international. They have offices and clients on every continent except for Antartica. Below is a graphic from their latest 10K showing their global reach.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=372" target="_blank" title="">ADP Service Territory.jpg</a> (Size: 67.81 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment --><br />
<br />
Attached to this post is my spreadsheet of their financials since 2007. I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
I think this is an apt time to post this spreadsheet as ADP is at its best valuation in many years. Perhaps it will go even lower but these levels seem to be an appropriate entry point.<br />
<br />
If there are any questions, find an error, of have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> ADP has been in my wife's portfolio since mid-2020 and I've been buying during its latest slump.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=373" target="_blank" title="">ADP Analysis Worksheet.zip</a> (Size: 299.75 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here's another of my spreadsheets. This one is on ADP, the "payroll processor".<br />
<br />
Actually, ADP is more than just a payroll processor. It incorporates all facets of human capital management including benefits administration, talent management, human resources management, compliance services, insurances and retirement services and, of course, payroll services. Many of the processes are web-based with local offices for support. This integration gives ADP significant insights into all aspects of their clients' businesses further strengthening their expertise in all these fields.<br />
<br />
ADP is international. They have offices and clients on every continent except for Antartica. Below is a graphic from their latest 10K showing their global reach.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=372" target="_blank" title="">ADP Service Territory.jpg</a> (Size: 67.81 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment --><br />
<br />
Attached to this post is my spreadsheet of their financials since 2007. I've added more graphs including one on the <span style="font-style: italic;">'Price History'</span>  tab which I modeled off FASTgraphs. It's nowhere near as detailed as FASTGraphs, nor is it interactive, but should give you some hint as to it's valuation. As usual, it's a work in progress.<br />
<br />
I think this is an apt time to post this spreadsheet as ADP is at its best valuation in many years. Perhaps it will go even lower but these levels seem to be an appropriate entry point.<br />
<br />
If there are any questions, find an error, of have problems opening it, please leave a post here. As mentioned in an earlier thread, the spreadsheet is in Open Document Format (LibreOffice) but Microsoft Office should have no problems opening it. The attachment is a zip file as the board software forbids certain formats for security reasons.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span> ADP has been in my wife's portfolio since mid-2020 and I've been buying during its latest slump.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=373" target="_blank" title="">ADP Analysis Worksheet.zip</a> (Size: 299.75 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2026 Update]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2273</link>
			<pubDate>Mon, 13 Apr 2026 17:25:46 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2273</guid>
			<description><![CDATA[Not sure if anyone will be seeing this, as I've let the site become a ghost town again. My big personal news is that I retired from my way-too-stressful job a few months ago and am coming up for air. I'm going to weigh whether to spend the time and energy to get this site refurbished and active again, or whether to shut it down, sell or give it away. Not sure yet, but advances in AI seem to give me more options than I had even a year or two ago. Since the site generates no revenue, I wasn't going to pay a lot to have someone else do all that work. But AI makes it much easier for me to do a lot of it myself. So we'll see. If any of you are still out there, any thoughts at all are appreciated.<br />
<br />
Special thanks to DW for keeping the hope alive here in my absence!<br />
<br />
Best to all, <br />
Kerim]]></description>
			<content:encoded><![CDATA[Not sure if anyone will be seeing this, as I've let the site become a ghost town again. My big personal news is that I retired from my way-too-stressful job a few months ago and am coming up for air. I'm going to weigh whether to spend the time and energy to get this site refurbished and active again, or whether to shut it down, sell or give it away. Not sure yet, but advances in AI seem to give me more options than I had even a year or two ago. Since the site generates no revenue, I wasn't going to pay a lot to have someone else do all that work. But AI makes it much easier for me to do a lot of it myself. So we'll see. If any of you are still out there, any thoughts at all are appreciated.<br />
<br />
Special thanks to DW for keeping the hope alive here in my absence!<br />
<br />
Best to all, <br />
Kerim]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[S&P Dow Jones Indices Reports on Dividend Payment History]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2272</link>
			<pubDate>Sat, 17 Jan 2026 15:05:29 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2272</guid>
			<description><![CDATA[As I was scanning the press release websites, I found an interesting article from S&amp;P Dow Jones Indices regarding the results of dividend payments for 2025 and a little history. I searched the Down Jones Indices website to see if I could find the entire report but was unable to find the original report ... yet.<br />
<br />
In the meantime, I'd thought I'd post a snippet of the article I found on the PRNewswire website. It's an interesting read on the results of dividend actions taken over the last year. If you happen to stumble on the original article, I'd appreciate if you'd post a link to it here.<br />
<br />
<hr />
<br />
S&amp;P Dow Jones Indices Reports U.S. Common Indicated Dividend Payments Increase of &#36;13.1 Billion in Q4 2025 and &#36;46.4 Billion for 2025 <br />
<ul>
<li><span style="font-weight: bold;">Q4 2025 U.S. common dividend increases were &#36;16.1 billion, up 14.9% from &#36;14.0 billion in Q3 2025 and up 13.0% from &#36;14.2 billion in Q4 2024.</span><br />
</li>
<li><span style="font-weight: bold;">Q4 2025 U.S. common dividend decreases were &#36;3.0 billion, down 12.4% from &#36;3.4 billion in Q3 2025 and up 20.5% from &#36;2.5 billion in Q4 2024.</span><br />
</li>
<li><span style="font-weight: bold;">Q4 2025 net indicated dividend rate change increased &#36;13.1 billion.</span><br />
</li>
<li><span style="font-weight: bold;">For 2025 U.S. common dividend increases were &#36;59.3 billion, down 16.9% from the 2024 period's &#36;71.4 billion; decreases were down 28.8% to &#36;12.9 billion compared to &#36;18.1 billion for the prior 12-month period.</span><br />
</li>
<li><span style="font-weight: bold;">The net 2025 indicated dividend increase was &#36;46.4 billion compared to &#36;45.1 billion for the 12-months ending September 2025 and &#36;53.3 billion for 2024.</span><br />
</li></ul>
NEW YORK, Jan. 7, 2026 /PRNewswire/ -- S&amp;P Dow Jones Indices today announced the indicated <span style="font-weight: bold;">dividend net changes (increases less decreases) for U.S. domestic common stocks increased &#36;13.1 billion </span>during Q4 2025, compared to the &#36;10.6 billion increase in Q3 2025 and the &#36;11.7 billion increase in Q4 2024. Increases were &#36;16.1 billion in Q4 2025 versus &#36;14.0 billion for Q3 2025 and &#36;14.2 billion in Q4 2024. Decreases for the quarter were &#36;3.0 billion compared to &#36;3.4 billion in Q3 2025 and &#36;2.5 billion in Q4 2024. <br />
<br />
For 2025, the net dividend rate increased &#36;46.4 billion compared to the net &#36;53.3 billion for 2024. For 2023 it was &#36;36.5 billion, 2022 was &#36;68.2 billion, and in 2021 it was &#36;69.8 billion; with the 2020 net change negative as 43 S&amp;P 500 issues suspended their dividends at -&#36;40.8 billion. Increases for the 12-month December 2025 period were &#36;59.3 billion versus the previous period's &#36;71.4 billion, and decreases were &#36;12.9 billion compared to &#36;18.1 billion compared to the 2024 period. <br />
<br />
"Dividend growth continued to be slow, but remained steady in Q4 2025, as concern over forward cash commitment was inhabited by the uncertainty over tariff polices, and any impact to consumer and enterprise spending, costs, and the general economy. Overall, companies continued to increase their dividends, but with smaller increases for those on a perceived schedule (annually). For companies not on a perceived schedule, some appear to have put off their actions for now," said Howard Silverblatt, Senior Index Analyst at S&amp;P Dow Jones Indices.<br />
<br />
Silverblatt continued: "Given tariff and policy clarity have improved in Q4, companies may increase their payouts but still require more legislative and executive assurances for higher forward, long-term dividend commitments. At this point, Q1 2026 is expected to be a very busy positive period for dividend increases, as overall earnings and sales have posted record levels, with 2026 expected to post more records. However, given the current level of uncertainty and potential speed of policy change, investors should not be overly optimistic about the size of dividend increases, as S&amp;P 500 issues are expected to post a mid-single digit payment gain for 2026."<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">S&amp;P 500® Dividends</span></span><br />
On a per share basis, S&amp;P 500 Q4 2025 dividend payments increased 2.3% to a record &#36;20.25 per share payment, from Q3 2025's &#36;19.808 and were up 2.2% from Q4 2024's &#36;19.810 payment. For 2025, the index paid a record &#36;78.92 payment, it's 16th consecutive annual increase and 14th consecutive record payment, which was up 5.5% compared to &#36;74.83 for the 2024 period; for 2023 it paid &#36;70.30 and in 2022 it paid &#36;66.92.<br />
Additional findings from S&amp;P Dow Jones Indices' quarterly analysis of U.S. dividend activity includes:<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">Dividend Increases (defined as either an increase or initiation in dividend payments):</span></span><ul>
<li>634 dividend increases were reported during Q4 2025 compared to 635 during Q4 2024, a 0.2% year-over-year decrease.<br />
</li>
<li>Total dividend increases were &#36;16.1 billion for the quarter, up from &#36;14.2 billion in Q4 2024.<br />
</li>
<li>For 2025, 2,293 issues increased their payments, down from the 2,450 issues for 2024.<br />
</li>
<li>Total dividend increases for 2025's period were &#36;59.3 billion, down from &#36;71.4 billion in 2024.<br />
</li></ul>
<span style="font-weight: bold;"><span style="text-decoration: underline;">Dividend Decreases (defined as either a decrease or suspension in dividend payments):</span></span><ul>
<li>38 issues decreased dividends in Q4 2025, a 15.2% year-over-year increase compared to 33 issues in Q4 2024.<br />
</li>
<li>Dividend decreases were &#36;3.0 billion in Q4 2025, compared to &#36;2.5 billion in Q4 2024.<br />
</li>
<li>For 2025, 176 issues decreased their dividend payments, a 33.3% increase compared to the 132 decreases for 2024.<br />
</li>
<li>Dividend decreases were &#36;12.9 billion for 2025, a 28.8% decrease from 2024's &#36;18.1 billion.<br />
</li></ul>
<span style="font-weight: bold;"><span style="text-decoration: underline;">Non-S&amp;P 500 Domestic Common Issues (for issues yielding 10% or less):</span></span><ul>
<li>The percentage of non-S&amp;P 500 domestic dividend-paying common issues declined to 19.4% from Q3 2025's 19.60% and was down from Q4 2024's 20.1%.<br />
</li>
<li>The weighted indicated dividend yield for paying issues was 2.53% in Q4 2025, up from the 2.49% in Q3 2025 and down from 2.83% in Q4 2024. The average indicated yield decreased to 3.07% in Q4 2025 compared to Q3 2025's 3.11% and 3.19% in Q4 2024.<br />
</li></ul>
<hr />
<br />
The entire press release is located <a href="https://www.prnewswire.com/news-releases/sp-dow-jones-indices-reports-us-common-indicated-dividend-payments-increase-of-13-1-billion-in-q4-2025-and-46-4-billion-for-2025--302654756.html" target="_blank">here.</a>]]></description>
			<content:encoded><![CDATA[As I was scanning the press release websites, I found an interesting article from S&amp;P Dow Jones Indices regarding the results of dividend payments for 2025 and a little history. I searched the Down Jones Indices website to see if I could find the entire report but was unable to find the original report ... yet.<br />
<br />
In the meantime, I'd thought I'd post a snippet of the article I found on the PRNewswire website. It's an interesting read on the results of dividend actions taken over the last year. If you happen to stumble on the original article, I'd appreciate if you'd post a link to it here.<br />
<br />
<hr />
<br />
S&amp;P Dow Jones Indices Reports U.S. Common Indicated Dividend Payments Increase of &#36;13.1 Billion in Q4 2025 and &#36;46.4 Billion for 2025 <br />
<ul>
<li><span style="font-weight: bold;">Q4 2025 U.S. common dividend increases were &#36;16.1 billion, up 14.9% from &#36;14.0 billion in Q3 2025 and up 13.0% from &#36;14.2 billion in Q4 2024.</span><br />
</li>
<li><span style="font-weight: bold;">Q4 2025 U.S. common dividend decreases were &#36;3.0 billion, down 12.4% from &#36;3.4 billion in Q3 2025 and up 20.5% from &#36;2.5 billion in Q4 2024.</span><br />
</li>
<li><span style="font-weight: bold;">Q4 2025 net indicated dividend rate change increased &#36;13.1 billion.</span><br />
</li>
<li><span style="font-weight: bold;">For 2025 U.S. common dividend increases were &#36;59.3 billion, down 16.9% from the 2024 period's &#36;71.4 billion; decreases were down 28.8% to &#36;12.9 billion compared to &#36;18.1 billion for the prior 12-month period.</span><br />
</li>
<li><span style="font-weight: bold;">The net 2025 indicated dividend increase was &#36;46.4 billion compared to &#36;45.1 billion for the 12-months ending September 2025 and &#36;53.3 billion for 2024.</span><br />
</li></ul>
NEW YORK, Jan. 7, 2026 /PRNewswire/ -- S&amp;P Dow Jones Indices today announced the indicated <span style="font-weight: bold;">dividend net changes (increases less decreases) for U.S. domestic common stocks increased &#36;13.1 billion </span>during Q4 2025, compared to the &#36;10.6 billion increase in Q3 2025 and the &#36;11.7 billion increase in Q4 2024. Increases were &#36;16.1 billion in Q4 2025 versus &#36;14.0 billion for Q3 2025 and &#36;14.2 billion in Q4 2024. Decreases for the quarter were &#36;3.0 billion compared to &#36;3.4 billion in Q3 2025 and &#36;2.5 billion in Q4 2024. <br />
<br />
For 2025, the net dividend rate increased &#36;46.4 billion compared to the net &#36;53.3 billion for 2024. For 2023 it was &#36;36.5 billion, 2022 was &#36;68.2 billion, and in 2021 it was &#36;69.8 billion; with the 2020 net change negative as 43 S&amp;P 500 issues suspended their dividends at -&#36;40.8 billion. Increases for the 12-month December 2025 period were &#36;59.3 billion versus the previous period's &#36;71.4 billion, and decreases were &#36;12.9 billion compared to &#36;18.1 billion compared to the 2024 period. <br />
<br />
"Dividend growth continued to be slow, but remained steady in Q4 2025, as concern over forward cash commitment was inhabited by the uncertainty over tariff polices, and any impact to consumer and enterprise spending, costs, and the general economy. Overall, companies continued to increase their dividends, but with smaller increases for those on a perceived schedule (annually). For companies not on a perceived schedule, some appear to have put off their actions for now," said Howard Silverblatt, Senior Index Analyst at S&amp;P Dow Jones Indices.<br />
<br />
Silverblatt continued: "Given tariff and policy clarity have improved in Q4, companies may increase their payouts but still require more legislative and executive assurances for higher forward, long-term dividend commitments. At this point, Q1 2026 is expected to be a very busy positive period for dividend increases, as overall earnings and sales have posted record levels, with 2026 expected to post more records. However, given the current level of uncertainty and potential speed of policy change, investors should not be overly optimistic about the size of dividend increases, as S&amp;P 500 issues are expected to post a mid-single digit payment gain for 2026."<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">S&amp;P 500® Dividends</span></span><br />
On a per share basis, S&amp;P 500 Q4 2025 dividend payments increased 2.3% to a record &#36;20.25 per share payment, from Q3 2025's &#36;19.808 and were up 2.2% from Q4 2024's &#36;19.810 payment. For 2025, the index paid a record &#36;78.92 payment, it's 16th consecutive annual increase and 14th consecutive record payment, which was up 5.5% compared to &#36;74.83 for the 2024 period; for 2023 it paid &#36;70.30 and in 2022 it paid &#36;66.92.<br />
Additional findings from S&amp;P Dow Jones Indices' quarterly analysis of U.S. dividend activity includes:<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">Dividend Increases (defined as either an increase or initiation in dividend payments):</span></span><ul>
<li>634 dividend increases were reported during Q4 2025 compared to 635 during Q4 2024, a 0.2% year-over-year decrease.<br />
</li>
<li>Total dividend increases were &#36;16.1 billion for the quarter, up from &#36;14.2 billion in Q4 2024.<br />
</li>
<li>For 2025, 2,293 issues increased their payments, down from the 2,450 issues for 2024.<br />
</li>
<li>Total dividend increases for 2025's period were &#36;59.3 billion, down from &#36;71.4 billion in 2024.<br />
</li></ul>
<span style="font-weight: bold;"><span style="text-decoration: underline;">Dividend Decreases (defined as either a decrease or suspension in dividend payments):</span></span><ul>
<li>38 issues decreased dividends in Q4 2025, a 15.2% year-over-year increase compared to 33 issues in Q4 2024.<br />
</li>
<li>Dividend decreases were &#36;3.0 billion in Q4 2025, compared to &#36;2.5 billion in Q4 2024.<br />
</li>
<li>For 2025, 176 issues decreased their dividend payments, a 33.3% increase compared to the 132 decreases for 2024.<br />
</li>
<li>Dividend decreases were &#36;12.9 billion for 2025, a 28.8% decrease from 2024's &#36;18.1 billion.<br />
</li></ul>
<span style="font-weight: bold;"><span style="text-decoration: underline;">Non-S&amp;P 500 Domestic Common Issues (for issues yielding 10% or less):</span></span><ul>
<li>The percentage of non-S&amp;P 500 domestic dividend-paying common issues declined to 19.4% from Q3 2025's 19.60% and was down from Q4 2024's 20.1%.<br />
</li>
<li>The weighted indicated dividend yield for paying issues was 2.53% in Q4 2025, up from the 2.49% in Q3 2025 and down from 2.83% in Q4 2024. The average indicated yield decreased to 3.07% in Q4 2025 compared to Q3 2025's 3.11% and 3.19% in Q4 2024.<br />
</li></ul>
<hr />
<br />
The entire press release is located <a href="https://www.prnewswire.com/news-releases/sp-dow-jones-indices-reports-us-common-indicated-dividend-payments-increase-of-13-1-billion-in-q4-2025-and-46-4-billion-for-2025--302654756.html" target="_blank">here.</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[appy Holidays 2025]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2271</link>
			<pubDate>Wed, 24 Dec 2025 22:09:32 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2271</guid>
			<description><![CDATA[Seems like nobody comes here any more but for those that stop in from time to time ...<br />
<br />
<br />
<br />
<div style="text-align: center;"><span style="font-weight: bold;"><span style="font-size: large;"><span style="font-size: xx-large;"><span style="color: #ff3333;">Happy</span> <span style="color: #33cc33;">Holidays</span> <span style="color: #3366ff;">to</span> <span style="color: #996666;">you</span> <span style="color: #cccc66;">all</span> !</span></span></span></div>]]></description>
			<content:encoded><![CDATA[Seems like nobody comes here any more but for those that stop in from time to time ...<br />
<br />
<br />
<br />
<div style="text-align: center;"><span style="font-weight: bold;"><span style="font-size: large;"><span style="font-size: xx-large;"><span style="color: #ff3333;">Happy</span> <span style="color: #33cc33;">Holidays</span> <span style="color: #3366ff;">to</span> <span style="color: #996666;">you</span> <span style="color: #cccc66;">all</span> !</span></span></span></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Union Pacific Corp. (UNP)]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2270</link>
			<pubDate>Wed, 10 Dec 2025 17:38:30 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2270</guid>
			<description><![CDATA[<span style="font-weight: bold;">Union Pacific Corp.</span><br />
(NYSE: UNP)<br />
<br />
GICS Sector: Industrials<br />
Sub-Industry: Railroads<br />
<br />
In this installment, I am looking at Union Pacific as part of the railroad industry in general. If you wish to see the why's about these spreadsheets, see the thread on NSC located <a href="https://dividendgrowthforum.com/showthread.php?tid=2268" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;">About Union Pacific Corp.</span><br />
<br />
From their latest annual report for 2024:<br />
<blockquote><cite>Quote:</cite>UPRR is a Class I railroad operating in the U.S. We have 32,880 route miles, connecting Pacific Coast and Gulf Coast ports with the Midwest and Eastern U.S. gateways and providing several corridors to key Mexican and Canadian gateways. We serve the western two-thirds of the country and maintain coordinated schedules with other rail carriers to move freight to and from the Atlantic Coast, the Pacific Coast, the Southeast, the Southwest, Canada, and Mexico. Export and import traffic moves through Gulf Coast, Pacific Coast, and East Coast ports and across the Mexican and Canadian borders.</blockquote>
<br />
<span style="font-weight: bold;">My Spreadsheet</span><br />
<br />
Attached to this thread is the latest copy of my analysis spreadsheet on UNP. The spreadsheet has data back to 2007. I wanted to show what affects the Great Recession (2008-2009) had on their financials.<br />
<br />
I've added a few features from previous editions.<br />
<ul>
<li>I've added railroad specific statistics for any railroad analysis sheets. CN/CNI reports on these consistently for the last 10 years and have quite a variety of statistics they discuss. The other railroads seem to pick only what they want to show. See the notes on the spreadsheet.<br />
 <br />
</li>
<li>Revenue is broken down into the different categories of products transported. Usually this does not total 100% of GAAP reported revenues as there are miscellaneous other sources also. I just wanted to get a feel for which sectors of the economy make up their sales.<br />
 <br />
</li>
<li>Lastly, I've added a graph to the share price history tab. This is a rough version of the FastGraphs graph with data points based on the previous years' results. If you don't like it, you can just delete it. It just helps me look at valuation.<br />
 <br />
</li></ul>
I'd appreciate any feedback or thoughts on improving these spreadsheets.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span><br />
<br />
I own shares of UNP in my IRAs.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=369" target="_blank" title="">Union Pacific Analysis Worksheet.zip</a> (Size: 521.02 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Union Pacific Corp.</span><br />
(NYSE: UNP)<br />
<br />
GICS Sector: Industrials<br />
Sub-Industry: Railroads<br />
<br />
In this installment, I am looking at Union Pacific as part of the railroad industry in general. If you wish to see the why's about these spreadsheets, see the thread on NSC located <a href="https://dividendgrowthforum.com/showthread.php?tid=2268" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;">About Union Pacific Corp.</span><br />
<br />
From their latest annual report for 2024:<br />
<blockquote><cite>Quote:</cite>UPRR is a Class I railroad operating in the U.S. We have 32,880 route miles, connecting Pacific Coast and Gulf Coast ports with the Midwest and Eastern U.S. gateways and providing several corridors to key Mexican and Canadian gateways. We serve the western two-thirds of the country and maintain coordinated schedules with other rail carriers to move freight to and from the Atlantic Coast, the Pacific Coast, the Southeast, the Southwest, Canada, and Mexico. Export and import traffic moves through Gulf Coast, Pacific Coast, and East Coast ports and across the Mexican and Canadian borders.</blockquote>
<br />
<span style="font-weight: bold;">My Spreadsheet</span><br />
<br />
Attached to this thread is the latest copy of my analysis spreadsheet on UNP. The spreadsheet has data back to 2007. I wanted to show what affects the Great Recession (2008-2009) had on their financials.<br />
<br />
I've added a few features from previous editions.<br />
<ul>
<li>I've added railroad specific statistics for any railroad analysis sheets. CN/CNI reports on these consistently for the last 10 years and have quite a variety of statistics they discuss. The other railroads seem to pick only what they want to show. See the notes on the spreadsheet.<br />
 <br />
</li>
<li>Revenue is broken down into the different categories of products transported. Usually this does not total 100% of GAAP reported revenues as there are miscellaneous other sources also. I just wanted to get a feel for which sectors of the economy make up their sales.<br />
 <br />
</li>
<li>Lastly, I've added a graph to the share price history tab. This is a rough version of the FastGraphs graph with data points based on the previous years' results. If you don't like it, you can just delete it. It just helps me look at valuation.<br />
 <br />
</li></ul>
I'd appreciate any feedback or thoughts on improving these spreadsheets.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span><br />
<br />
I own shares of UNP in my IRAs.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=369" target="_blank" title="">Union Pacific Analysis Worksheet.zip</a> (Size: 521.02 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Canadian National Railway Co. (TSX: CN, NYSE: CNI)]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2269</link>
			<pubDate>Sat, 15 Nov 2025 15:28:06 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2269</guid>
			<description><![CDATA[<span style="font-weight: bold;">Canadian National Railway Co.</span><br />
(TSX: CN, NYSE: CNI)<br />
<br />
GICS Sector: Industrials<br />
Sub-Industry: Railroads<br />
<br />
In this installment, I am looking at Canadian National Railway as part of the railroad industry in general. If you wish to see the why's about these spreadsheets, see the thread on NSC located <a href="https://dividendgrowthforum.com/showthread.php?tid=2268" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;">About Canadian National Railway</span><br />
<br />
From their latest annual report for 2024:<br />
<br />
<blockquote><cite>Quote:</cite>CN is engaged in the rail and related transportation business and powers the economy by safely transporting more than 300 million tons of natural resources, manufactured products, and finished goods throughout North America every year for its customers. With its nearly 20,000-mile rail network and related transportation services, CN connects Canada’s Eastern and Western coasts with the U.S. Midwest and the Gulf of Mexico, contributing to sustainable trade and the prosperity of the communities in which it operates since 1919. <br />
<br />
CN's freight revenues are derived from seven commodity groups representing a diversified and balanced portfolio of goods transported between a wide range of origins and destinations. This product and geographic diversity better position the Company to face economic fluctuations and enhances its potential for growth opportunities. For the year ended December 31, 2024, CN's largest commodity group, Intermodal, accounted for 22% of total revenues. From a geographic standpoint, 35% of revenues relate to overseas traffic, 32% to transborder traffic, 17% to Canadian domestic traffic and 16% to U.S. domestic traffic. The Company is the originating carrier for over 85%, and the originating and terminating carrier for over 65%, of traffic moving along its network, which allows it both to capitalize on service advantages and build on opportunities to efficiently use assets.</blockquote>
<br />
<span style="font-weight: bold;">My Spreadsheet</span><br />
<br />
Attached to this thread is the latest copy of my analysis spreadsheet on CN/CNI. The spreadsheet data is in Canadian dollars as reported by the company in their 10-K statements. The summary section I used US dollars where necessary as I'm am writing as a US-based investor. I tried to identify which currency was used in each section. The numbers may not agree with US statistics due to currency fluctuations but the shown statistics should give you a good idea of the business performance. <br />
<br />
The spreadsheet only has data back to 2011 as that is all that I found on CN's investor relations web site. I probably could have gotten the remaining data from the SEC but didn't bother digging much deeper. I left those previous years in the spreadsheet in case you wanted to research and add them in later.<br />
<br />
I've added a few features from previous editions.<br />
<ul>
<li>I've added railroad specific statistics for any railroad analysis sheets. CN/CNI reports on these consistently for the last 10 years and have quite a variety of statistics they discuss.<br />
<br />
</li>
<li>Revenue is broken down into the different categories of products transported. Usually this does not total 100% of GAAP reported revenues as there are miscellaneous other sources also. I just wanted to get a feel for which sectors of the economy make up their sales.<br />
<br />
</li>
<li>Lastly, I've added a graph to the share price history tab. This is a rough version of the FastGraphs graph with data points based on the previous years' results. If you don't like it, you can just delete it. It just helps me look at valuation.<br />
</li></ul>
I'd appreciate any feedback or thoughts on improving these spreadsheets.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span><br />
<br />
My wife and I both have shares of CNI in our IRAs.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=367" target="_blank" title="">Canadian National Analysis Worksheet.zip</a> (Size: 195.37 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Canadian National Railway Co.</span><br />
(TSX: CN, NYSE: CNI)<br />
<br />
GICS Sector: Industrials<br />
Sub-Industry: Railroads<br />
<br />
In this installment, I am looking at Canadian National Railway as part of the railroad industry in general. If you wish to see the why's about these spreadsheets, see the thread on NSC located <a href="https://dividendgrowthforum.com/showthread.php?tid=2268" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;">About Canadian National Railway</span><br />
<br />
From their latest annual report for 2024:<br />
<br />
<blockquote><cite>Quote:</cite>CN is engaged in the rail and related transportation business and powers the economy by safely transporting more than 300 million tons of natural resources, manufactured products, and finished goods throughout North America every year for its customers. With its nearly 20,000-mile rail network and related transportation services, CN connects Canada’s Eastern and Western coasts with the U.S. Midwest and the Gulf of Mexico, contributing to sustainable trade and the prosperity of the communities in which it operates since 1919. <br />
<br />
CN's freight revenues are derived from seven commodity groups representing a diversified and balanced portfolio of goods transported between a wide range of origins and destinations. This product and geographic diversity better position the Company to face economic fluctuations and enhances its potential for growth opportunities. For the year ended December 31, 2024, CN's largest commodity group, Intermodal, accounted for 22% of total revenues. From a geographic standpoint, 35% of revenues relate to overseas traffic, 32% to transborder traffic, 17% to Canadian domestic traffic and 16% to U.S. domestic traffic. The Company is the originating carrier for over 85%, and the originating and terminating carrier for over 65%, of traffic moving along its network, which allows it both to capitalize on service advantages and build on opportunities to efficiently use assets.</blockquote>
<br />
<span style="font-weight: bold;">My Spreadsheet</span><br />
<br />
Attached to this thread is the latest copy of my analysis spreadsheet on CN/CNI. The spreadsheet data is in Canadian dollars as reported by the company in their 10-K statements. The summary section I used US dollars where necessary as I'm am writing as a US-based investor. I tried to identify which currency was used in each section. The numbers may not agree with US statistics due to currency fluctuations but the shown statistics should give you a good idea of the business performance. <br />
<br />
The spreadsheet only has data back to 2011 as that is all that I found on CN's investor relations web site. I probably could have gotten the remaining data from the SEC but didn't bother digging much deeper. I left those previous years in the spreadsheet in case you wanted to research and add them in later.<br />
<br />
I've added a few features from previous editions.<br />
<ul>
<li>I've added railroad specific statistics for any railroad analysis sheets. CN/CNI reports on these consistently for the last 10 years and have quite a variety of statistics they discuss.<br />
<br />
</li>
<li>Revenue is broken down into the different categories of products transported. Usually this does not total 100% of GAAP reported revenues as there are miscellaneous other sources also. I just wanted to get a feel for which sectors of the economy make up their sales.<br />
<br />
</li>
<li>Lastly, I've added a graph to the share price history tab. This is a rough version of the FastGraphs graph with data points based on the previous years' results. If you don't like it, you can just delete it. It just helps me look at valuation.<br />
</li></ul>
I'd appreciate any feedback or thoughts on improving these spreadsheets.<br />
<br />
<span style="font-weight: bold;">Disclosure:</span><br />
<br />
My wife and I both have shares of CNI in our IRAs.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/zip.gif" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=367" target="_blank" title="">Canadian National Analysis Worksheet.zip</a> (Size: 195.37 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Norfolk Southern Corp (NSC)]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2268</link>
			<pubDate>Sun, 19 Oct 2025 16:54:47 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2268</guid>
			<description><![CDATA[<span style="font-weight: bold;"><span style="text-decoration: underline;">Some Background (REVISED)</span></span><br />
<br />
Now that I'm retired, I've been slowly going through our portfolios and taking a closer look at who &amp; what we're invested in. I have to admit, however, there were times over the last couple decades when I did not follow or periodically review any of our investments. The major things I watched for were dividend freezes, cuts, and eliminations, companies being acquired or split up, and bankruptcies.<br />
<br />
In addition, I am now looking through the Dividend Champions, Contenders &amp; Challengers lists, collectively referred to as the "CCC List", to evaluate new companies to consider adding to or replacing companies in our portfolios. <br />
<br />
For those that have happened to stumble onto this forum and are unfamiliar with the CCC List, it was a spreadsheet created in the 2000s by the late David Fish of the Moneypaper newsletter. The Moneypaper was dedicated to dividend investing and reinvestment long before brokerages began offering automatic dividend reinvestment on their own. He produced a new version monthly as new data became available. <br />
<br />
I had used the CCC List extensively to begin my dividend growth journey. After his passing, the list maintenance was taken over by Justin Law of the Portfolio-Insight web site. Justin Law discontinued updating the CCC list in October 2025 and there are no follow-on maintainers that I can find. You can access the last version for free <a href="https://www.portfolio-insight.com/dividend-radar" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">What I Am Doing</span></span><br />
<br />
Since the CCC List was taken over, I've found mistakes in the "new" CCC List and some of the data I found helpful in Mr. Fish's original version has been removed or summarized. <br />
<br />
I am now in the process of selecting companies I want to research, going to their investor relations web site and downloading all their annual reports and/or Form 10Ks back to 2007 where possible and building my own spreadsheets. Why 2007, you say? Well, I wanted to include data going through the Great Recession of 2008-2009 so I (and now you) could see what happened to a company's financials during what was one of the worst economic downturns since the 1973-1974 Stagflation recession and the Great Depression of the 1930s. <br />
<br />
Since Yahoo Finance now requires you to have a paid membership to download pricing history, I am now downloading pricing data from Nasdaq.com. Unfortunately, Nasdaq.com only offers the last 10 years of pricing data for general consumption and I am hand entering data as needed to get history back to the end of 2014. Ten years of pricing data seems to be enough to get an idea of how Mr. Market is viewing the company.<br />
<br />
The spreadsheets contain the data I feel would help me make decisions on whether I should invest or not. I have several templates for different industries and I modify each as necessary to include or remove certain information specifically as warranted.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">What Is This</span></span><br />
<br />
Attached to this thread is a copy of one of these spreadsheets. It is created in LibreOffice (<a href="https://www.libreoffice.org/" target="_blank">https://www.libreoffice.org/</a>), an open source software package that is compatible with Microsoft Office/Office 365. The format is Open Document Format (ODF) which Microsoft Excel can open natively. You shouldn't see much difference except for any formatting glitches in the translation. If you want to look, I recommend downloading the spreadsheet to your computer and opening it from there as there may be some issues with your browser and the data format passed to Excel.<br />
<br />
Once it is open, you can create your own graphs or add your own statistics to supplement the data that is already there. I've tried to include the most common ones.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">Disclaimers:</span></span><ul>
<li>I can't guarantee every number is correct. After looking through a ton of pdf files and hand copying data, errors are bound to creep in. If you find any errors, feel free to let me know about them so I can correct it.<br />
 <br />
</li>
<li>Sometimes data from a prior year is restated in a following document due to accounting rule changes, data changing or clarified through the reorganization process, etc. When I enter it in the spreadsheet, I generally use the numbers published in the original data for that year. I <span style="font-weight: bold;">DO NOT</span> go back and modify prior data since it is my opinion that the pricing of a company's stock is dependent on the data that was available at the time it was published.<br />
 <br />
</li>
<li>I am not a financial planner nor a degreed accountant so any misstatement or calculation of statistics are as I best understand it. Often statistics can be calculated in several different ways depending on how that data is being used. I've used Investopedia extensively to double check my calculations using the data specifically available to me and focusing on the investment viewpoint.<br />
 <br />
</li>
<li>When a company is going through some financial hardship or reorganization, some of the numbers don't make any sense; i.e., a negative P/E ratio or ROE. Other rating services usually mark it as "Not Measureable" or set it to zero. I will usually leave it as calculated so I can judge how drastic the change is from the norm.<br />
 <br />
</li>
<li>Do not use this information as the sole source to make investment decisions. I highly recommend you at least skim a couple years of annual reports to become familiar with the company. I make no guarantees along with all the other disclaimers other organizations usually list.<br />
 <br />
</li></ul>
I will post more spreadsheets and company information as I get through them and find an interest.<br />
<br />
<span style="font-weight: bold;"><span style="font-size: medium;">Lastly, I don't need a bunch of thanks as a result. If any of these spreadsheets help, please join in the conversation. You can also send Kerim a donation to help with the upkeep of this site. I still believe in one of the original uses of the internet as a medium to share information with other people without trying to sell you something or selling your information to others to make a buck off of you. You'll notice there are no annoying ads on this web site.</span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"><span style="text-decoration: underline;">Some Background (REVISED)</span></span><br />
<br />
Now that I'm retired, I've been slowly going through our portfolios and taking a closer look at who &amp; what we're invested in. I have to admit, however, there were times over the last couple decades when I did not follow or periodically review any of our investments. The major things I watched for were dividend freezes, cuts, and eliminations, companies being acquired or split up, and bankruptcies.<br />
<br />
In addition, I am now looking through the Dividend Champions, Contenders &amp; Challengers lists, collectively referred to as the "CCC List", to evaluate new companies to consider adding to or replacing companies in our portfolios. <br />
<br />
For those that have happened to stumble onto this forum and are unfamiliar with the CCC List, it was a spreadsheet created in the 2000s by the late David Fish of the Moneypaper newsletter. The Moneypaper was dedicated to dividend investing and reinvestment long before brokerages began offering automatic dividend reinvestment on their own. He produced a new version monthly as new data became available. <br />
<br />
I had used the CCC List extensively to begin my dividend growth journey. After his passing, the list maintenance was taken over by Justin Law of the Portfolio-Insight web site. Justin Law discontinued updating the CCC list in October 2025 and there are no follow-on maintainers that I can find. You can access the last version for free <a href="https://www.portfolio-insight.com/dividend-radar" target="_blank">here</a>.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">What I Am Doing</span></span><br />
<br />
Since the CCC List was taken over, I've found mistakes in the "new" CCC List and some of the data I found helpful in Mr. Fish's original version has been removed or summarized. <br />
<br />
I am now in the process of selecting companies I want to research, going to their investor relations web site and downloading all their annual reports and/or Form 10Ks back to 2007 where possible and building my own spreadsheets. Why 2007, you say? Well, I wanted to include data going through the Great Recession of 2008-2009 so I (and now you) could see what happened to a company's financials during what was one of the worst economic downturns since the 1973-1974 Stagflation recession and the Great Depression of the 1930s. <br />
<br />
Since Yahoo Finance now requires you to have a paid membership to download pricing history, I am now downloading pricing data from Nasdaq.com. Unfortunately, Nasdaq.com only offers the last 10 years of pricing data for general consumption and I am hand entering data as needed to get history back to the end of 2014. Ten years of pricing data seems to be enough to get an idea of how Mr. Market is viewing the company.<br />
<br />
The spreadsheets contain the data I feel would help me make decisions on whether I should invest or not. I have several templates for different industries and I modify each as necessary to include or remove certain information specifically as warranted.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">What Is This</span></span><br />
<br />
Attached to this thread is a copy of one of these spreadsheets. It is created in LibreOffice (<a href="https://www.libreoffice.org/" target="_blank">https://www.libreoffice.org/</a>), an open source software package that is compatible with Microsoft Office/Office 365. The format is Open Document Format (ODF) which Microsoft Excel can open natively. You shouldn't see much difference except for any formatting glitches in the translation. If you want to look, I recommend downloading the spreadsheet to your computer and opening it from there as there may be some issues with your browser and the data format passed to Excel.<br />
<br />
Once it is open, you can create your own graphs or add your own statistics to supplement the data that is already there. I've tried to include the most common ones.<br />
<br />
<span style="font-weight: bold;"><span style="text-decoration: underline;">Disclaimers:</span></span><ul>
<li>I can't guarantee every number is correct. After looking through a ton of pdf files and hand copying data, errors are bound to creep in. If you find any errors, feel free to let me know about them so I can correct it.<br />
 <br />
</li>
<li>Sometimes data from a prior year is restated in a following document due to accounting rule changes, data changing or clarified through the reorganization process, etc. When I enter it in the spreadsheet, I generally use the numbers published in the original data for that year. I <span style="font-weight: bold;">DO NOT</span> go back and modify prior data since it is my opinion that the pricing of a company's stock is dependent on the data that was available at the time it was published.<br />
 <br />
</li>
<li>I am not a financial planner nor a degreed accountant so any misstatement or calculation of statistics are as I best understand it. Often statistics can be calculated in several different ways depending on how that data is being used. I've used Investopedia extensively to double check my calculations using the data specifically available to me and focusing on the investment viewpoint.<br />
 <br />
</li>
<li>When a company is going through some financial hardship or reorganization, some of the numbers don't make any sense; i.e., a negative P/E ratio or ROE. Other rating services usually mark it as "Not Measureable" or set it to zero. I will usually leave it as calculated so I can judge how drastic the change is from the norm.<br />
 <br />
</li>
<li>Do not use this information as the sole source to make investment decisions. I highly recommend you at least skim a couple years of annual reports to become familiar with the company. I make no guarantees along with all the other disclaimers other organizations usually list.<br />
 <br />
</li></ul>
I will post more spreadsheets and company information as I get through them and find an interest.<br />
<br />
<span style="font-weight: bold;"><span style="font-size: medium;">Lastly, I don't need a bunch of thanks as a result. If any of these spreadsheets help, please join in the conversation. You can also send Kerim a donation to help with the upkeep of this site. I still believe in one of the original uses of the internet as a medium to share information with other people without trying to sell you something or selling your information to others to make a buck off of you. You'll notice there are no annoying ads on this web site.</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dividend Radar Dead]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2267</link>
			<pubDate>Mon, 22 Sep 2025 17:25:24 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2267</guid>
			<description><![CDATA[Well, it seems we no longer have a comprehensive list of dividend growth stocks. <br />
<br />
Per the announcement on their website:<br />
<br />
<blockquote><cite>Quote:</cite><span style="font-style: italic;">Dividend Radar has been discontinued<br />
<br />
After much consideration, we have decided to discontinue Dividend Radar, our weekly publication of dividend stocks. This was not an easy decision, as we know many of you have come to rely on the list as part of your investing research. We’ve chosen to shift our focus toward new opportunities and projects.<br />
<br />
We want to thank you sincerely for your readership, support, and feedback over the years. It has been a privilege to serve you.</span></blockquote>
<br />
The Dividend Champions list, better known to many as the <span style="font-style: italic;">"CCC list</span>", was created and maintained by David Fish, Executive Editor of the Moneypaper. At the time, the Moneypaper was written to help investors with dividend reinvestment plans (DRIPs) in their investing journey. This was long before brokerages handled dividend reinvestment. He also was a co-manager of the MP63 Fund, a mutual fund dedicated to dividend growth investing.<br />
<br />
I first found Mr. Fish on Seeking Alpha following the Great Recession (2008-09) -- sometime around 2010 or 2011. He had been publishing a list of companies with 25+ years of dividend increases. When I found his spreadsheets, they had been expanded to include companies with greater than 5 years of dividend growth history and separated into three groups:<br />
<ul>
<li>Dividend Champions: U.S. stocks that have grown dividends for the last 25+ consecutive years<br />
</li>
<li>Dividend Contenders: U.S. stocks that have grown dividends for the last 10-24 consecutive years<br />
</li>
<li>Dividend Challengers: U.S. stocks that have grown dividends for the last 5-9 consecutive years<br />
</li></ul>
Sadly, Mr. Fish died in 2018 and Justin Law took over maintaining the list for a few years before rebranding it to the Dividend Radar spreadsheet and making some changes along the way.<br />
<br />
As of now, I haven't found a comprehensive list to replace the CCC/Dividend Radar list. Perhaps there is no interest in dividend growth investing any more with all the new-fangled technology and the emphasis on growth stocks. It definitely is a monumental task.<br />
<br />
David Fish was monumental to me in my investment journey setting up a comfortable income stream for retirement. He was always generous with his time and wisdom and shared freely.<br />
<br />
<br />
As an aside, if anyone has a saved copy of his bio or the tributes on Seeking Alpha, I'd appreciate a copy.]]></description>
			<content:encoded><![CDATA[Well, it seems we no longer have a comprehensive list of dividend growth stocks. <br />
<br />
Per the announcement on their website:<br />
<br />
<blockquote><cite>Quote:</cite><span style="font-style: italic;">Dividend Radar has been discontinued<br />
<br />
After much consideration, we have decided to discontinue Dividend Radar, our weekly publication of dividend stocks. This was not an easy decision, as we know many of you have come to rely on the list as part of your investing research. We’ve chosen to shift our focus toward new opportunities and projects.<br />
<br />
We want to thank you sincerely for your readership, support, and feedback over the years. It has been a privilege to serve you.</span></blockquote>
<br />
The Dividend Champions list, better known to many as the <span style="font-style: italic;">"CCC list</span>", was created and maintained by David Fish, Executive Editor of the Moneypaper. At the time, the Moneypaper was written to help investors with dividend reinvestment plans (DRIPs) in their investing journey. This was long before brokerages handled dividend reinvestment. He also was a co-manager of the MP63 Fund, a mutual fund dedicated to dividend growth investing.<br />
<br />
I first found Mr. Fish on Seeking Alpha following the Great Recession (2008-09) -- sometime around 2010 or 2011. He had been publishing a list of companies with 25+ years of dividend increases. When I found his spreadsheets, they had been expanded to include companies with greater than 5 years of dividend growth history and separated into three groups:<br />
<ul>
<li>Dividend Champions: U.S. stocks that have grown dividends for the last 25+ consecutive years<br />
</li>
<li>Dividend Contenders: U.S. stocks that have grown dividends for the last 10-24 consecutive years<br />
</li>
<li>Dividend Challengers: U.S. stocks that have grown dividends for the last 5-9 consecutive years<br />
</li></ul>
Sadly, Mr. Fish died in 2018 and Justin Law took over maintaining the list for a few years before rebranding it to the Dividend Radar spreadsheet and making some changes along the way.<br />
<br />
As of now, I haven't found a comprehensive list to replace the CCC/Dividend Radar list. Perhaps there is no interest in dividend growth investing any more with all the new-fangled technology and the emphasis on growth stocks. It definitely is a monumental task.<br />
<br />
David Fish was monumental to me in my investment journey setting up a comfortable income stream for retirement. He was always generous with his time and wisdom and shared freely.<br />
<br />
<br />
As an aside, if anyone has a saved copy of his bio or the tributes on Seeking Alpha, I'd appreciate a copy.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Camping again ... finally!]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2266</link>
			<pubDate>Sun, 24 Aug 2025 18:18:08 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2266</guid>
			<description><![CDATA[Now that I've retired and the kids are gone, I've finally had the chance to go camping again. My thoughts for the last 20-some years has been to have a week away camping the old-fashioned way in the mountains in the same campgrounds when I was growing up. This time, we stayed at Fish Creek Ponds in the middle of the Adirondack mountains of NYS between Tupper Lake and Saranac Lake. <br />
<br />
After spending the winter replacing the tent, screenhouse and Coleman camp stove due to age and mice, I finally made my reservations in late-May. The first night there, we found the lantern also had been aged-out by a worn out plunger in the pressure pump. As I'm a Luddite about the camping gear we use, I had to have the old-fashioned gear I used when I was younger and wanted a white gas lantern to replace it. I had already caved in to the idea of a propane stove since the Coleman gas stoves were non-existent except for some badly beat up used stoves. We lived without one for 2 days until we visited a sporting goods store in the village of Saranac Lake. As we did some browsing, lo-and-behold I found a Coleman white gas lantern sitting on the back of a shelf in their camping gear section. I don't know how long it's been sitting there since Coleman phased those out many years ago but I had to have it. Itch scratched.<br />
<br />
The week was glorious. As anyone who's spent any time in the Adirondacks knows, you're bound to get rain if you're there for any length of time. We only had rain for a few hours during one night and the days were sunny and warm. Quite a rare occurrence. Our site was on the water with a nice view of the lake and mountains beyond. A week of leisure sitting by the fire, reading (real books and newspapers), watching the boaters, napping, and cooking good meals on our new stove &amp; the camp fire. We spent a day sightseeing in the nearby villages but the rest of the time was just decompression. I was surprised that I could still sleep on the ground and get in an out of our tent at my age.<br />
<br />
The highlight of the trip was our canoe adventure. We rented a canoe for a day and paddled around for hours. Stopped at an island for a picnic lunch on a large boulder. As we were returning, we saw a couple loons in the distance so we paddled towards them. Turns out, it was a pair with a chick between them. They dove under the water as we approached so we just stopped and floated wondering where they would pop up. To our surprise, they popped up about about 10 feet from our canoe but quickly swam away. I haven't seen loons near here for over 50 years. It was a magical experience.<br />
<br />
Here's a couple photos attached.<br />
<br />
How's your summer been?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=364" target="_blank" title="">Campsite.jpg</a> (Size: 452.75 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=365" target="_blank" title="">Fireplace &amp; Lake View.jpg</a> (Size: 478.53 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Now that I've retired and the kids are gone, I've finally had the chance to go camping again. My thoughts for the last 20-some years has been to have a week away camping the old-fashioned way in the mountains in the same campgrounds when I was growing up. This time, we stayed at Fish Creek Ponds in the middle of the Adirondack mountains of NYS between Tupper Lake and Saranac Lake. <br />
<br />
After spending the winter replacing the tent, screenhouse and Coleman camp stove due to age and mice, I finally made my reservations in late-May. The first night there, we found the lantern also had been aged-out by a worn out plunger in the pressure pump. As I'm a Luddite about the camping gear we use, I had to have the old-fashioned gear I used when I was younger and wanted a white gas lantern to replace it. I had already caved in to the idea of a propane stove since the Coleman gas stoves were non-existent except for some badly beat up used stoves. We lived without one for 2 days until we visited a sporting goods store in the village of Saranac Lake. As we did some browsing, lo-and-behold I found a Coleman white gas lantern sitting on the back of a shelf in their camping gear section. I don't know how long it's been sitting there since Coleman phased those out many years ago but I had to have it. Itch scratched.<br />
<br />
The week was glorious. As anyone who's spent any time in the Adirondacks knows, you're bound to get rain if you're there for any length of time. We only had rain for a few hours during one night and the days were sunny and warm. Quite a rare occurrence. Our site was on the water with a nice view of the lake and mountains beyond. A week of leisure sitting by the fire, reading (real books and newspapers), watching the boaters, napping, and cooking good meals on our new stove &amp; the camp fire. We spent a day sightseeing in the nearby villages but the rest of the time was just decompression. I was surprised that I could still sleep on the ground and get in an out of our tent at my age.<br />
<br />
The highlight of the trip was our canoe adventure. We rented a canoe for a day and paddled around for hours. Stopped at an island for a picnic lunch on a large boulder. As we were returning, we saw a couple loons in the distance so we paddled towards them. Turns out, it was a pair with a chick between them. They dove under the water as we approached so we just stopped and floated wondering where they would pop up. To our surprise, they popped up about about 10 feet from our canoe but quickly swam away. I haven't seen loons near here for over 50 years. It was a magical experience.<br />
<br />
Here's a couple photos attached.<br />
<br />
How's your summer been?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=364" target="_blank" title="">Campsite.jpg</a> (Size: 452.75 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://DividendGrowthForum.com/images/attachtypes/image.gif" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=365" target="_blank" title="">Fireplace &amp; Lake View.jpg</a> (Size: 478.53 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Packaging Corporation of America (PKG) and spreadsheet]]></title>
			<link>https://DividendGrowthForum.com/showthread.php?tid=2265</link>
			<pubDate>Sun, 25 May 2025 18:02:17 +0000</pubDate>
			<guid isPermaLink="false">https://DividendGrowthForum.com/showthread.php?tid=2265</guid>
			<description><![CDATA[<span style="font-weight: bold;">What Is This</span><br />
<br />
Attached to this thread is a copy of Packaging Corporation of America (PKG) analysis spreadsheet. It is created in LibreOffice (<a href="https://www.libreoffice.org/" target="_blank">https://www.libreoffice.org/</a>), an open source software package that is compatible with Microsoft Office/Office 365. The format is Open Document Format (ODF) which Microsoft Excel can open natively. You shouldn't see much difference except for any formatting glitches in the translation. If you want to look, I recommend downloading the spreadsheet to your computer and opening it from there as there may be some issues with your browser and the data format passed to Excel.<br />
<br />
Once it is open, you can create your own graphs or add your own statistics to supplement the data that is already there. I've tried to include the most common ones.<br />
<br />
For more details on what and why I'm doing this, please go to the original post in this series for <span style="font-weight: bold;"><a href="https://dividendgrowthforum.com/showthread.php?tid=2260" target="_blank">Sonoco Corporation</a></span>.<br />
<br />
<span style="font-weight: bold;">Disclaimers:</span><br />
<ul>
<li>I can't guarantee every number is correct. After looking through a ton of pdf files and hand copying data, errors are bound to creep in. If you find any errors, feel free to let me know about them so I can correct it.<br />
<br />
</li>
<li>Sometimes data from a prior year is restated in a following document due to accounting rule changes, data changing or clarified through the reorganization process, etc. When I enter it in the spreadsheet, I generally use the numbers published in the original data for that year. I DO NOT go back and modify prior data since it is my opinion that the pricing of a company's stock is dependent on the data that was available at the time it was published.<br />
<br />
</li>
<li>I am not a financial planner nor a degreed accountant so any misstatement or calculation of statistics are as I best understand it. Often statistics can be calculated in several different ways depending on how that data is being used. I've used Investopedia extensively to double check my calculations using the data specifically available to me and focusing on the investment viewpoint.<br />
<br />
</li>
<li>When a company is going through some financial hardship or reorganization, some of the numbers don't make any sense; i.e., a negative P/E ratio or ROE. Other rating services usually mark it as "Not Measurable" or set it to zero. I will usually leave it as calculated so I can judge how drastic the change is from the norm. You can mark these fields zero (0) or NM (Not Measurable) and the statistics should adjust if you desire.<br />
<br />
</li>
<li>Do not use this information as the sole source to make investment decisions. I highly recommend you at least skim a couple years of annual reports to become familiar with the company. I make no guarantees along with all the other disclaimers other organizations usually list.<br />
</li></ul>
NOTE: I converted the spreadsheet to a Zip file so you will have to download it and unzip it from there.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">What Is This</span><br />
<br />
Attached to this thread is a copy of Packaging Corporation of America (PKG) analysis spreadsheet. It is created in LibreOffice (<a href="https://www.libreoffice.org/" target="_blank">https://www.libreoffice.org/</a>), an open source software package that is compatible with Microsoft Office/Office 365. The format is Open Document Format (ODF) which Microsoft Excel can open natively. You shouldn't see much difference except for any formatting glitches in the translation. If you want to look, I recommend downloading the spreadsheet to your computer and opening it from there as there may be some issues with your browser and the data format passed to Excel.<br />
<br />
Once it is open, you can create your own graphs or add your own statistics to supplement the data that is already there. I've tried to include the most common ones.<br />
<br />
For more details on what and why I'm doing this, please go to the original post in this series for <span style="font-weight: bold;"><a href="https://dividendgrowthforum.com/showthread.php?tid=2260" target="_blank">Sonoco Corporation</a></span>.<br />
<br />
<span style="font-weight: bold;">Disclaimers:</span><br />
<ul>
<li>I can't guarantee every number is correct. After looking through a ton of pdf files and hand copying data, errors are bound to creep in. If you find any errors, feel free to let me know about them so I can correct it.<br />
<br />
</li>
<li>Sometimes data from a prior year is restated in a following document due to accounting rule changes, data changing or clarified through the reorganization process, etc. When I enter it in the spreadsheet, I generally use the numbers published in the original data for that year. I DO NOT go back and modify prior data since it is my opinion that the pricing of a company's stock is dependent on the data that was available at the time it was published.<br />
<br />
</li>
<li>I am not a financial planner nor a degreed accountant so any misstatement or calculation of statistics are as I best understand it. Often statistics can be calculated in several different ways depending on how that data is being used. I've used Investopedia extensively to double check my calculations using the data specifically available to me and focusing on the investment viewpoint.<br />
<br />
</li>
<li>When a company is going through some financial hardship or reorganization, some of the numbers don't make any sense; i.e., a negative P/E ratio or ROE. Other rating services usually mark it as "Not Measurable" or set it to zero. I will usually leave it as calculated so I can judge how drastic the change is from the norm. You can mark these fields zero (0) or NM (Not Measurable) and the statistics should adjust if you desire.<br />
<br />
</li>
<li>Do not use this information as the sole source to make investment decisions. I highly recommend you at least skim a couple years of annual reports to become familiar with the company. I make no guarantees along with all the other disclaimers other organizations usually list.<br />
</li></ul>
NOTE: I converted the spreadsheet to a Zip file so you will have to download it and unzip it from there.]]></content:encoded>
		</item>
	</channel>
</rss>