You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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?
The text was updated successfully, but these errors were encountered: