-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some question about program #13
Comments
Good questions! lol I need to look.
|
Thanks, I think if we need to get the 13 forms, we might need to use the cik to get them. So it might highly depend on the filtering CIK |
Gotcha, that make sense because a lot of the funds don't have tickers... From what I see there isn't a way to filter by CIK, but wouldn't be that tough to add... Do you want to try to give it a shot? You could follow the same pattern I used for tickers and make one for CIK... py-sec-edgar/py_sec_edgar/__main__.py Line 35 in 127166b
you could add something like:
|
Thanks, I fixed it. One more problem, I found the sec form structure changed after 2011, whether the form before 2012 could not be extracted? |
If you submit a pull request, I'll add the code to the project and you can be a contributor (if you want). Regarding the 2011 version, can you share an example so I can see what you mean? |
`2022-04-06 04:48:00,691 INFO py_sec_edgar.extract: extracting documents to /sec_gov/Archives/edgar/data/861439/000091205794003991 The above exception was the direct cause of the following exception: Traceback (most recent call last): When I run the CIK of 861439, which is a company of AMERICAN MEDICAL HOLDINGS INC |
The text was updated successfully, but these errors were encountered: