Provides access to the SEC fillings full-text search tool.
full_text(
q = "*",
type = "",
reverse_order = FALSE,
count = 100,
page = 1,
stemming = TRUE,
name = "",
cik = "",
sic = "",
from = "",
to = "",
location = "",
incorporated_location = FALSE
)
Search query. For details on special formatting, see the FAQ.
Type of forms to search - e.g. '10-K'. Can also be a list of types - e.g. c("10-K", "10-Q")
[DEP] If true, order by oldest first instead of newest first
[DEP] Number of results to return - will always try to return 100
Which page of results to return
[DEP] Search by base words(default) or exactly as entered
Company name OR individual's name. Cannot be combined with `cik` or `sik`.
Company code to search. Cannot be combined with `name` or `sic`
[DEP] Standard Industrial Classification of filer to search for. Cannot be combined with `cik` or `name`. Special options - 1: all, 0: Unspecified.
Start date. Must be in the form of `mm/dd/yyyy`. Must also specify `to`
End date. Must be in the form of `mm/dd/yyyy`. Must also specify `from`
Filter based on company's location
boolean to use location of incorporation rather than location of HQ
A dataframe list of results including the following columns -
filing_date
name
href
company_name
cik
sic
content
parent_href
index_href
# NOT RUN {
try(full_text('intel'))
# }
Run the code above in your browser using DataLab