Description Usage Arguments Value Examples
View source: R/current_events.R
Provides access to the SEC Current Events search tool from here
1 | current_events(day, form)
|
day |
(0-5) Day to search for current forms. e.g. '2' returns forms from 2 business days ago. |
form |
Form to return filings (e.g. '10-K') |
A dataframe with one row per company with Includes the following columns -
cik
type
href
company_name
company_href
filing_date
1 | try(current_events(0, "10-K")[1:5,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.