header_search {edgarWebR}R Documentation

SEC Header Search

Description

Searches filing headers going back to 1994 excluding the most recent day using the interface here

Usage

header_search(q, page = 1, from = 1994, to = 2017)

Arguments

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)

Value

A dataframe of funds found including the following columns -

Examples


try(header_search("company-name = Apple"))


[Package edgarWebR version 1.1.0 Index]