mpython wrote:
I am looking for any python examples that have written to parse SEC filings (Security Exchange Commission's EDGAR system),or just a pointer to best modules to use.
I've been doing that in Perl for years. See "www.downside.com".
Actually extracting financial statements is possible, but you
run into a patent problem with a Price-Waterhouse patent if you try
to do a good job.
What are you trying to do?
John Nagle
--
http://mail.python.org/mailman/listinfo/python-list
