Bulk Dividend Downloader

Get historical dividends for many companies, and generate a payout stream cross-referenced against time. Free spreadsheet!

Update on May 2nd 2022: new version that works past changes by Yahoo

Update on April 14th 2018: modified to sidestep a few changes made by Yahoo

Update on June 18th 2017: now works with the new Yahoo Finance system

This Excel spreadsheet downloads historical dividends for many companies. It’s a companion sheet to the ever-popular Bulk Stock Quote Downloader, and is as simple-to-use as its counterpart. Get this free spreadsheet and learn how to download dividend data.

Simply enter a start and end date, a list of ticker symbols, and click the “Get Bulk Dividends” button.

Some clever VBA whirs away, and interrogates the Yahoo Finance web service. You get the historical dividend data for each ticker in its own sheet.

Parameter Sheet for the Bulk Dividend Downloader Spreadsheet

If you check Collate Data, all the dividends are collected onto one sheet. This gives you a stream of dividends over time, cross-referenced against the payout date.

historical dividends for mulitiple companies collated into one sheet in Excel, cross-referenced against the payout date

So what can you do with this tool. You can identify groups of companies with a history of regular (and rising) dividend payouts.This provides points to mature financial management, and the long-term financial security of the business. Stocks like this are the bedrock of any long-term investment portfolio

Moreover, stock with higher dividends are generally less volatile than those with little or no history of paying divdends. That is the change in stock price plus the dividend payouts – can often be less volatile than the change in stock price itself . This protects your downside when markets are volatile.

Moreover, in the US, Canada and other countries, dividends are taxed at a lower rate than interest or salary income. So by targeting stocks with higher dividends, you minimize your tax . For example, in Canada, GIC bond income is taxed at your marginal tax rate. However, dividend income benefits from the “gross up” tax credit system that can cut the tax paid by about half.

You can view and edited the spreadsheet VBA. Feel free to learn from the code. I’d appreciate a link to https://investexcel.net if you find this spreadsheet of value.

Get Excel Spreadsheet to Download Dividends for Multiple Companies


17 thoughts on “Bulk Dividend Downloader”

  1. Hey Samir,

    Thank you very much for all of the work you have done here. Currently I am having problems because your code is writing it to excel, not just the csv file. So when I have 7k tickers to download, it is trying to add the output to excel pages as well which is freezing up excel for me. How do I comment out that code and which one is it. Simply I just want to write directly to the csv without seeing any output in excel?

    Thanks!

    Reply
    • The code needs to see the data on the “excel pages” (actually called “sheets”) before the data is written to CSV. You can’t completely disable the creation of the sheets. It’s not a simple case of commenting out code.

      However, you could

      *download the data for a single ticker to a sheet
      *write out the data from the sheet to a CSV file
      *delete the sheet
      *continue for the other tickers listed.

      This would require some rewriting the code (BTW you wouldn’t be able to use the “Collate” function”). I’ll do it for you if you donate $25 via the “Donate” button on the top-right.

      Reply
  2. Thank you for the excel sheet with the stock prices. It was so good, and it saved me alot of time on a school assignment. But i have a question

    How to i download the index for OBXBID.OL?

    Is it possible? Because the assignemt is to compare different stocks to the index.

    Sincerly Daniel from Norway

    Reply
  3. Hi, Samir Khan
    Thanks a lot for your great job
    Is there any chance, that you have the same spreadsheet but for downloading split’s history?

    Reply
  4. I’ve tested this sheet a few times, and it does download the Yahoo dividend data, onto 26 sheets! That is really great, and I just looked at the collated dividends sheet, but nothing is there. Perhaps the number of tickers was too much?

    Anyways, a nice effort that can be modified.

    Reply
    • I found that I had tried to be clever, and inserted =NOW() into cell B6 on the Parameters sheet. That caused a problem when the vlookup ran for collated data. So, your worksheet and code work fine.

      Reply
  5. Great work but I need to import into MS Access database with the 3 fields – Date, Symbol, Dividend – So all dividend payments would have to be listed in one worksheet with these 3 columns only like this :
    Date | Symbol | Dividend
    01/01/12 | AGD | .14
    01/02/12 | GNT | .11
    01/02/12 | BX | .09

    Can you do that and how much would it cost
    I need this very much
    Thank You

    Reply
  6. Hi Samir,

    This is a great file, any chance you are going to update it to link to the changes that Yahoo made? I know that you already updated other files and now those are linking back to Yahoo. Any plans to update this one?

    Thanks,
    Marc

    Reply

Leave a Comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.