Description Usage Arguments Value Examples
View source: R/secUrlDownload.R
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.
| 1 | secUrlDownload(quarter, year, form, name, email)
 | 
| 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. | 
A dataframe consisting of the URLs to the Form 4 or 5 text filings for the specified quarter and year.
| 1 2 | tempIndex <- secUrlDownload(quarter = 1, year = 2018, form = 4,
form = 4, name = "Your Name", email = "yourEmail@yourEmail.com")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.