cotahist-extracts | R Documentation |
Extracts specific data from COTAHIST dataset: stocks, funds, BDRs, ETFs, UNITs, options on stocks, options on indexes, ...
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)
x |
COTAHIST dataset returned from |
symbols |
list of symbols to extract market data from cotahist |
a data.frame with prices, volume, traded quantities informations
## Not run:
df <- cotahist_equity_get(x)
## End(Not run)
## Not run:
df <- cotahist_brds_get(x)
## End(Not run)
## Not run:
df <- cotahist_units_get(x)
## End(Not run)
## Not run:
df <- cotahist_etfs_get(x)
## End(Not run)
## Not run:
df <- cotahist_fiis_get(x)
## End(Not run)
## Not run:
df <- cotahist_fidcs_get(x)
## End(Not run)
## Not run:
df <- cotahist_fiagros_get(x)
## End(Not run)
## Not run:
df <- cotahist_indexes_get(x)
## End(Not run)
## Not run:
df <- cotahist_equity_options_get(x)
## End(Not run)
## Not run:
df <- cotahist_index_options_get(x)
## End(Not run)
## Not run:
df <- cotahist_funds_options_get(x)
## End(Not run)
## Not run:
df <- cotahist_get_symbols(x, c("BBDC4", "ITSA4", "JHSF3"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.