Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install sec-edgar-downloader via python pip




sec-edgar-downloader - Download SEC filings from the EDGAR database using Python., it belongs to Classifiers:

- Intended Audience :: Information Technology
- Topic :: Office/Business
- Topic :: Office/Business :: Financial
- Topic :: Office/Business :: Financial :: Investment

When you know about this project and you want to new install sec-edgar-downloader to support your project or you get trouble as ModuleNotFoundError: No module named "sec-edgar-downloader" or ImportError: cannot import name "sec-edgar-downloader" in your project, let follow this tutorial to install sec-edgar-downloader



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_sec-edgar-downloader_env

- Active the virtual environment

test_sec-edgar-downloader_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_sec-edgar-downloader_env

- Active the virtual environment

source test_sec-edgar-downloader_env/bin/active


Step 2: OK, now, let flow below content to start the installation sec-edgar-downloader

To install sec-edgar-downloader on Windows(CMD):

py -m pip install sec-edgar-downloader

To install sec-edgar-downloader on Unix/macOs:

pip install sec-edgar-downloader


Step 3: If you want to install a specific sec-edgar-downloader version, add ==<sec-edgar-downloader version> to the end command line

Example:

pip install sec-edgar-downloader==2.0.0


Please see the version list below table:

VersionReleased dateCommand
sec-edgar-downloader 4.3.02021-12-21T06:21:43Windows:

py -m pip install sec-edgar-downloader==4.3.0

Unix/macOs:

pip install sec-edgar-downloader==4.3.0

sec-edgar-downloader 4.2.22021-07-15T01:17:47Windows:

py -m pip install sec-edgar-downloader==4.2.2

Unix/macOs:

pip install sec-edgar-downloader==4.2.2

sec-edgar-downloader 4.2.12021-06-22T22:39:35Windows:

py -m pip install sec-edgar-downloader==4.2.1

Unix/macOs:

pip install sec-edgar-downloader==4.2.1

sec-edgar-downloader 4.2.02021-05-20T02:33:16Windows:

py -m pip install sec-edgar-downloader==4.2.0

Unix/macOs:

pip install sec-edgar-downloader==4.2.0

sec-edgar-downloader 4.1.02021-05-09T04:51:45Windows:

py -m pip install sec-edgar-downloader==4.1.0

Unix/macOs:

pip install sec-edgar-downloader==4.1.0

sec-edgar-downloader 4.0.32021-04-06T19:34:13Windows:

py -m pip install sec-edgar-downloader==4.0.3

Unix/macOs:

pip install sec-edgar-downloader==4.0.3

sec-edgar-downloader 4.0.22021-02-18T06:40:43Windows:

py -m pip install sec-edgar-downloader==4.0.2

Unix/macOs:

pip install sec-edgar-downloader==4.0.2

sec-edgar-downloader 4.0.12021-01-23T05:14:06Windows:

py -m pip install sec-edgar-downloader==4.0.1

Unix/macOs:

pip install sec-edgar-downloader==4.0.1

sec-edgar-downloader 4.0.02021-01-18T04:19:46Windows:

py -m pip install sec-edgar-downloader==4.0.0

Unix/macOs:

pip install sec-edgar-downloader==4.0.0

sec-edgar-downloader 3.0.52020-05-16T17:20:07Windows:

py -m pip install sec-edgar-downloader==3.0.5

Unix/macOs:

pip install sec-edgar-downloader==3.0.5

sec-edgar-downloader 3.0.42020-04-21T15:32:51Windows:

py -m pip install sec-edgar-downloader==3.0.4

Unix/macOs:

pip install sec-edgar-downloader==3.0.4

sec-edgar-downloader 3.0.32020-04-08T22:26:33Windows:

py -m pip install sec-edgar-downloader==3.0.3

Unix/macOs:

pip install sec-edgar-downloader==3.0.3

sec-edgar-downloader 3.0.22020-03-09T19:02:42Windows:

py -m pip install sec-edgar-downloader==3.0.2

Unix/macOs:

pip install sec-edgar-downloader==3.0.2

sec-edgar-downloader 3.0.12020-01-06T19:30:11Windows:

py -m pip install sec-edgar-downloader==3.0.1

Unix/macOs:

pip install sec-edgar-downloader==3.0.1

sec-edgar-downloader 3.0.02020-01-05T21:26:43Windows:

py -m pip install sec-edgar-downloader==3.0.0

Unix/macOs:

pip install sec-edgar-downloader==3.0.0

sec-edgar-downloader 2.2.12019-09-18T16:34:11Windows:

py -m pip install sec-edgar-downloader==2.2.1

Unix/macOs:

pip install sec-edgar-downloader==2.2.1

sec-edgar-downloader 2.2.02019-06-29T04:12:36Windows:

py -m pip install sec-edgar-downloader==2.2.0

Unix/macOs:

pip install sec-edgar-downloader==2.2.0

sec-edgar-downloader 2.1.02019-06-09T02:33:19Windows:

py -m pip install sec-edgar-downloader==2.1.0

Unix/macOs:

pip install sec-edgar-downloader==2.1.0

sec-edgar-downloader 2.0.12019-05-14T03:03:47Windows:

py -m pip install sec-edgar-downloader==2.0.1

Unix/macOs:

pip install sec-edgar-downloader==2.0.1

sec-edgar-downloader 2.0.02019-05-14T02:49:36Windows:

py -m pip install sec-edgar-downloader==2.0.0

Unix/macOs:

pip install sec-edgar-downloader==2.0.0


Step 4: Otherwise, you can install sec-edgar-downloader from local archives:

Download the distribution file from sec-edgar-downloader-4.3.0.tar.gz or the specific sec-edgar-downloader version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_sec-edgar-downloader_downloaded_file>

On Unix/macOs:

pip install <path_to_sec-edgar-downloader_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug Reports
- Documentation
- Repository