latest_filings: SEC Latest Filings

Description Usage Arguments Value Examples

View source: R/latest_filings.R

Description

Provides access to the latest SEC filings from here

Usage

1
2
3
4
5
6
7
8
latest_filings(
  name = "",
  cik = "",
  type = "",
  owner = "include",
  count = 40,
  page = 1
)

Arguments

name

Optional company name to limit filing results

cik

Optional company cik to limit filing results

type

Optional form type to limit filing results

owner

How to include ownership filings. Options are

  • include (default)

  • exclude

  • only

count

Number of results to return

page

Which page of results to return

Value

a dataframe list of recent results, ordered by descending accepted date. Includes the following columns -

Examples

1

edgarWebR documentation built on April 24, 2021, 5:09 p.m.