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 "S-1" or "424B4" not found for SGFY #90

Open
nono-london opened this issue Oct 3, 2021 · 1 comment
Open

Form "S-1" or "424B4" not found for SGFY #90

nono-london opened this issue Oct 3, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@nono-london
Copy link

nono-london commented Oct 3, 2021

Hi, I'am trying to query forms ("S-1","S-1/A", "EFFECT" and "424B4") related to the IPO of a stock named Signify Health, ticker "SGFY".
As per your example, I use:

from sec_edgar_downloader import Downloader

dl = Downloader("./downloads/")
dl.get(filing="S-1", ticker_or_cik="SGFY", include_amends=True,
       after="2021-01-01", download_details=True)
dl.get(filing="8-K", ticker_or_cik="SGFY")
dl.get(filing="424B4", ticker_or_cik="SGFY")
dl.get(filing="EFFECT", ticker_or_cik="SGFY")

This only returns 8-K forms, while the S-1 is actually being mentioned in one of the 8-K (so it must exists).:
sec_sgfy_s1

From the SEC website, I confirmed that there has indeed S-1 and S-1/A forms that have been issued:

sec_s1_ammeneds

So it would be great to know what is causing the issue. As well

@nono-london nono-london changed the title Form S-1 not found for SGFY Form "S-1" or "424B4" not found for SGFY Oct 3, 2021
@jadchaar
Copy link
Owner

jadchaar commented Jan 8, 2022

Hey @nono-london thanks for the report. I am in the process of re-writing this package with the official Edgar data API provided by the SEC. This issue seems to be fixed in my in-progress refactor.

@jadchaar jadchaar added this to the v5 milestone Jan 8, 2022
@jadchaar jadchaar added the bug Something isn't working label Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants