sec-edgar-downloader-extended


Namesec-edgar-downloader-extended JSON
Version 4.3.0 PyPI version JSON
download
home_pagehttps://github.com/jadchaar/sec-edgar-downloader-extended
SummaryExtended version of https://github.com/jadchaar/sec-edgar-downloader by Jad Chaar.Download SEC filings from the EDGAR database using Python. All credits go to him for this work, I justmade a few minor amendments needed for a personal project
upload_time2023-08-16 19:10:38
maintainer
docs_urlNone
authorGreg Bland
requires_python>=3.6
licenseMIT
keywords sec edgar filing financial finance stocks mutual-funds sec.gov
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            sec-edgar-downloader
====================

.. image:: https://github.com/jadchaar/sec-edgar-downloader/workflows/tests/badge.svg?branch=master
    :alt: Build Status
    :target: https://github.com/jadchaar/sec-edgar-downloader/actions?query=branch%3Amaster+workflow%3Atests

.. image:: https://codecov.io/gh/jadchaar/sec-edgar-downloader/branch/master/graph/badge.svg
    :alt: Coverage Status
    :target: https://codecov.io/gh/jadchaar/sec-edgar-downloader

.. image:: https://img.shields.io/pypi/v/sec-edgar-downloader.svg
    :alt: PyPI Version
    :target: https://python.org/pypi/sec-edgar-downloader

.. image:: https://img.shields.io/pypi/pyversions/sec-edgar-downloader.svg
    :alt: Supported Python Versions
    :target: https://python.org/pypi/sec-edgar-downloader

.. image:: https://img.shields.io/pypi/l/sec-edgar-downloader.svg
    :alt: License
    :target: https://python.org/pypi/sec-edgar-downloader

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :alt: Code Style: Black
    :target: https://github.com/python/black

**sec-edgar-downloader** is a Python package for downloading `company filings <https://en.wikipedia.org/wiki/SEC_filing>`_ from the `SEC EDGAR database <https://www.sec.gov/edgar/searchedgar/companysearch.html>`_.
Searches can be conducted either by `stock ticker <https://en.wikipedia.org/wiki/Ticker_symbol>`_ or `Central Index Key (CIK) <https://en.wikipedia.org/wiki/Central_Index_Key>`_.
You can use the `SEC CIK lookup tool <https://www.sec.gov/edgar/searchedgar/cik.htm>`_ if you cannot find an appropriate ticker.

Quick Start
-----------

Installation
^^^^^^^^^^^^

Install and update this package using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:

.. code-block:: console

    $ pip install -U sec-edgar-downloader

Basic Usage
^^^^^^^^^^^

.. code-block:: python

    from sec_edgar_downloader import Downloader

    # Initialize a downloader instance. If no argument is passed
    # to the constructor, the package will download filings to
    # the current working directory.
    dl = Downloader("/path/to/valid/save/location")

    # Get all 8-K filings for Apple (ticker: AAPL)
    dl.get("8-K", "AAPL")

    # Get all 8-K filings for Apple, including filing amends (8-K/A)
    dl.get("8-K", "AAPL", include_amends=True)

    # Get all 8-K filings for Apple after January 1, 2017 and before March 25, 2017
    # Note: after and before strings must be in the form "YYYY-MM-DD"
    dl.get("8-K", "AAPL", after="2017-01-01", before="2017-03-25")

    # Get the five most recent 8-K filings for Apple
    dl.get("8-K", "AAPL", amount=5)

    # Get all 10-K filings for Microsoft
    dl.get("10-K", "MSFT")

    # Get the latest 10-K filing for Microsoft
    dl.get("10-K", "MSFT", amount=1)

    # Get all 10-Q filings for Visa
    dl.get("10-Q", "V")

    # Get all 13F-NT filings for the Vanguard Group
    dl.get("13F-NT", "0000102909")

    # Get all 13F-HR filings for the Vanguard Group
    dl.get("13F-HR", "0000102909")

    # Get all SC 13G filings for Apple
    dl.get("SC 13G", "AAPL")

    # Get all SD filings for Apple
    dl.get("SD", "AAPL")

Advanced Usage
^^^^^^^^^^^^^^

.. code-block:: python

    from sec_edgar_downloader import Downloader

    # Download filings to the current working directory
    dl = Downloader()

    # Get all Apple proxy statements that contain the term "antitrust"
    dl.get("DEF 14A", "AAPL", query="antitrust")

    # Get all 10-K filings for Microsoft without the filing details
    dl.get("10-K", "MSFT", download_details=False)

    # Get the latest supported filings, if available, for Apple
    for filing_type in dl.supported_filings:
        dl.get(filing_type, "AAPL", amount=1)

    # Get the latest supported filings, if available, for a
    # specified list of tickers and CIKs
    equity_ids = ["AAPL", "MSFT", "0000102909", "V", "FB"]
    for equity_id in equity_ids:
        for filing_type in dl.supported_filings:
            dl.get(filing_type, equity_id, amount=1)

Supported SEC Filing Types
--------------------------

This package supports downloading all SEC filing types (6-K, 8-K, 10-K, DEF 14A, S-1, and many others).
You can learn more about the different SEC filing types `here <https://www.investopedia.com/articles/fundamental-analysis/08/sec-forms.asp>`_).
Below is an exhaustive list of all filings types that can be downloaded by this package:

- 1
- 1-A
- 1-A POS
- 1-A-W
- 1-E
- 1-E AD
- 1-K
- 1-SA
- 1-U
- 1-Z
- 1-Z-W
- 10-12B
- 10-12G
- 10-D
- 10-K
- 10-KT
- 10-Q
- 10-QT
- 11-K
- 11-KT
- 13F-HR
- 13F-NT
- 13FCONP
- 144
- 15-12B
- 15-12G
- 15-15D
- 15F-12B
- 15F-12G
- 15F-15D
- 18-12B
- 18-K
- 19B-4E
- 2-A
- 2-AF
- 2-E
- 20-F
- 20FR12B
- 20FR12G
- 24F-2NT
- 25
- 25-NSE
- 253G1
- 253G2
- 253G3
- 253G4
- 3
- 305B2
- 34-12H
- 4
- 40-17F1
- 40-17F2
- 40-17G
- 40-17GCS
- 40-202A
- 40-203A
- 40-206A
- 40-24B2
- 40-33
- 40-6B
- 40-8B25
- 40-8F-2
- 40-APP
- 40-F
- 40-OIP
- 40FR12B
- 40FR12G
- 424A
- 424B1
- 424B2
- 424B3
- 424B4
- 424B5
- 424B7
- 424B8
- 424H
- 425
- 485APOS
- 485BPOS
- 485BXT
- 486APOS
- 486BPOS
- 486BXT
- 487
- 497
- 497AD
- 497H2
- 497J
- 497K
- 5
- 6-K
- 6B NTC
- 6B ORDR
- 8-A12B
- 8-A12G
- 8-K
- 8-K12B
- 8-K12G3
- 8-K15D5
- 8-M
- 8F-2 NTC
- 8F-2 ORDR
- 9-M
- ABS-15G
- ABS-EE
- ADN-MTL
- ADV-E
- ADV-H-C
- ADV-H-T
- ADV-NR
- ANNLRPT
- APP NTC
- APP ORDR
- APP WD
- APP WDG
- ARS
- ATS-N
- ATS-N-C
- ATS-N/UA
- AW
- AW WD
- C
- C-AR
- C-AR-W
- C-TR
- C-TR-W
- C-U
- C-U-W
- C-W
- CB
- CERT
- CERTARCA
- CERTBATS
- CERTCBO
- CERTNAS
- CERTNYS
- CERTPAC
- CFPORTAL
- CFPORTAL-W
- CORRESP
- CT ORDER
- D
- DEF 14A
- DEF 14C
- DEFA14A
- DEFA14C
- DEFC14A
- DEFC14C
- DEFM14A
- DEFM14C
- DEFN14A
- DEFR14A
- DEFR14C
- DEL AM
- DFAN14A
- DFRN14A
- DOS
- DOSLTR
- DRS
- DRSLTR
- DSTRBRPT
- EFFECT
- F-1
- F-10
- F-10EF
- F-10POS
- F-1MEF
- F-3
- F-3ASR
- F-3D
- F-3DPOS
- F-3MEF
- F-4
- F-4 POS
- F-4MEF
- F-6
- F-6 POS
- F-6EF
- F-7
- F-7 POS
- F-8
- F-8 POS
- F-80
- F-80POS
- F-9
- F-9 POS
- F-N
- F-X
- FOCUSN
- FWP
- G-405
- G-405N
- G-FIN
- G-FINW
- IRANNOTICE
- MA
- MA-A
- MA-I
- MA-W
- MSD
- MSDCO
- MSDW
- N-1
- N-14
- N-14 8C
- N-14MEF
- N-18F1
- N-1A
- N-2
- N-23C-2
- N-23C3A
- N-23C3B
- N-23C3C
- N-2MEF
- N-30B-2
- N-30D
- N-4
- N-5
- N-54A
- N-54C
- N-6
- N-6F
- N-8A
- N-8B-2
- N-8F
- N-8F NTC
- N-8F ORDR
- N-CEN
- N-CR
- N-CSR
- N-CSRS
- N-MFP
- N-MFP1
- N-MFP2
- N-PX
- N-Q
- NO ACT
- NPORT-EX
- NPORT-NP
- NPORT-P
- NRSRO-CE
- NRSRO-UPD
- NSAR-A
- NSAR-AT
- NSAR-B
- NSAR-BT
- NSAR-U
- NT 10-D
- NT 10-K
- NT 10-Q
- NT 11-K
- NT 20-F
- NT N-CEN
- NT N-MFP
- NT N-MFP1
- NT N-MFP2
- NT NPORT-EX
- NT NPORT-P
- NT-NCEN
- NT-NCSR
- NT-NSAR
- NTFNCEN
- NTFNCSR
- NTFNSAR
- NTN 10D
- NTN 10K
- NTN 10Q
- NTN 20F
- OIP NTC
- OIP ORDR
- POS 8C
- POS AM
- POS AMI
- POS EX
- POS462B
- POS462C
- POSASR
- PRE 14A
- PRE 14C
- PREC14A
- PREC14C
- PREM14A
- PREM14C
- PREN14A
- PRER14A
- PRER14C
- PRRN14A
- PX14A6G
- PX14A6N
- QRTLYRPT
- QUALIF
- REG-NR
- REVOKED
- RW
- RW WD
- S-1
- S-11
- S-11MEF
- S-1MEF
- S-20
- S-3
- S-3ASR
- S-3D
- S-3DPOS
- S-3MEF
- S-4
- S-4 POS
- S-4EF
- S-4MEF
- S-6
- S-8
- S-8 POS
- S-B
- S-BMEF
- SC 13D
- SC 13E1
- SC 13E3
- SC 13G
- SC 14D9
- SC 14F1
- SC 14N
- SC TO-C
- SC TO-I
- SC TO-T
- SC13E4F
- SC14D1F
- SC14D9C
- SC14D9F
- SD
- SDR
- SE
- SEC ACTION
- SEC STAFF ACTION
- SEC STAFF LETTER
- SF-1
- SF-3
- SL
- SP 15D2
- STOP ORDER
- SUPPL
- T-3
- TA-1
- TA-2
- TA-W
- TACO
- TH
- TTW
- UNDER
- UPLOAD
- WDL-REQ
- X-17A-5

Contributing
------------

If you encounter a bug or would like to see a new company filing or feature added to **sec-edgar-downloader**, please `file an issue <https://github.com/jadchaar/sec-edgar-downloader/issues>`_ or `submit a pull request <https://help.github.com/en/articles/creating-a-pull-request>`_.

Documentation
-------------

For full documentation, please visit `sec-edgar-downloader.readthedocs.io <https://sec-edgar-downloader.readthedocs.io>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jadchaar/sec-edgar-downloader-extended",
    "name": "sec-edgar-downloader-extended",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "sec edgar filing financial finance stocks mutual-funds sec.gov",
    "author": "Greg Bland",
    "author_email": "gbland94@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/82/16/faa8b41abe823dd05748615995123e2021af321350cc39681233c246b94e/sec-edgar-downloader-extended-4.3.0.tar.gz",
    "platform": null,
    "description": "sec-edgar-downloader\r\n====================\r\n\r\n.. image:: https://github.com/jadchaar/sec-edgar-downloader/workflows/tests/badge.svg?branch=master\r\n    :alt: Build Status\r\n    :target: https://github.com/jadchaar/sec-edgar-downloader/actions?query=branch%3Amaster+workflow%3Atests\r\n\r\n.. image:: https://codecov.io/gh/jadchaar/sec-edgar-downloader/branch/master/graph/badge.svg\r\n    :alt: Coverage Status\r\n    :target: https://codecov.io/gh/jadchaar/sec-edgar-downloader\r\n\r\n.. image:: https://img.shields.io/pypi/v/sec-edgar-downloader.svg\r\n    :alt: PyPI Version\r\n    :target: https://python.org/pypi/sec-edgar-downloader\r\n\r\n.. image:: https://img.shields.io/pypi/pyversions/sec-edgar-downloader.svg\r\n    :alt: Supported Python Versions\r\n    :target: https://python.org/pypi/sec-edgar-downloader\r\n\r\n.. image:: https://img.shields.io/pypi/l/sec-edgar-downloader.svg\r\n    :alt: License\r\n    :target: https://python.org/pypi/sec-edgar-downloader\r\n\r\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\r\n    :alt: Code Style: Black\r\n    :target: https://github.com/python/black\r\n\r\n**sec-edgar-downloader** is a Python package for downloading `company filings <https://en.wikipedia.org/wiki/SEC_filing>`_ from the `SEC EDGAR database <https://www.sec.gov/edgar/searchedgar/companysearch.html>`_.\r\nSearches can be conducted either by `stock ticker <https://en.wikipedia.org/wiki/Ticker_symbol>`_ or `Central Index Key (CIK) <https://en.wikipedia.org/wiki/Central_Index_Key>`_.\r\nYou can use the `SEC CIK lookup tool <https://www.sec.gov/edgar/searchedgar/cik.htm>`_ if you cannot find an appropriate ticker.\r\n\r\nQuick Start\r\n-----------\r\n\r\nInstallation\r\n^^^^^^^^^^^^\r\n\r\nInstall and update this package using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:\r\n\r\n.. code-block:: console\r\n\r\n    $ pip install -U sec-edgar-downloader\r\n\r\nBasic Usage\r\n^^^^^^^^^^^\r\n\r\n.. code-block:: python\r\n\r\n    from sec_edgar_downloader import Downloader\r\n\r\n    # Initialize a downloader instance. If no argument is passed\r\n    # to the constructor, the package will download filings to\r\n    # the current working directory.\r\n    dl = Downloader(\"/path/to/valid/save/location\")\r\n\r\n    # Get all 8-K filings for Apple (ticker: AAPL)\r\n    dl.get(\"8-K\", \"AAPL\")\r\n\r\n    # Get all 8-K filings for Apple, including filing amends (8-K/A)\r\n    dl.get(\"8-K\", \"AAPL\", include_amends=True)\r\n\r\n    # Get all 8-K filings for Apple after January 1, 2017 and before March 25, 2017\r\n    # Note: after and before strings must be in the form \"YYYY-MM-DD\"\r\n    dl.get(\"8-K\", \"AAPL\", after=\"2017-01-01\", before=\"2017-03-25\")\r\n\r\n    # Get the five most recent 8-K filings for Apple\r\n    dl.get(\"8-K\", \"AAPL\", amount=5)\r\n\r\n    # Get all 10-K filings for Microsoft\r\n    dl.get(\"10-K\", \"MSFT\")\r\n\r\n    # Get the latest 10-K filing for Microsoft\r\n    dl.get(\"10-K\", \"MSFT\", amount=1)\r\n\r\n    # Get all 10-Q filings for Visa\r\n    dl.get(\"10-Q\", \"V\")\r\n\r\n    # Get all 13F-NT filings for the Vanguard Group\r\n    dl.get(\"13F-NT\", \"0000102909\")\r\n\r\n    # Get all 13F-HR filings for the Vanguard Group\r\n    dl.get(\"13F-HR\", \"0000102909\")\r\n\r\n    # Get all SC 13G filings for Apple\r\n    dl.get(\"SC 13G\", \"AAPL\")\r\n\r\n    # Get all SD filings for Apple\r\n    dl.get(\"SD\", \"AAPL\")\r\n\r\nAdvanced Usage\r\n^^^^^^^^^^^^^^\r\n\r\n.. code-block:: python\r\n\r\n    from sec_edgar_downloader import Downloader\r\n\r\n    # Download filings to the current working directory\r\n    dl = Downloader()\r\n\r\n    # Get all Apple proxy statements that contain the term \"antitrust\"\r\n    dl.get(\"DEF 14A\", \"AAPL\", query=\"antitrust\")\r\n\r\n    # Get all 10-K filings for Microsoft without the filing details\r\n    dl.get(\"10-K\", \"MSFT\", download_details=False)\r\n\r\n    # Get the latest supported filings, if available, for Apple\r\n    for filing_type in dl.supported_filings:\r\n        dl.get(filing_type, \"AAPL\", amount=1)\r\n\r\n    # Get the latest supported filings, if available, for a\r\n    # specified list of tickers and CIKs\r\n    equity_ids = [\"AAPL\", \"MSFT\", \"0000102909\", \"V\", \"FB\"]\r\n    for equity_id in equity_ids:\r\n        for filing_type in dl.supported_filings:\r\n            dl.get(filing_type, equity_id, amount=1)\r\n\r\nSupported SEC Filing Types\r\n--------------------------\r\n\r\nThis package supports downloading all SEC filing types (6-K, 8-K, 10-K, DEF 14A, S-1, and many others).\r\nYou can learn more about the different SEC filing types `here <https://www.investopedia.com/articles/fundamental-analysis/08/sec-forms.asp>`_).\r\nBelow is an exhaustive list of all filings types that can be downloaded by this package:\r\n\r\n- 1\r\n- 1-A\r\n- 1-A POS\r\n- 1-A-W\r\n- 1-E\r\n- 1-E AD\r\n- 1-K\r\n- 1-SA\r\n- 1-U\r\n- 1-Z\r\n- 1-Z-W\r\n- 10-12B\r\n- 10-12G\r\n- 10-D\r\n- 10-K\r\n- 10-KT\r\n- 10-Q\r\n- 10-QT\r\n- 11-K\r\n- 11-KT\r\n- 13F-HR\r\n- 13F-NT\r\n- 13FCONP\r\n- 144\r\n- 15-12B\r\n- 15-12G\r\n- 15-15D\r\n- 15F-12B\r\n- 15F-12G\r\n- 15F-15D\r\n- 18-12B\r\n- 18-K\r\n- 19B-4E\r\n- 2-A\r\n- 2-AF\r\n- 2-E\r\n- 20-F\r\n- 20FR12B\r\n- 20FR12G\r\n- 24F-2NT\r\n- 25\r\n- 25-NSE\r\n- 253G1\r\n- 253G2\r\n- 253G3\r\n- 253G4\r\n- 3\r\n- 305B2\r\n- 34-12H\r\n- 4\r\n- 40-17F1\r\n- 40-17F2\r\n- 40-17G\r\n- 40-17GCS\r\n- 40-202A\r\n- 40-203A\r\n- 40-206A\r\n- 40-24B2\r\n- 40-33\r\n- 40-6B\r\n- 40-8B25\r\n- 40-8F-2\r\n- 40-APP\r\n- 40-F\r\n- 40-OIP\r\n- 40FR12B\r\n- 40FR12G\r\n- 424A\r\n- 424B1\r\n- 424B2\r\n- 424B3\r\n- 424B4\r\n- 424B5\r\n- 424B7\r\n- 424B8\r\n- 424H\r\n- 425\r\n- 485APOS\r\n- 485BPOS\r\n- 485BXT\r\n- 486APOS\r\n- 486BPOS\r\n- 486BXT\r\n- 487\r\n- 497\r\n- 497AD\r\n- 497H2\r\n- 497J\r\n- 497K\r\n- 5\r\n- 6-K\r\n- 6B NTC\r\n- 6B ORDR\r\n- 8-A12B\r\n- 8-A12G\r\n- 8-K\r\n- 8-K12B\r\n- 8-K12G3\r\n- 8-K15D5\r\n- 8-M\r\n- 8F-2 NTC\r\n- 8F-2 ORDR\r\n- 9-M\r\n- ABS-15G\r\n- ABS-EE\r\n- ADN-MTL\r\n- ADV-E\r\n- ADV-H-C\r\n- ADV-H-T\r\n- ADV-NR\r\n- ANNLRPT\r\n- APP NTC\r\n- APP ORDR\r\n- APP WD\r\n- APP WDG\r\n- ARS\r\n- ATS-N\r\n- ATS-N-C\r\n- ATS-N/UA\r\n- AW\r\n- AW WD\r\n- C\r\n- C-AR\r\n- C-AR-W\r\n- C-TR\r\n- C-TR-W\r\n- C-U\r\n- C-U-W\r\n- C-W\r\n- CB\r\n- CERT\r\n- CERTARCA\r\n- CERTBATS\r\n- CERTCBO\r\n- CERTNAS\r\n- CERTNYS\r\n- CERTPAC\r\n- CFPORTAL\r\n- CFPORTAL-W\r\n- CORRESP\r\n- CT ORDER\r\n- D\r\n- DEF 14A\r\n- DEF 14C\r\n- DEFA14A\r\n- DEFA14C\r\n- DEFC14A\r\n- DEFC14C\r\n- DEFM14A\r\n- DEFM14C\r\n- DEFN14A\r\n- DEFR14A\r\n- DEFR14C\r\n- DEL AM\r\n- DFAN14A\r\n- DFRN14A\r\n- DOS\r\n- DOSLTR\r\n- DRS\r\n- DRSLTR\r\n- DSTRBRPT\r\n- EFFECT\r\n- F-1\r\n- F-10\r\n- F-10EF\r\n- F-10POS\r\n- F-1MEF\r\n- F-3\r\n- F-3ASR\r\n- F-3D\r\n- F-3DPOS\r\n- F-3MEF\r\n- F-4\r\n- F-4 POS\r\n- F-4MEF\r\n- F-6\r\n- F-6 POS\r\n- F-6EF\r\n- F-7\r\n- F-7 POS\r\n- F-8\r\n- F-8 POS\r\n- F-80\r\n- F-80POS\r\n- F-9\r\n- F-9 POS\r\n- F-N\r\n- F-X\r\n- FOCUSN\r\n- FWP\r\n- G-405\r\n- G-405N\r\n- G-FIN\r\n- G-FINW\r\n- IRANNOTICE\r\n- MA\r\n- MA-A\r\n- MA-I\r\n- MA-W\r\n- MSD\r\n- MSDCO\r\n- MSDW\r\n- N-1\r\n- N-14\r\n- N-14 8C\r\n- N-14MEF\r\n- N-18F1\r\n- N-1A\r\n- N-2\r\n- N-23C-2\r\n- N-23C3A\r\n- N-23C3B\r\n- N-23C3C\r\n- N-2MEF\r\n- N-30B-2\r\n- N-30D\r\n- N-4\r\n- N-5\r\n- N-54A\r\n- N-54C\r\n- N-6\r\n- N-6F\r\n- N-8A\r\n- N-8B-2\r\n- N-8F\r\n- N-8F NTC\r\n- N-8F ORDR\r\n- N-CEN\r\n- N-CR\r\n- N-CSR\r\n- N-CSRS\r\n- N-MFP\r\n- N-MFP1\r\n- N-MFP2\r\n- N-PX\r\n- N-Q\r\n- NO ACT\r\n- NPORT-EX\r\n- NPORT-NP\r\n- NPORT-P\r\n- NRSRO-CE\r\n- NRSRO-UPD\r\n- NSAR-A\r\n- NSAR-AT\r\n- NSAR-B\r\n- NSAR-BT\r\n- NSAR-U\r\n- NT 10-D\r\n- NT 10-K\r\n- NT 10-Q\r\n- NT 11-K\r\n- NT 20-F\r\n- NT N-CEN\r\n- NT N-MFP\r\n- NT N-MFP1\r\n- NT N-MFP2\r\n- NT NPORT-EX\r\n- NT NPORT-P\r\n- NT-NCEN\r\n- NT-NCSR\r\n- NT-NSAR\r\n- NTFNCEN\r\n- NTFNCSR\r\n- NTFNSAR\r\n- NTN 10D\r\n- NTN 10K\r\n- NTN 10Q\r\n- NTN 20F\r\n- OIP NTC\r\n- OIP ORDR\r\n- POS 8C\r\n- POS AM\r\n- POS AMI\r\n- POS EX\r\n- POS462B\r\n- POS462C\r\n- POSASR\r\n- PRE 14A\r\n- PRE 14C\r\n- PREC14A\r\n- PREC14C\r\n- PREM14A\r\n- PREM14C\r\n- PREN14A\r\n- PRER14A\r\n- PRER14C\r\n- PRRN14A\r\n- PX14A6G\r\n- PX14A6N\r\n- QRTLYRPT\r\n- QUALIF\r\n- REG-NR\r\n- REVOKED\r\n- RW\r\n- RW WD\r\n- S-1\r\n- S-11\r\n- S-11MEF\r\n- S-1MEF\r\n- S-20\r\n- S-3\r\n- S-3ASR\r\n- S-3D\r\n- S-3DPOS\r\n- S-3MEF\r\n- S-4\r\n- S-4 POS\r\n- S-4EF\r\n- S-4MEF\r\n- S-6\r\n- S-8\r\n- S-8 POS\r\n- S-B\r\n- S-BMEF\r\n- SC 13D\r\n- SC 13E1\r\n- SC 13E3\r\n- SC 13G\r\n- SC 14D9\r\n- SC 14F1\r\n- SC 14N\r\n- SC TO-C\r\n- SC TO-I\r\n- SC TO-T\r\n- SC13E4F\r\n- SC14D1F\r\n- SC14D9C\r\n- SC14D9F\r\n- SD\r\n- SDR\r\n- SE\r\n- SEC ACTION\r\n- SEC STAFF ACTION\r\n- SEC STAFF LETTER\r\n- SF-1\r\n- SF-3\r\n- SL\r\n- SP 15D2\r\n- STOP ORDER\r\n- SUPPL\r\n- T-3\r\n- TA-1\r\n- TA-2\r\n- TA-W\r\n- TACO\r\n- TH\r\n- TTW\r\n- UNDER\r\n- UPLOAD\r\n- WDL-REQ\r\n- X-17A-5\r\n\r\nContributing\r\n------------\r\n\r\nIf you encounter a bug or would like to see a new company filing or feature added to **sec-edgar-downloader**, please `file an issue <https://github.com/jadchaar/sec-edgar-downloader/issues>`_ or `submit a pull request <https://help.github.com/en/articles/creating-a-pull-request>`_.\r\n\r\nDocumentation\r\n-------------\r\n\r\nFor full documentation, please visit `sec-edgar-downloader.readthedocs.io <https://sec-edgar-downloader.readthedocs.io>`_.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Extended version of https://github.com/jadchaar/sec-edgar-downloader by Jad Chaar.Download SEC filings from the EDGAR database using Python. All credits go to him for this work, I justmade a few minor amendments needed for a personal project",
    "version": "4.3.0",
    "project_urls": {
        "Homepage": "https://github.com/jadchaar/sec-edgar-downloader-extended"
    },
    "split_keywords": [
        "sec",
        "edgar",
        "filing",
        "financial",
        "finance",
        "stocks",
        "mutual-funds",
        "sec.gov"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e5f8dffdc36aa5fe85238607c77d99b1a9da0be4e7718b47a0b1e05de2c162c",
                "md5": "5fc5ba474d83814f00fda41cd6bd8e7c",
                "sha256": "89f15b21014ac9ebea5c032a09d6dd2dd014cbfc55ff14ab28222f2454d5b54f"
            },
            "downloads": -1,
            "filename": "sec_edgar_downloader_extended-4.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5fc5ba474d83814f00fda41cd6bd8e7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13983,
            "upload_time": "2023-08-16T19:10:36",
            "upload_time_iso_8601": "2023-08-16T19:10:36.901452Z",
            "url": "https://files.pythonhosted.org/packages/0e/5f/8dffdc36aa5fe85238607c77d99b1a9da0be4e7718b47a0b1e05de2c162c/sec_edgar_downloader_extended-4.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8216faa8b41abe823dd05748615995123e2021af321350cc39681233c246b94e",
                "md5": "cc58ded969fb5801a319fa57caa605e7",
                "sha256": "967933fad585c5a6b38cf97009b783bb78b89f2045e8dd28f6cbb456b8504436"
            },
            "downloads": -1,
            "filename": "sec-edgar-downloader-extended-4.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cc58ded969fb5801a319fa57caa605e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28843,
            "upload_time": "2023-08-16T19:10:38",
            "upload_time_iso_8601": "2023-08-16T19:10:38.557152Z",
            "url": "https://files.pythonhosted.org/packages/82/16/faa8b41abe823dd05748615995123e2021af321350cc39681233c246b94e/sec-edgar-downloader-extended-4.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-16 19:10:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jadchaar",
    "github_project": "sec-edgar-downloader-extended",
    "github_not_found": true,
    "lcname": "sec-edgar-downloader-extended"
}
        
Elapsed time: 0.10810s