Dividends Excel Sheet Guide and Template - Wisesheets Blog (2024)

  • Last Updated: August 24, 2024

Guillermo Valles
Dividends Excel Sheet Guide and Template - Wisesheets Blog (2)

Do you want to get started tracking dividends on Excel? Whether you're a beginner or an experienced investor, this guide will show you how to get stock dividend data onto your spreadsheet. We'll also provide a free template that you can use to get started right away!

  • How to get dividend yield and dividend payment data in Excel
  • Dividend yield and dividend payment amount on Excel Stocks?
  • Real-time dividend yield in Excel
  • Historical dividend yield in Excel
  • Historical stock dividend payments in Excel
  • Free dividend payment analysis Excel spreadsheet
  • How to find the best dividend stocks using Excel
  • Conclusion

Table of Contents

  • How to get dividend yield and dividend payment data in Excel
  • Dividend yield and dividend payment amount on Excel Stocks?
  • Real-time dividend yield in Excel
  • Historical dividend yield in Excel
  • Historical stock dividend payments in Excel
  • Free dividend payment analysis Excel spreadsheet
  • How to find the best dividend stocks using Excel
  • Conclusion

How to get dividend yield and dividend payment data in Excel

Unfortunately, there is no easy free way to get dividend yield and payment data on your Excel spreadsheet. The most common method is to copy-paste data from a site like Yahoo Finance, but this tends to be inefficient because the dividend yield of stocks changes all the time with the price, and this approach limits your ability to analyze hundreds of stocks at once.

A better way is to use an API and use code programmatically to get and update the data on your spreadsheet, but APIs are generally expensive, and you need a good level of coding knowledge to be able to retrieve the data in the way that you want.

The best alternative, which will be discussed in this article, is to use Wisesheets, an Excel and Google Sheets add-on that allows you to get the dividend yield and dividend payments for thousands of stocks in a simple function call.

Dividend yield and dividend payment amount on Excel Stocks?

Excel Stocks and the STOCKHISTORY function do not include dividend yield and historical dividend payments, but luckily, you can get this data very easily using the method described below.

Real-time dividend yield in Excel

In order to access the real-time dividend yield of a stock or ETF across 50+ exchanges, all you have to do is enter the following formula on any Excel cell:

=WISE("ticker", "dividend yield", "ttm").

For example, if you would like to get the dividend yield of Apple, you need to use the following function call =WISE("AAPL", "dividend yield", "ttm").

Dividends Excel Sheet Guide and Template - Wisesheets Blog (3)

As you can see, this will return Apple's latest dividend yield based on the last dividend payment made and the current price of the stock.

You can apply the same function call to many stocks at once, referencing cells from a list of stocks, as you can see below.

Dividends Excel Sheet Guide and Template - Wisesheets Blog (4)

This allows you to analyze all these stocks at once in a single spreadsheet view.

Refreshing the data is very simple all you have to do is click enter on the cell or drag the formula down again for it to refresh across multiple tickers.

Historical dividend yield in Excel

Accessing the historical dividend yield of particular stocks is not much different. You can access the historical dividend yield annually when the financial statements were released by using =WISE("AAPL", "dividend yield", year) for annual data or =WISE("AAPL", "dividend yield", year, "quarter") for quarterly data.

For example, to get Apple's dividend yield in the second quarter of 2021, you must enter =WISE("AAPL", "dividend yield", 2021, "q2").

Dividends Excel Sheet Guide and Template - Wisesheets Blog (5)

As you can see, this will return the dividend yield based on the dividend payment made at the time and the closing price when the financial statements were released.

Historical stock dividend payments in Excel

Getting historical dividend payment data is super easy. All you have to do is enter =WISEPRICE("ticker", "dividend").

For example, to see the dividend payments Coca-Cola has made to shareholders, you need to enter =WISEPRICE("co*kE", "dividend").

Dividends Excel Sheet Guide and Template - Wisesheets Blog (6)

This will allow you to see all the dividends paid by Coca Cola including the date, ex-date, dividend payment, and declaration date going back all the way to 1985. From here, you can make any calculations you'd like, such as calculating the dividend payment growth at different time periods, and you can even graph this data to visualize the dividend payment trajectory.

Free dividend payment analysis Excel spreadsheet

To make the process of getting familiar with these formulas and help you access stock dividend data a lot faster on Excel, you can get started with this template for free.

Dividends Excel Sheet Guide and Template - Wisesheets Blog (7)

This template provides you with important information such as the current dividend yield of a stock, the expected dividend payment from the company as well as the dividend payment growth in the last 5 years.

The best part is that you can change the ticker and get all this data for any company you'd like at once.

Altogether this represents a powerful template to give you an edge when looking at many dividend stocks and save you countless hours of time getting the data and making calculations.

Using Wisesheets, you can access many other prebuilt stock analysis templates that go beyond dividend stocks, such as DCFs, watchlists, live stock trackers, and more.

You can sign up for a free trial here.

How to find the best dividend stocks using Excel

Now that you know how to access dividend data in Excel, it's time to learn how to find the best dividend stocks.

Here are a few key things you should look for:

– A high and sustainable dividend yield

– A long history of consistent dividends payments

– A strong balance sheet with little debt

– A history of dividend growth

With Wisesheets, you can screen find all this information using the add-ons formulas, but more importantly, you can build your own screener to filter through stocks based on different criteria such as dividend yield, market cap, free cash flow, dividend growth, and more.

This is a great way to save time and find the best dividend stocks for your portfolio.

Conclusion

In this article, you learned how to get real-time and historical dividend data on Excel using Wisesheets and how to find the best dividend stocks by building your own screener.

You can also access a free dividends analysis Excel template that you can use to get started with your own analysis.

What are your thoughts on dividend investing? Let us know in the comments below.

Happy dividends Excel-ing!

Guillermo Valles

|Website

Hello! I'm a finance enthusiast who fell in love with the world of finance at 15, devouring Warren Buffet's books and streaming Berkshire Hathaway meetings like a true fan.

I started my career in the industry at one of Canada's largest REITs, where I honed my skills analyzing and facilitating over a billion dollars in commercial real estate deals.

My passion led me to the stock market, but I quickly found myself spending more time gathering data than analyzing companies.

That's when my team and I created Wisesheets, a tool designed to automate the stock data gathering process, with the ultimate goal of helping anyone quickly find good investment opportunities.

Today, I juggle improving Wisesheets and tending to my stock portfolio, which I like to think of as a garden of assets and dividends. My journey from a finance-loving teenager to a tech entrepreneur has been a thrilling ride, full of surprises and lessons.

I'm excited for what's next and look forward to sharing my passion for finance and investing with others!

35 Responses

  1. Absolutely pent content, regards for entropy.

    Reply

  2. how about a feature that provides the dividend payments for a period (i.e. year to date)?

    Reply

    1. You can do =SUM(WISE("ticker","dividend",{"lq","lq-1","lq-2","lq-3"})) for that 🙂

      Reply

  3. How can I retrieve the next payment and ex dates for a dividend stock?

    Reply

    1. Hi Kevin, we will add the next payment to our data. For the ex-dates, you can do =WISEPRICE("ticker", "dividend"), and the "Date" column is the ex-date.

      Reply

      1. Is there a formula we can use to retrieve the ex-date only?

        Reply

  4. can I use this function on any excel sheet I create for any ticker symbol? I tried using the trial data for TSLA and it reports back unavailable.

    Reply

    1. Hi Erik, you can access all the data and functionalities on the trial for Apple, Tesla, and Amazon. Could you send us an email at [email protected] with some screenshots? We are happy to help.

      Reply

    1. Hi Eric we don't have a parameter like this yet. The closest we have is =WISEPRICE("Ticker", "Earnings Announcement").

      Reply

  5. Do you have a way to get the Indicated Annual Dividend (IAD)? Its the derived total dividend amount (usually its calculated by multiplying Latest Dividend Amount and Dividend Frequency)

    Reply

    1. You can do =WISE("ticker", "dividend", "lq") * the payment frequency for this or =WISE("ticker", "dividend", 2022).

      Reply

  6. Can the WISE dividend functions be used in the same spreadsheet alongside the built-in stock functions?

    Reply

    1. Absolutely here is a good example =AVERAGE(WISEPRICE("aapl", "volume", 30)) to get the average for the past 30 days.

      Reply

  7. Hi,
    How to measure the discounted cash flow for any stock?

    Reply

    1. We recommend using the stock analysis template or DCF template available on Wisesheets and then make any assumptions or modifications to calculate the DCF.

      Here is a useful article on this: https://blog.wisesheets.io/free-dcf-template-excel-and-how-to-use-it/

      Reply

  8. Hi, what is the function or how to get adjusted dividend for yearly basis?

    Reply

    1. You can do this =SUM(INDEX(WISEPRICE("aapl","dividend",,"01/01/2020","12/30/2020"),,3))

      Reply

  9. Hi Guillermo, I have a time series with daily stock price data, I want to add the dividend declared or paid amount in the same daily time series (add a column which returns a zero in case no dividend was declared or paid and a dividend amount in case a dividend was declared or paid). I there a simple way to do that?

    So the following columns: date, stock price, dividend.

    I would like to calculate the dividend reinvested return or total shareholders return on a daily or cumulative daily basis.

    Thank.

    Menno

    Reply

    1. Hi Menno, the best way to do this is to use the WISEPRICE function like this =WISEPRICE("ticker", "dividend") and something like =WISEPRICE("ticker", "close", 30) and then create a pivot table with this data where you can perform these calculations 🙂

      Reply

  10. Can you pull the annual dividend (based on the latest payment) directly or do you have to manually calculate it (multiply latest payment by payment frequency)? Thanks!

    Reply

    1. You have to calculate it manually or use the past year as a reference for example =WISE("aapl", "dividend", 2022).

      Reply

  11. Hello — this API no longer seems to be working in my Google Sheets. I've pasted it just as shown in the blog text above:
    =WISE("ticker", "dividend yield", "ttm")

    Any advice? Many thanks.

    Reply

    1. Just make sure to be logged into the add-on and enter a ticker for example =WISE("aapl", "dividend yield", "ttm") 🙂

      Reply

  12. How do I get just one line of dividend x-date, pay date, etc. I do not want the history, just the most recent data.

    Reply

    1. To get the latest dividend info, you can use this formula: =INDEX(WISEPRICE("aapl","dividend"),2) the first column is the ex-date.

      Reply

      1. Hi Guillermo…
        On the =INDEX(WISEPRICE("aapl","dividend"),2) latest…

        Does this auto refresh each month/quarter or do I have to manually refresh (reload by retyping) each individual line? I notice that I dont see this area changing in my spreadsheet.

        Just curious on the refresh updates, when you have like 40+ line items…
        Thanks!

        Reply

        1. This does not auto-refresh. You can delete the cells and then undo them using control z to get them to refresh fast.

          Reply

          1. Thank you! Yea, I have just been deleting the ")" and the end and hitting enter to refresh manually. Appreciate the quick response.

          2. No problem 🙂

  13. I get this error, #NAME?, when trying to do this…what am I doing wrong? Latest Excel, new PC…and get this same eror for all the above suggested formulas. Appreciate any help, email is whackedmytoe2@ the g mail

    Reply

  14. Hi Guillermo
    Is there any issue with the =INDEX(WISEPRICE("aapl","dividend"),2) formula? I'm not sure but if I refresh them its #REF! on refresh, but the formula shows the same…. same result on all my tabs in the spreadsheet. Just curious if something might be off with the application itself.

    Thanks
    Jason

    Reply

  15. Nevermind on last post, somehow my spreadsheet removed the add-in and signed me out… so all good now. 😉

    Jason

    Reply

    1. Thanks for letting us know 🙂

      Reply

Related Posts

Yahoo might not be the choice for the ideal search engine anymore, and let’s

Read More »

January 24, 2022 4 Comments

Yahoo Finance APIs are libraries, or APIs, or methods to obtain historical and real-time

Read More »

January 12, 2022 No Comments

What Is Net Income Growth, and How to Calculate It?

If you're an investor, you'll want to know about net income growth and how

Read More »

April 10, 2023 No Comments

Dividends Excel Sheet Guide and Template - Wisesheets Blog (2024)

FAQs

How do you do dividends in Excel? ›

For real-time dividend yield, you can use a formula like =WISE("ticker", "dividend yield", "ttm") in Excel, where “ticker” is the stock's ticker symbol and “ttm” stands for trailing twelve months.

How do I get all dividend statements? ›

How can I check the information on dividends?
  1. Through the National Electronic Clearing Service (NECS), also called the ECS.
  2. By mailing the dividend warrants to the physical address of the investor.

How to keep track of dividend portfolio? ›

With the ability to automatically track dividends and see the impact of dividends on your returns, Sharesight is the best free dividend tracker for self-directed investors. As a comprehensive online portfolio tracking solution, Sharesight also has a range of powerful features that extend beyond dividend tracking.

What is the formula for calculating dividends? ›

To calculate annual dividend yield, follow this formulae. Dividend yield = annual dividend paid per share x current market price of the share / 100. What does 7% dividend yield mean? A 7% dividend yield means that for every 100 rupees invested in the stock, the investor will receive 7 rupees in dividends per year.

How do you calculate how much you will make in dividends? ›

You can roughly calculate how much you'll receive by multiplying the number of shares you own by the dividend amount per share.

How do you generate dividends? ›

In order to collect dividends on a stock, you simply need to own shares in the company through a brokerage account or a retirement plan such as an IRA. When the dividends are paid, the cash will automatically be deposited into your account.

How do I find out how much dividends I declared? ›

Here is the formula for calculating dividends: Annual net income minus net change in retained earnings = dividends paid.

Where can I find dividend summary? ›

You can access your historical dividend payments by contacting the share registries that the company is associated with. The share registry will be able to provide you with information such as payment history and tax statements.

Where can I get dividend information? ›

Many stock brokerages offer their customers screening tools that help them find information on dividend-paying stocks. Investors can also find dividend information on the Security and Exchange Commission's website, through specialty providers, and through the stock exchanges themselves.

What is the best dividend tracker? ›

The Best Dividend Trackers
  1. Best for Dividend Investors: Snowball Analytics. ...
  2. Best for International Investors: Sharesight. ...
  3. Best for Beginners: Robinhood. ...
  4. Best for Portfolio Tracking: Kubera. ...
  5. Best for Tracking Investments: getquin. ...
  6. Best for Moderately-Active Traders: Finbox.
Aug 1, 2024

What is the best website to check dividends? ›

DividendInvestor.com is the most powerful dividend-detecting resource available today. It contains the critical, time-sensitive data you need for income investments such as Common Stocks, Royalty Trusts, ETFs, CEFs, REITs, MLPs and ADRs. And gaining access to all of this only takes minutes.

Can you live off a dividend portfolio? ›

Can You Retire On Dividends? You can retire on dividends. To do so, you generally need to start investing in dividend-paying assets early and reinvest the dividends until you retire.

What is the formula for dividends in Excel? ›

Suppose you are invested in a company that paid a total of $5 million in dividends last year and it has five million shares outstanding. In Microsoft Excel, enter "Dividends Per Share" in cell A1. Next, enter "=5000000/5000000" in cell B1; the dividends per share for this company is $1 per share.

How are dividends calculated for dummies? ›

If a company announces a dividend as a dollar amount, the dividend is calculated by multiplying the number of shares you own by the amount of the dividend paid. So if you own 1,000 shares of a company, and that company pays a dividend per share of $0.68, you would be paid $668.

What is a good dividend cover? ›

Generally speaking, a DCR of 2 is viewed as good, as this indicates that a company has the capacity to pay its dividends twice over. A DCR of below 1.5 is viewed as a possible concern, signalling the use of loans.

How to division in Excel? ›

Divide numbers in a cell

To do this task, use the / (forward slash) arithmetic operator. For example, if you type =10/5 in a cell, the cell displays 2. Important: Be sure to type an equal sign (=) in the cell before you type the numbers and the / operator; otherwise, Excel will interpret what you type as a date.

How do you record dividends? ›

Dividends are paid out of the company's retained earnings, so the journal entry would be a debit to retained earnings and a credit to dividend payable. It is important to realize that the actual cash outflow doesn't occur until the payment date. This shows the company plans to pay dividends.

How do you calculate present value of dividends in Excel? ›

PV can be calculated in Excel with the formula =PV(rate, nper, pmt, [fv], [type]). If FV is omitted, PMT must be included, or vice versa, but both can also be included. Net present value (NPV) is different from PV, as it takes into account the initial investment amount.

How do you set up dividends? ›

You will need to hold a 'board meeting' to agree on a dividend declaration and a record of the meetings minutes. A dividend voucher needs to be recorded and a copy kept on records for the business and to the shareholder/s. This can be sent by email, paper, or generated by any number of accounting software packages.

Top Articles
7 Tips on How to Prepare a Budget & Manage your Daily Expense| HDFC Bank
✅ (DCP) Damage Control Plan Signs
Kem Minnick Playboy
Caesars Rewards Loyalty Program Review [Previously Total Rewards]
Faint Citrine Lost Ark
Cad Calls Meriden Ct
Health Benefits of Guava
Chalupp's Pizza Taos Menu
Encore Atlanta Cheer Competition
Minn Kota Paws
Fallout 4 Pipboy Upgrades
Does Publix Have Sephora Gift Cards
What is the surrender charge on life insurance?
Full Range 10 Bar Selection Box
Mawal Gameroom Download
Lqse-2Hdc-D
Used Drum Kits Ebay
Sivir Urf Runes
Dignity Nfuse
Heart and Vascular Clinic in Monticello - North Memorial Health
Tyrone Unblocked Games Bitlife
Pokemon Unbound Shiny Stone Location
Johnnie Walker Double Black Costco
Yog-Sothoth
John Chiv Words Worth
Mybiglots Net Associates
Bethel Eportal
What Is The Lineup For Nascar Race Today
8000 Cranberry Springs Drive Suite 2M600
Suspiciouswetspot
Hdmovie2 Sbs
Login.castlebranch.com
Basil Martusevich
Springfield.craigslist
Gr86 Forums
Sinfuldeeds Vietnamese Rmt
Ewwwww Gif
Main Street Station Coshocton Menu
Xxn Abbreviation List 2023
How to Get a Better Signal on Your iPhone or Android Smartphone
Guy Ritchie's The Covenant Showtimes Near Grand Theatres - Bismarck
Isabella Duan Ahn Stanford
Squalicum Family Medicine
Dontrell Nelson - 2016 - Football - University of Memphis Athletics
Movie Hax
Value Village Silver Spring Photos
Mail2World Sign Up
The top 10 takeaways from the Harris-Trump presidential debate
Mikayla Campinos Alive Or Dead
Definition of WMT
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 5644

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.