NEWS.md
parse_text_filing() correctly parses filings that have spaces in separating lines. (Fixes #4)parse_text_filing() correctly removes and splits on ‘parse_filing() and parse_submission()
parse_submission()
sic_codes a dataset for sic codes from US Department of Labor
parse_submission() has options for skipping collection of all content or just binary contentsubmission_index_href(), submission_href(), and submission_file_href() for creating links to filings and their components.cik_search() to lookup CIK codes for companies.current_events() to access recent filings by form typecompany_search()
variable_insurance_search() and variable_insurance_fast_search()
fund_fast_search()
effectiveness()
parse_filing() properly processes recent AIG & Costco filingsparse_filing() properly processes ADM filings for fy08 & fy09parse_filing() now fails gracefully given a unparsable filingparse_filing() properly handles extraneous ‘parse_filing() handles more edge-cases and has similar word counts to plain document.parse_submission() handles large files successfully using temp files.parse_submission() handles submissions with single files correctly.parse_submission() documented properly.full_text() escapes the search query properly.full_text provides access to the full-text filing search interface.latest_filings provides access to the latest SEC filings.parse_text_filing parses text-only 10-* filings.parse_filing detects when a filing is HTML wrapped plain text and uses parse_text_filing when appropriate.header_search provides access to search filing headers back to 1994parse_filing now treats <br> as a space avoiding words separated only by a line return getting concatenated. (Fixes #2)parse_filing now tries to detect and remove TOC itemss/parts to avoid duplicate entriesMany thanks to everyone providing feedback, particularly Günter Leitold for rigorously testing the parse_filing funcion.
New functionality in parse_filing to annotate a filing with part and item identifiers. This enables easy extraction of risks or management discussions.
NOTE: While tested on a range of documents, due to the high variation in filing formats, it is likely not to work on every document. Please open an issue if errors are encountered.
make test - uses cached responsesmake test-nocache - makes all remote callsmake test-buildcache - runs tests, caching remote requests.make test-cleancache - deletes the test cacheFirst CRAN release of edgarWebR. At this point, function parameters, return colums and general shape of data will not change without a deprecation process and due warning.
company_information(), company_details(), and company_filings() for searching and getting information for a given company or filer.fund_search() searches for mutual funds and fund families.filing_information(), filing_documents(), filing_filers(), and filing_funds() extract information sections from a particular filing.filing_details() extracts all 4 components from a particular filing.UNSTABLE - Function calls and returns likely to change without warning
UNSTABLE - Function calls and returns likely to change without warning