Skip to content

marianocanonero/scraper-for-sec-adv-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecAdvScraper


Description

This application provides a User Interface (UI) for the SecAdvScraper module by facilitating a simple interface for SEC ADV Form data extraction. The application will parse a SEC ADV Form for the below indicated datasets and generate an Excel with on sheet per dataset:

  • Item 5D
  • Direct Owners
  • Indirect Owners

To use the underlying SecAdvScraper module from within Python refer to SecAdvScraperModule.md


Requirements

  • Python

Instructions

  1. Execute SecAdvScraperUI.bat (command prompt and pop-up will open)
  2. Paste the SEC ADV Form URL in the corresponding field
  3. Select Output Path
  4. Click on Extract Data
  5. Excel Workbook (.xlsx) will be generated
  6. To exit simply exit the pop-up (command prompt will close automatically)

Important: The application uses a Virtual Enviroment for execution. On first execution the enviroment will be automatically generated and all required dependencies (as defined in src/main/requirements.txt) will be installed.


Releases

No releases published

Packages

No packages published