Python script for Dividend Aristocrat data
This is a basic Python script that does the following:
- Scan list of stock ticker symbols from a text file (Currently these are the Dividend Aristocrats: https://en.wikipedia.org/wiki/S%26P_500_Dividend_Aristocrats)
- Write data to a file.
- Use this data however you want. I usually import it into Google Sheets for more sorting, etc.
- That's it!