Skip to content
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

Form 4 Download #156

Open
firmai opened this issue Nov 24, 2024 · 0 comments
Open

Form 4 Download #156

firmai opened this issue Nov 24, 2024 · 0 comments

Comments

@firmai
Copy link

firmai commented Nov 24, 2024

What is your approach for example to bulk download 3,4, and 5 filings ? I see you have a bulk section, but did no see these filings mentioned.

from edgar import *

# Tell the SEC who you are
set_identity("Michael Mccallum [email protected]")
filings = get_filings(form=['4'], year=2020)
filing = filings[0]

I seem to be also particularly struggling to obtain the URLs in filings, for example, there should be aconvenient way to grab the xml and html URLs for all the filings here, so that we can start a convenient download operation on our side, this is easy to reconstruct for txt filings, but because of name uniqueness, not easy with xml and html, have you worked with this before?

filings = get_filings(year,form="3")
df = filings.to_pandas()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant