Nothing
read_marketdata
.test-company.R
with exception handling for empty downloaded files.scraper-company.R
.company_cash_dividends_get
does not return all cash dividendsverifyssl
. It defaults to TRUE, always use ssl, but when it is FALSE an option is set in httr to skip ssl verification.futures_get
and futures_mget
to handle equity futurescompany_cash_dividends_get
, company_info_get
, company_stock_dividends_get
, company_subscriptions_get
to get company's informationsindex_get
to download historical data from B3 indexes (Issue #39)rb3.silent
(defaults to FALSE
) hide alert messages and progress barrb3.clear.cache
(defaults to FALSE
) remove files with invalid content from cache folderGetPortfolioDay_IndexStatistics
historical time series for B3 indexesfutures_get
and maturity2date
to use calendar Brazil/BMF
maturity2date
has a new argument refdate, it must be passed when converting old maturities like JAN0, FEV0, ...code2month
and maturity2date
now accept old 4 characters maturity code, before 2006cotahist_options_by_symbol_superset
joins options data, equity data and interest rates for each option for a given symbol (Issue #50)read_marketdata
lost the argument cachedir
, the RDS file with parsed data is saved in the directory of the given file.do_cache = FALSE
to not save the RDS file, it defaults to TRUE
.COTAHIST_YEARLY
, it uses cache wrongly (Issue #44)rates
was renamed to implied_rate
en
to templates: COTAHIST_*
NegociosIntraday
intraday listed market tradesNegociosBalcao
intraday OTC (Debentures) tradesNegociosBTB
intraday lending tradesrb3.cachedir
to set default cache directory in order to use cached files across multiple sessionsGetStockIndex
to get the composition of B3 indexes.GetTheoricalPortfolio
to get composition and weights of B3 indexes.GetPortfolioDay
to get composition, weights and segments of B3 indexes.CenariosCurva
for scenarios of term structures of interest rates.CenariosPrecoReferencia
for reference prices scenarios.IndexReport
indexes daily market data.PriceReport
daily prices and market data.GetListedSupplementCompany
supplement data for listed companies.GetDetailsCompany
to get companies details (name, codeCVM, ...).GetListedCashDividends
to get list of cash dividends.yc_ipca_get
and yc_ipca_mget
for real interest ratesyc_usd_get
and yc_usd_mget
for USD interest rates in Brazilcotahist_get_symbols
to get stocks by a list of symbolscotahist_etfs_get
, cotahist_fiis_get
, cotahist_fidcs_get
, cotahist_fiagros_get
cotahist_funds_get
has been replaced by these ones.index_comp_get
returns the index compositionindex_weights_get
returns the index weightsindex_by_segment_get
returns indexes assets grouped by segmentsindexes_get
lists the available indexesindexes_last_update
returns the date when the indexes have been updatedindexreport_get
and indexreport_mget
download index report datacotahist_equity_options_superset
joins options data, equity data and interest rates for each option - this is useful to run option and volatility models.yc_superset
, yc_usd_superset
, yc_ipca_superset
mark futures maturities in yield curve.sapply
with purrr::map_xxx
.destdir = NULL
to convert_to
function.yc_get
/ yc_mget
and futures_get
/ futures_mget
(Issue #26).fields
creation (Issue #27).GetStockIndex
, JSON file with relations between stocks and indexes.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.