sec-edgar | Download all companies periodic reports , filings and forms | Business library

 by   sec-edgar Python Version: v0.5.0 License: Apache-2.0

kandi X-RAY | sec-edgar Summary

kandi X-RAY | sec-edgar Summary

sec-edgar is a Python library typically used in Web Site, Business applications. sec-edgar has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can install using 'pip install sec-edgar' or download it from GitHub, PyPI.

Download all companies periodic reports, filings and forms from EDGAR database.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              sec-edgar has a medium active ecosystem.
              It has 813 star(s) with 251 fork(s). There are 35 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 20 open issues and 114 have been closed. On average issues are closed in 90 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of sec-edgar is v0.5.0

            kandi-Quality Quality

              sec-edgar has 0 bugs and 0 code smells.

            kandi-Security Security

              sec-edgar has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              sec-edgar code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              sec-edgar is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              sec-edgar releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed sec-edgar and discovered the below as its top functions. This is intended to give you an instant insight into sec-edgar implemented functionality, and help decide if they suit your requirements.
            • Process a txt file
            • Extracts the metadata from the current docstring
            • Process the document metadata
            • Make a directory path
            • Process a document
            • Save filters to a directory
            • Saves filings to a directory
            • Saves filings to given directory
            • Get entry filter
            • Produce a company filings
            • Saves the file to a directory
            • Cleanup date
            • Returns a list of filenames
            • Return a dictionary of filings
            • Get the master index file
            • Returns a dict of filters
            • Create and copy files from a queue
            • Unpack an archive
            • Return a list of parameters for the analysis
            • Sanitize date
            • Find the version string
            • Generate daily filters
            • Set the quarter
            • Parse requirements file
            • Get a list of files from the archive
            • Returns a dictionary of the ci keywords
            Get all kandi verified functions for this library.

            sec-edgar Key Features

            No Key Features are available at this moment for sec-edgar.

            sec-edgar Examples and Code Snippets

            No Code Snippets are available at this moment for sec-edgar.

            Community Discussions

            QUESTION

            SQL Server stored procedure Python passed file path
            Asked 2021-Sep-11 at 05:33

            I am trying to pass a file directory to a Python script in order to process the contents. Here is the EXEC statement and below my code is the error. It is supposed open the file and do some processing.

            EXEC ScrapeData 'F:\FinancialResearch\SEC\myEdgar\sec-edgar-filings\WIRE\10-Q\0001753926-20-000110\full-submission.txt'

            ...

            ANSWER

            Answered 2021-Sep-10 at 22:23

            ...for a file c:\temp\test.txt..

            Source https://stackoverflow.com/questions/69138119

            QUESTION

            UPDATE all rows in SQL Server table in a Python script
            Asked 2021-Aug-29 at 03:49

            I am running a Python script where I call a SQL Server table and retrieve a directory from a column. The script goes to the file and scrapes several important elements to me. I have it working when I hard code a single directory and filename but I'm having trouble with this script to do it for all the appropriate filenames. When I run the select star to get the path and directory, it comes in a list here with double slashes and comes into what looks like JSON. I just need the directory and path and then I can execute the rest of my Python code. Any help is appreciated.

            ...

            ANSWER

            Answered 2021-Aug-29 at 03:49

            You are confusing the CONTENTS of the results with the REPRESENTATION of the results. It is not JSON, that's just the way Python displays a tuple of strings. fetchall returns a list of lists (or tuple of tuples), where each row contains one entry for each field. Further, those double slashes are not actually present in the string. Python just prints it that way so you can see other escape codes.

            Just do:

            Source https://stackoverflow.com/questions/68969667

            QUESTION

            Beautifulsoup : Unable to extract href with several conditions
            Asked 2021-Mar-13 at 21:13

            I'm trying to extract every links with BeautifulSoup from the SEC website such as this one by using the code from this Github. The thing is I do not want to extract every 8-K but only the ones matching the items "2.02" within the column "Description". So i edited the "Download.py" file and identified the following :

            ...

            ANSWER

            Answered 2021-Mar-13 at 19:52

            First find the tr that encapsulates both the a tag and the td tag that contains the items 2.02 text. Then find the url in the tr if the td actually contains the text items 2.02:

            Source https://stackoverflow.com/questions/66617565

            QUESTION

            Parse XML with Python lxml
            Asked 2021-Mar-09 at 03:01

            I am trying to parse a XML using the python library lxml, and would like the resulting output to be in a dataframe. I am relatively new to python and parsing so please bear with me as I outline the problem. The original xml that I am trying to parse is available here

            I am interested in obtaining some relevant tags founds in "invstOrSec". Below is a snapshot of one instance of "invstOrSec" where the text accompanying the tag "curCd" is USD.

            ...

            ANSWER

            Answered 2021-Mar-09 at 03:01

            This is one case where you shouldn't try to reinvent the wheel; use tools developed by others...

            Source https://stackoverflow.com/questions/66539356

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install sec-edgar

            You can install using 'pip install sec-edgar' or download it from GitHub, PyPI.
            You can use sec-edgar like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/sec-edgar/sec-edgar.git

          • CLI

            gh repo clone sec-edgar/sec-edgar

          • sshUrl

            git@github.com:sec-edgar/sec-edgar.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link