Learn R Programming

fundManageR (version 0.5.02030319)

get_data_sec_filing_streams_rf: SEC filing stream

Description

This function returns the most recent SEC filings for specified filer type by filing type.

Usage

get_data_sec_filing_streams_rf(filers = c("All", "Corporate Insider",
  "Companies", "Investment Company"), filing_names = c("All",
  "Annual Reports", "Quarterly Reports", "Current Reports", "Other Reports",
  "Registrations", "Private Offerings", "Ownership", "Prospectuses",
  "Exemptions", "Withdrawals", "Correspondence", "Proxy Statements",
  "Confidential"), nest_data = TRUE, return_message = TRUE)

Arguments

filing_names

type of filing

  • Annual Reports: annual report

  • Quarterly Reports: quarterly report

  • Current Reports: current report

  • Other Reports: other reports

  • Registrations: securities registration

  • Private Offerings: private securities offerings

  • Ownership: ownership

  • Prospectuses: securities prospectus

  • Exemptions: exempt securities

  • Withdrawals: securities withdrawls

  • Correspondence: SEC correspondence

  • Proxy Statements: proxy issuances

  • Confidential: confidential information

return_message

return a message

Examples

Run this code
# NOT RUN {
get_data_sec_filing_streams(filers = 'All', filing_names = 'Annual Reports')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab