Skip to content

Scrapes the Edgar database of U.S. Securities and Exchange Commission for insider trading information. This program uses joblib library to parallelize the scraping to increase prerformance. It outputs a CSV file with information from latest insider trading filed.

Notifications You must be signed in to change notification settings

WilliamTsao/Python-Web-Scraper

Repository files navigation

Dependency List: Beautiful Soup 4 (required) joblib (highly recommended)

To install joblib: $ pip insall joblib To install Beautiful Soup 4: $ pip install beautifulsoup4

This program reads in XML from EDGAR database from U.S. Security and Exchange Commision Program scans the lastest filings for Insider Trading Information (form 4) Program then accesses another URL given by the XML and retrieve the XML of the actual form filed to retrieve all relevent information

About

Scrapes the Edgar database of U.S. Securities and Exchange Commission for insider trading information. This program uses joblib library to parallelize the scraping to increase prerformance. It outputs a CSV file with information from latest insider trading filed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages