- dart_dividends.py
Get dividend information from postings in DART
================================================================================
-m or --mode : Operation Mode
0 : Find posting of dividends in specific period
1 : Find all posting of dividends for specific corporation
-s or --start : Start of period
year(4digits) + month(2digits) + day(2digits)
-e or --end : End of period
year(4digits) + month(2digits) + day(2digits)
-c or --corp : Corporation name
-o or --output : Output file name
-h or --help : Show help messages
python dart_dividends.py -m 0 -s 20171115 -e 20171215 -o out_file_name
python dart_dividends.py -m 1 -c S-Oil
================================================================================
Description of python codes (in Korean)
https://blog.naver.com/jaden-agent/221165184133
https://blog.naver.com/jaden-agent/221166737850
- div_crawler.py
Crawling information of dividends from itooza. (www.itooza.com) Write information to Excel file.
- Basic_20171221.xlsx
Stock lists (KRX and KOSDAQ) for div_crawler.py
- div_crawling_result.xlsx
Example of output result created by div_crawler.py
- update_div.py
Read recent dividends from Excel file of DART posting. Read dps of 10 years from Excel file. Write new excel file for updating recent DPS.
- DART_dividends.xlsx
Example of DART postings created by dart_dividends.py
- update_dps_result.xlsx
Example of DPS result created by update_div.py