Open crova opened 20 hours ago
Hi @crova, are you sure there are 13F filings for this date? I don't see any filings for Wolfspeed between 8/26 and 10/15.
Ooof, sorry @john-friedman , I pasted the wrong dates.
Still, the code below using your dates:
downloader.download(form='13F-HR',cik='895419',file_types=['INFORMATION TABLE'],date=('2024-08-26','2024-10-15'))
Don't get anything:
Fetching URLs: 100%| | 10/10 [00:00<00:00, 16.63it/s]
https://efts.sec.gov/LATEST/search-index?ciks=0000895419&forms=13F-HR&q=-&file_type=INFORMATION+TABLE&startdt=2024-08-26&enddt=2024-10-15
Total filings: 0
Downloading files: 0it [00:00, ?it/s]
Successfully downloaded 0 out of 0 URLs
Could you please share the code you ran to get those filings?
Hey @crova, no worries! I don't think that CIK has 13f filings: https://www.sec.gov/edgar/search/#/ciks=0000895419&entityName=WOLFSPEED%252C%2520INC.%2520(WOLF)%2520(CIK%25200000895419)
I got that screenshot from checking directly with the SEC. It's submissions total, not filtered submissions https://www.sec.gov/Archives/edgar/data/895419/
Are you sure you have the right CIK?
Wolfspeed, Inc. is an American developer and manufacturer of wide-bandgap semiconductors, focused on silicon...
Before anything, thanks for the great work, the library is awesome.
I managed to get some 10K forms but I'm having trouble with 13F-HR ones.
The simple script below runs but don't download anything:
I know for a fact that there are 13F filings for this cik, am I missing something here?
Thanks again.