Jack Moody

Results 47 comments of Jack Moody

I would suggest taking a look at [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/). We have started working on a parser to help with this, but it is still a work in progress.

Thanks for finding this bug. It looks like this is an issue with [this line](https://github.com/sec-edgar/sec-edgar/blob/7cba98531d730f75588d1ec64691a82d5db209d3/secedgar/core/company.py#L298). We need to check to make sure that there is a filing type. If there...

@reteps the first link you provided doesn't work. Was that supposed to link to something?\ **Update**: Nevermind, was looking from a mobile device. The link works on desktop.

@reteps I think that using enums is probably the easiest way here. It provides a single way of validating whether a filing type is valid and doesn't require any additional...

Running into one issue on updating the filing types to include more values: There seems to be two filing types that look the same but are listed as distinct filing...

@reteps I am wondering how helpful groups would actually be for users who don't know which filings they want to download. If users don't know which filing types they should...

@gooseyman we did not get around to it. You can loop through filing types and call save in each loop. If you'd like to help add this feature, would be...

Reopening this issue as there seem to be some remaining issues with filing types. - e.g., 4 matches with 424 as well. Need to explicitly filter. (See #244) - add...

Sorry for the late response. It seems like this should be possible. Would you want to implement this feature?

Yes, this would be useful to add. I wrote some comments on this in #227. Would you be willing to help make this part of the package? I am happy...