edgarWebR
edgarWebR copied to clipboard
R package for interacting with the SEC's EDGAR filing search and retrieval system
Hello I have find many url that does not return part.name and item.name Below is a minimal example to reproduce the problem ``` library(edgarWebR) filing_doc = "https://www.sec.gov/Archives/edgar/data/1560385/000155837019010666/lmca-20190930x10q1a7cb4.htm" doc
Hello and thank you for the great package I wonder if it is possible to parse the Complete submission of the K-8 filing Regards snvv
Discovered as part of revdep checks for upcoming CRAN release -- see https://github.com/r-lib/lintr/issues/1340. We can avoid this altogether by simply excluding these cache-like dump scripts from linting in the first...
When retrieving filings, I receive an error for being an Undeclared Automated Tool. For example, when using `latest_filings()` I receive error ``` No encoding supplied: defaulting to UTF-8. Error in...
temporary fix of #22. I am equally confused as the other users with regard to how to successfully set the environmental variable `EDGARWEBR_USER_AGENT` — for some reason I was unsuccessful...
Example: parse_filing(paste0('https://www.sec.gov/Archives/edgar/data/1048911/000119312515252494/d48165d10k.htm')) In this case, Item 1A. Risk Factors is included by reference. It is on pages 81-86. Section that is labelled "Risk Factors" only identifies where to look for...
I have a code that extracts the url to exhibit 21, by using the url to the 10-K filing. However, I am now experiencing problems with the parse_submission function. I...
Hello, I'm running into an issue with the company_filings function in the EdgarWebR package. Specifically, the browse_edgar subfunction spits out an error sporadically when trying to find a company's filings:...
Getting an error while trying to use full_text: >full_text(type="D",count=100) >Error in full_text(type = "D", count = 100) : Unable to reach the SEC full text search endpoint (https://searchwww.sec.gov/EDGARFSClient/jsp/EDGAR_MainAccess.jsp) Looks like...
I get this error every time I try to run the full_text function: Error in curl::curl_fetch_memory(url, handle = handle) : Could not resolve host: searchwww.sec.gov Does anyone have a similar...