I've written a perl script to fetch Balance Sheet data and export them into a Excel spreadsheet .
Pre-preparation:
use LWP::Simple -> this pacake is for scap data from web
use Excel::Writer::XLSX -> for writing excel file
Download
https://github.com/hhh6897/Hexun.Balance.Sheet
Usage :
perl hx.pl [Stock ID sperated by comma] [start year] [end year] [name of output excel spreadsheet]

0 Comments.