browse_edgar {edgarWebR} | R Documentation |
Browse Edgar Web
Description
Attempts to access Edgar Web's browse page for a given company
Usage
browse_edgar(
ticker,
ownership = FALSE,
type = "",
before = "",
count = 40,
page = 1
)
Arguments
ticker |
either a stock ticker or CIK number |
ownership |
boolean for inclusion of company change filings |
type |
Type of filing to fetch |
before |
yyyymmdd format of latest filing to fetch |
count |
Number of filings to fetch per page |
page |
Which page of results to return |
Value
A xml document
[Package edgarWebR version 1.1.0 Index]