edgar-10k-mda | Download and extract MDA section from edgar 10k forms | Crawler library

 by   tzuhsial Python Version: Current License: MIT

kandi X-RAY | edgar-10k-mda Summary

kandi X-RAY | edgar-10k-mda Summary

edgar-10k-mda is a Python library typically used in Automation, Crawler applications. edgar-10k-mda has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.

Download and extract MDA section from edgar 10k forms
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              edgar-10k-mda has a low active ecosystem.
              It has 66 star(s) with 30 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 6 have been closed. On average issues are closed in 57 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of edgar-10k-mda is current.

            kandi-Quality Quality

              edgar-10k-mda has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              edgar-10k-mda is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              edgar-10k-mda releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              edgar-10k-mda saves you 115 person hours of effort in developing the same functionality from scratch.
              It has 291 lines of code, 22 functions and 2 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed edgar-10k-mda and discovered the below as its top functions. This is intended to give you an instant insight into edgar-10k-mda implemented functionality, and help decide if they suit your requirements.
            • Download all the forms
            • Download a file
            • Reads all urls from a combined CSV file
            • Write content to file
            • Combine index files to csv
            • Parse a line to record
            • Parse html files
            • Parse mda files
            • Download the indices of a year and quarter
            • Creates argument parser
            Get all kandi verified functions for this library.

            edgar-10k-mda Key Features

            No Key Features are available at this moment for edgar-10k-mda.

            edgar-10k-mda Examples and Code Snippets

            No Code Snippets are available at this moment for edgar-10k-mda.

            Community Discussions

            Trending Discussions on edgar-10k-mda

            QUESTION

            Extract the product description from 10-k
            Asked 2018-Dec-24 at 06:39

            I want to extract the product description from a 10-k report for my master thesis (new at programming, finance background). This product description is between "ITEM 1" and "ITEM 2" from the reports. What I did until now is to download all the 10-ks in .txt form, remove html tags and make all text uppercase. My problem is now when I try to select the text I need and save it into another directory. I tried doing the selection on my own, but with unsatisfactory results. Currently, I am using a code made by a guy "iammrhelo" on GitHub. His code is for selecting "ITEM 7" to "ITEM 8". With a bit of tweaking, made it search for what I need. Link to his code: https://github.com/iammrhelo/edgar-10k-mda

            My problem is now that the parsing he does not work for all 10-ks. It works for selecting the product description in this 10k:

            picture: 10k that the code is able to parse

            picture: 10k that the code is NOT able to parse

            To give a little context, I need to find the right syntax that the code has to look for. The syntaxes that is looking for are in the list item1_begins. The code I am using to select the text, is the following:

            ...

            ANSWER

            Answered 2018-Dec-24 at 06:39

            If I am understanding you correctly, you need to grab the data in between ITEM's and place it into a list.

            What you can do is use a regular expression https://docs.python.org/3.4/library/re.html. Super powerful for parsing text, I see in that script that it is imported and not used.

            If you want to create a list of the data in between items, you could do something like:

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install edgar-10k-mda

            Specify the starting year and end year and the directory to save outputs. By default, indices, forms and mdas will be saved to ./data.

            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/tzuhsial/edgar-10k-mda.git

          • CLI

            gh repo clone tzuhsial/edgar-10k-mda

          • sshUrl

            git@github.com:tzuhsial/edgar-10k-mda.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

            Explore Related Topics

            Consider Popular Crawler Libraries

            scrapy

            by scrapy

            cheerio

            by cheeriojs

            winston

            by winstonjs

            pyspider

            by binux

            colly

            by gocolly

            Try Top Libraries by tzuhsial

            InstagramCrawler

            by tzuhsialPython

            iscr

            by tzuhsialPython

            11731

            by tzuhsialPython

            ImageEditingWithDialogue

            by tzuhsialPython

            IE-System

            by tzuhsialJupyter Notebook