Learn R Programming

fundManageR (version 0.1.110)

get_data_sec_cusips: Get SEC registered CUSIPs for specified year

Description

Get SEC registered CUSIPs for specified year

Usage

get_data_sec_cusips(only_most_recent = FALSE, years = 1996:2016, quarters = NULL, return_message = TRUE)

Arguments

only_most_recent
return only most recent quarter
years
years to search, starting in 1996
quarters
quarters to search NULL, 1, 2, 3, 4
return_message
return a message

Examples

Run this code
get_data_sec_cusips(only_most_recent = FALSE, years = 2016, return_message = TRUE)

Run the code above in your browser using DataLab