secUrlDownload: secUrlDownload

Description Usage Arguments Value Examples

View source: R/secUrlDownload.R

Description

The function takes the specifieid quarter (1-4), year (2004- 2021), and form type (4 or 5) and returns a dataframe of URLs to each form filed during the specified quarter.

Usage

1
secUrlDownload(quarter, year, form, name, email)

Arguments

quarter

Specify the financial reporting quarter. Options are 1, 2, 3, and 4.

year

Specify the calendar year. Options range from 2004 to present.

form

Specify the form type. Options are 4 or 5.

name

Specify your name. This is required by the SEC.

email

Specify your email. This is required by the SEC.

Value

A dataframe consisting of the URLs to the Form 4 or 5 text filings for the specified quarter and year.

Examples

1
2
tempIndex <- secUrlDownload(quarter = 1, year = 2018, form = 4,
form = 4, name = "Your Name", email = "yourEmail@yourEmail.com")

insiderTrades documentation built on Oct. 5, 2021, 1:06 a.m.