$ git clone https://github.com/sec-edgar/sec-edgar.git $ cd sec-edgar $ python setup.py install 跑步 from secedgar . filings import Filing , FilingType # 10Q filings for Apple (ticker "aapl") my_filings = Filing ( cik_lookup = 'aapl' , filing_type = Filing点...
ClientResponseError: 404, message='Not Found', url=URL('https://www.sec.gov/Archives/edgar/data/920448/0001562762-20-000015.txt') #295 opened Oct 3, 2023 by MayZ7 Too Many Requests not handled well with one day of filing #293 opened Jun 3, 2023 by wmaiouiru Add support for...
$ git clone https://github.com/sec-edgar/sec-edgar.git $cdsec-edgar $ python setup.py install Running Company Filings Single Company fromsecedgarimportfilings,FilingType# 10Q filings for Apple (ticker "aapl")my_filings=filings(cik_lookup="aapl",filing_type=FilingType.FILING_10Q,user_agent...
SEC EDGAR SEC EDGAR SEC EDGAR SEC Enforcement Authority SEC Enforcement Authority SEC Enforcement Authority SEC Enforcement Authority SEC fee SEC Fees SEC filing SEC Form 4 SEC Form 4 SEC Form S-1 SEC LDR SEC LEG SEC REG SEC Release IA-1092 SEC Release IA1092 SEC Rule 10b5-1 SEC yield ...
The first index allows you to lookup EDGAR electronic submission types easily if all you know is the submission form type. Included in the last two columns is detailed information about the tools that are used to create and/or assemble the filing. The second index is easiest to use if you...
Filed by "insiders" prior intended sale of restricted stock. Non-EDGAR filing Other 0001959173-24-006298.pdf 0001959173-24-006298.rtf 0001959173-24-006298.xls View HTML 08/22/248-K Report of unscheduled material events or corporate event
The emails associated with this malware campaign were spoofed to make them appear as if they had originated from the Securities and Exchange Commission (SEC) Electronic Data Gathering, Analysis, and Retrieval (EDGAR) system. For those not familiar with this system, EDGAR is an automated filing pl...
http://www.sec.gov/cgi-bin/browse-edgar?CIK=ibm&Find=Search&owner=exclude&action=getcompany&output=atom Then parse the atom to grab the CIK. (If you prefer HTML output just omit output=atom). There is also a full-text company name to CIK lookup here: ...
🔍 Lookup Ticker by CUSIP: You can lookup a ticker by CUSIP 📑 Dataset of SEC entities: You can get a dataset of SEC companies and persons 📈 Fund Reports: Search for and get 13F-HR fund reports 🛠️ Works as a library or a CLI: You can use edgartools as a library in you...
Describe the bug When I usedget_urls()fromCompanyFilings, I got this error: JSONDecodeError: Expecting value: line 1 column 1 (char 0) To Reproduce Code: from secedgar import CompanyFilings, FilingType my_filings = CompanyFilings(cik_lookup='aapl', ...