File "/utils/test-edgartools.py", line 11, in <module> reportDate = filing.report_date ^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'report_date'
However when I use this code with the CIK instead of the ticker it works
ticker = "0001364742"
c = Company(ticker)
...
This submission is on page 2 of BLKs submissions api response so I'm guessing it has to do with that.
So I have this code here
And it throws this exception
File "/utils/test-edgartools.py", line 11, in <module> reportDate = filing.report_date ^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'report_date'
However when I use this code with the CIK instead of the ticker it works
This submission is on page 2 of BLKs submissions api response so I'm guessing it has to do with that.
https://data.sec.gov/submissions/CIK0001364742-submissions-002.json