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
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.
The relationship between BlackRock Inc. and BlackRock Finance Inc. is the result of a recent corporate restructuring. Here are the key points:
Corporate Restructuring: BlackRock underwent a significant change in its corporate structure following its acquisition of Global Infrastructure Partners8.
Name Change: As part of this restructuring, the original BlackRock Inc. was renamed BlackRock Finance Inc8.
New Public Entity: A new company (referred to as "NewCo" in the press release) was created and became the publicly listed entity, taking on the name BlackRock Inc8.
Continuation of Business: Despite these changes, the core business and operations of BlackRock remain essentially the same. The company continues to be one of the world's largest investment management firms, with over $11.5 trillion in assets under management as of December 31, 20234.
Leadership: The leadership structure appears to have remained stable through this transition, with Larry Fink continuing as Chairman and CEO of the new BlackRock Inc6.
Purpose of Restructuring: While not explicitly stated, such corporate restructurings are often done for strategic, financial, or operational reasons, potentially to optimize the company's structure following the major acquisition of Global Infrastructure Partners.
This restructuring essentially means that the entity formerly known as BlackRock Inc. is now BlackRock Finance Inc., while the publicly traded company that investors interact with continues to be called BlackRock Inc., albeit as a newly formed entity. The core business, assets, and operations of the company remain largely unchanged from an external perspective.
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
The text was updated successfully, but these errors were encountered: