Coder Social home page Coder Social logo

mailynfz / edgarparser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rsljr/edgarparser

0.0 0.0 0.0 78 KB

edgarParser helps you parse and analyze SEC filings from the EDGAR database

License: MIT License

Python 31.36% Jupyter Notebook 68.64%

edgarparser's Introduction

edgarParser

"EDGAR is the Electronic Data Gathering, Analysis, and Retrieval system used at the U.S. Securities and Exchange Commission (SEC). EDGAR is the primary system for submissions by companies and others who are required by law to file information with the SEC.

Containing millions of company and individual filings, EDGAR benefits investors, corporations, and the U.S. economy overall by increasing the efficiency, transparency, and fairness of the securities markets. The system processes about 3,000 filings per day, serves up 3,000 terabytes of data to the public annually, and accommodates 40,000 new filers per year on average." About EDGAR

EDGAR is a rich source of data. There are many packages to access and download company filings. However, because working with filings is not straightforward, parsers for SEC filings are few and far between packages.

As part of my research projects, I have written parsers to extract data from filings. I decided to share these parsers to democratize and ease the access to information that often is sold by thousands of dollars.

3, 4, and 5 form: Corporate insider data

The function parse_345() parses forms 3, 4 and 5. It takes the form and return a dataframe in which each row is a transaction reported in the form (see caveats in the function description).

DEF 14A form: Executive compensation

The function get_executive_compensation() parses the form DEF14A to extract the "summary compensation table". The function identifies the table and transforms it into a tidy dataframe. It works better with fillings submitted after 2004 (see caveats in the function description).

8-K form: disclosure

The function parse_8k_filing() parses 8-K forms to extract disclosed items and their associated text. You can check the page Expansion of Form 8-K Items to see item meaning.

13f form: Institutional Investors

The function parse_13f_filing() parses 13f forms to extract data regarding institutional investors and their portfolios.

10-K form: Business, Risk, MD&A

The function parse_10k_filing() parses 10-K forms to extract the sections: business description, risk, and management discussion and analysis.

Visit Accessing EDGAR Data to know more about EDGAR.

HitCount

edgarparser's People

Contributors

rsljr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.