Sec Edgar Versions Save

Download all companies periodic reports, filings and forms from EDGAR database.

v0.3.0

3 years ago
  • Adds asynchronous requests, downloads are now 10x faster! (big thanks to reteps for this one!)
  • Adds download_all option to save method, allowing for bulk downloads. Uses threaded extraction and renaming of files. (reteps)
  • Adds dir_format and file_format options to filings save method. (reteps)
  • Adds :class:secedgar.parser.MetaParser and extract method to :class:secedgar.filings._index.IndexFilings. (reteps)
  • Adds SC 13G, SC 13G/A, SC 13D, and SC 13D/A filing types to FilingType. (jackmoody11)

v0.2.3

3 years ago
  • Adds entry_filter property to secedgar.filings._index.IndexFilings to help filter out filings from day or quarter that aren't needed (thanks to reteps!)
  • secedgar.filings.cik_lookup.CIKLookup tries to use secedgar.utils.cik_map.get_cik_map first when looking up tickers/company names (regardless of whether tickers are upper or lowercase)
  • Adds validation to secedgar.utils.cik_map.get_cik_map to ensure correct key options are being used
  • secedgar.client.network_client.NetworkClient now pauses at the end of request as well if pause is given.

v0.2.2

3 years ago

Fixes bug where DailyFilings and MasterFilings does not use correct URLs when calling save method.

v0.2.1

3 years ago

Fix Filing bug where filings do not work properly when count set to None.

v0.2.0

3 years ago

v0.1.7

3 years ago
  • Fixes DailyFilings bug to properly fetch daily filings.
  • Fixes Filing bug to fetch specified number of filings.

v0.1.6

4 years ago
  • secedgar.filings.DailyFilings added to allow easy access to every day's filings.
  • secedgar.utils.get_cik_map added to add an easy and fast option for getting company CIKs.

v0.1.5

4 years ago
  • Added support for the DEF 14A filing
  • Major improvements in CIK lookup module

v0.1.4

5 years ago
  • Refactor code to have a common method for fetching filings
  • Provide user to add their own repo path where filings can be downloaded
  • Add CI pipeline using Travis

v0.1.3

6 years ago
  • Add support for SD forms
  • Fixed bugs for Python 3