Code

Python

  • Python files
  • EDGAR_DownloadForms_v2022.py
    Program to download EDGAR files from the SEC site by form type.
    • Dependencies (i.e., modules you must download that are accessed by the program):
      • MOD_EDGAR_Forms.py - module that can be imported to provide convenient lists of form variants.
      • MOD_Download_Utilities.py - module used to download files from websites. The files can be written to a file, downloaded as a string, or downloaded as a list of lines.