We have built a financial filing analysis system. The system contains four functions:
- Downloading indexing file from EDGAR Server. (DownloadIndexFile.pl)
- Searching the corresponding financial filing between certain years and then generating the downloading list, such as 10K, 8K, 10Q. (SearchFilingByType.pl)
- Downloading the financial filing with given downloading lists. (DownloadFiling.pl)
- Counting the number of appearances of certain keywords in the filings and generating reports in certain formats. (AnalyzeFiling.pl)