header_search {edgarWebR} | R Documentation |
Searches filing headers going back to 1994 excluding the most recent day using the interface here
header_search(q, page = 1, from = 1994, to = 2017)
q |
The search string. Documentation here |
page |
Which results page to return (default: 1) |
from |
Start year (default: 1994) |
to |
End year (default: Current year) |
A dataframe of funds found including the following columns -
company_name
filing_href
form
filing_date
size
try(header_search("company-name = Apple"))