Giter Club home page Giter Club logo

sec-edgar's Introduction

SEC-Edgar-Crawler

Build Status

Getting filings of various companies at once is really a pain, but SEC-Edgar does that for you. You can download all of a company’s periodic reports, filings and forms from the EDGAR database with a single command.

Installation

You may have to install the package using pip:

$ pip install SECEdgar

or

You can clone the project or download it as zip.

$ git clone https://github.com/rahulrrixe/SEC-Edgar.git
$ cd SEC-Edgar
$ python setup.py install

Running

⚠️ The following code is experimental in v0.1.5. Please refer to docs on how to use the SecCrawler class if installing v0.1.4 or earlier. ⚠️

To run it, start python shell

>>> from SECEdgar.filings import Filing, FilingType
>>> my_filings = Filing(cik='0000320193', filing_type=FilingType.FILING_10Q) # 10-Q filings for Apple (NYSE: AAPL)
>>> my_filings.save('~/path/to/dir') # Saves last 15 10Q reports from AAPL to ~/path/to/dir

This will download the past 15 10-Q filings made by Apple.

Supported Methods

Currently this crawler supports the filings listed below (among others). Any of the following can be used in conjunction with the Filing class. Suggestions for supporting other filings (using the issues tab) is always welcome.

  • 10-K: Annual reports of company standing, includes financials
  • 10-Q: Quarterly reports of company standing, includes financials
  • 8-K: Timely reports of information that may be important for shareholders or potential investors
  • 13-F: Institutional investor disclosure of holdings (for institutions with over $100 million under management)
  • 4: Statement of change in beneficial ownership
  • SD: Special disclosures required by the Dodd-Frank Wall Street Reform and Consumer Protection Act relating to conflict minerals contained in products that reporting companies manufacture or contract to be manufactured and necessary to the functionality or production of those products
  • DEF 14A: Definitive proxy statement. Required ahead of annual meeting when firm is soliciting shareholder votes.
  • DEFA 14A: Additional materials to DEF 14A.

Documentation

To learn more about the APIs and latest changes in the project, read the official documentation.

License

Copyright © 2019 Rahul Ranjan

See LICENSE for details

sec-edgar's People

Contributors

jackmoody11 avatar fluffybeing avatar crperezt avatar quartzing avatar bitdeli-chef avatar franciosi avatar johnisanerd avatar zevaverbach avatar jblemoine 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.