The Analyst is a Java program which extracts various bits of financial information from a publically-traded company's 10-Q and 10-K filings with the U.S. SEC, and performs fundamental analysis calculations.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release makes downloading and parsing files more efficient by not downloading files which have already been downloaded and not parsing files which have already been parsed. Parsed results are stored in a CSV file suitable for importing into spreadsheets or for further processing. Display of analysis charts is disabled by default, and a new option is provided to enable the display.
This release parses the "MerillDirect" style of HTML financial reports, eliminates duplicate downloads from EDGAR, and handles changes in multiplier value. Several other minor bugs were also fixed. The survey on the project page about desired download formats still needs more respondents.
A bug where the program couldn't run in countries not using MM/DD/YYYY date format was fixed. The program can now successfully analyze Cisco. A survey about desired download formats has been added to the project page.
This release corrects some serious problems with locating monetary amounts in tables, improves the balance and income experts, and improves the table expert's handling of multi-page statements.