Extracts specific data from COTAHIST dataset: stocks, funds, BDRs, ETFs, UNITs, options on stocks, options on indexes, ...
Usage
cotahist_equity_get(x)
cotahist_bdrs_get(x)
cotahist_units_get(x)
cotahist_etfs_get(x)
cotahist_fiis_get(x)
cotahist_fidcs_get(x)
cotahist_fiagros_get(x)
cotahist_indexes_get(x)
cotahist_equity_options_get(x)
cotahist_index_options_get(x)
cotahist_funds_options_get(x)
cotahist_get_symbols(x, symbols)
Examples
if (FALSE) { # \dontrun{
df <- cotahist_equity_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_brds_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_units_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_etfs_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_fiis_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_fidcs_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_fiagros_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_indexes_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_equity_options_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_index_options_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_funds_options_get(x)
} # }
if (FALSE) { # \dontrun{
df <- cotahist_get_symbols(x, c("BBDC4", "ITSA4", "JHSF3"))
} # }