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

Problem with NT NPORT-P Filing Type #105

Open
scrappyreed opened this issue Oct 27, 2022 · 0 comments
Open

Problem with NT NPORT-P Filing Type #105

scrappyreed opened this issue Oct 27, 2022 · 0 comments

Comments

@scrappyreed
Copy link

Great package! Really helpful API.

One issue: I was missing the Q2 NPORT-P filing for CIK 0001041673, Series S000025526. Discovered on the web query it may be due to the filing type being "NT NPORT-P"

image

However, even when querying for that filing type through the API, nothing is returned:
In [22]: get_filing_urls_to_download("NT NPORT-P",cik,10,"2020-01-01","2020-12-31",True)
Out[22]: []

In [23]: get_filing_urls_to_download("NT NPORT-P NPORT-P",cik,10,"2020-01-01","2020-12-31",True)
Out[23]: []_

I even tried looping through all the supported filing types, but the missing report was not returned. Is there a way to query for all filings as there is in the web query I made?

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