Skip to main content

SEC-Edgar implements a basic crawler for downloading filings from the SEC Edgar database. It is most useful for automatically collecting public filings from the SEC.

Project description

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. ⚠️

from secedgar.filings import Filing, FilingType
my_filings = Filing(cik_lookup='0000320193', filing_type=FilingType.FILING_10Q) # 10Q filings for AAPL
my_filings.save('~/path/to/dir')

Supported Methods

Currently this crawler supports many different filing types. To see the full list, please refer to the docs. If you don’t see a filing type you would like to be supported, please create an issue on GitHub.

Documentation

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

License

Copyright © 2020 Rahul Ranjan

See LICENSE for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

secedgar-0.1.5.tar.gz (824.3 kB view hashes)

Uploaded Source

Built Distribution

secedgar-0.1.5-py3-none-any.whl (25.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page