Recent Releases of rb3
rb3 - before the storm
What's Changed
- Fix all links to the GitHub repo to point to the repo under the ropen… by @wilsonfreitas in https://github.com/ropensci/rb3/pull/56
- Added functions to download companies information and corporate events by @wilsonfreitas in https://github.com/ropensci/rb3/pull/57
- README updated by @wilsonfreitas in https://github.com/ropensci/rb3/pull/58
- DESCRIPTION and CITATION updated by @wilsonfreitas in https://github.com/ropensci/rb3/pull/59
- Implemented new option in templates:
verifysslby @wilsonfreitas in https://github.com/ropensci/rb3/pull/60 - Removed one fixture to reduce the source package by @wilsonfreitas in https://github.com/ropensci/rb3/pull/61
- Improved error handling and resolved tidyselect warnings by @wilsonfreitas in https://github.com/ropensci/rb3/pull/62
- Added _PACKAGE keyword by @wilsonfreitas in https://github.com/ropensci/rb3/pull/63
- Correct SSL errors and disabled CDIIDI scrape by @wilsonfreitas in https://github.com/ropensci/rb3/pull/65
- Make vignettes fail gracefully by @wilsonfreitas in https://github.com/ropensci/rb3/pull/66
- changes to run in a Dockerized R Development Environment by @wilsonfreitas in https://github.com/ropensci/rb3/pull/71
- Fix for glue / envir list having to be passed as environment by @hugorteixeira in https://github.com/ropensci/rb3/pull/69
- New template engine and removed dependencies by @wilsonfreitas in https://github.com/ropensci/rb3/pull/72
- Removed dependency on proto in tests by @wilsonfreitas in https://github.com/ropensci/rb3/pull/73
New Contributors
- @hugorteixeira made their first contribution in https://github.com/ropensci/rb3/pull/69
Full Changelog: https://github.com/ropensci/rb3/compare/v0.0.6...v0.0.12
This is the latest release before a huge set of changes that will be released with version 0.1.0
- R
Published by wilsonfreitas 11 months ago
rb3 - intrepid navigators
rb3 0.0.6
- Updated documentation
- functions
code2monthandmaturity2datenow accept old 4 characters maturity code, before 2006 - New function
cotahist_options_by_symbol_supersetjoins options data, equity data and interest rates for each option for a given symbol (Issue #50) - Corrected BUG in cache system, avoid caching NULL returns (Issue #52)
- Corrected BUG cdiget and idiget use do_cache = FALSE (Issue #51)
- R
Published by wilsonfreitas over 3 years ago
rb3 - only entertainment
rb3 0.0.5
- Updated documentation
- The cache creates a folder with the template to organize files inside the cache folder.
read_marketdatalost the argumentcachedir, the RDS file with parsed data is saved in the directory of the given file.- Pass
do_cache = FALSEto not save the RDS file, it defaults toTRUE.
- Pass
- Corrected BUG in
COTAHIST_YEARLY, it uses cache wrongly (Issue #44) - Corrected BUG due to change in fixedincome - function
rateswas renamed toimplied_rate
- R
Published by wilsonfreitas over 3 years ago
rb3 - blood and tears
rb3 0.0.4
- added locale
ento templates:COTAHIST_* - new templates
NegociosIntradayintraday listed market tradesNegociosBalcaointraday OTC (Debentures) tradesNegociosBTBintraday lending trades
- imports organized (using importFrom in NAMESPACE)
- added option
rb3.cachedirto set default cache directory in order to use cached files accross multiple sessions
- R
Published by wilsonfreitas over 3 years ago
rb3 - holy wars... the punishment due
This release has many interesting news:
New templates
GetStockIndexto get the composition of B3 indexes.GetTheoricalPortfolioto get composition and weights of B3 indexes.GetPortfolioDayto get composition, weights and segments of B3 indexes.CenariosCurvafor scenarios of term structures of interest rates.CenariosPrecoReferenciafor reference prices scenarios.IndexReportindexes daily market data.PriceReportdaily prices and market data.GetListedSupplementCompanysupplement data for listed companies.GetDetailsCompanyto get companies details (name, codeCVM, ...).GetListedCashDividendsto get list of cash dividends.
New functions for yield curves
yc_ipca_getandyc_ipca_mgetfor real interest ratesyc_usd_getandyc_usd_mgetfor USD interest rates in Brazil
New functions for cotahist
cotahist_get_symbolsto get stocks by a list of symbolscotahist_etfs_get,cotahist_fiis_get,cotahist_fidcs_get,cotahist_fiagros_get- function
cotahist_funds_gethas been replaced by these ones.
New functions to get indexes information (composition, weights and positions)
index_comp_getreturns the index compositionindex_weights_getreturns the index weightsindex_by_segment_getreturns indexes assets grouped by segmentsindexes_getlists the available indexesindexes_last_updatereturns the date when the indexes have been updatedindexreport_getandindexreport_mgetdownload index report data
Superset datasets
cotahist_equity_options_supersetjoins 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_supersetmark futures maturities in yield curve.
Other improvements
- updated to bizdays version 0.1.10 (use of loadbuiltincalendars - Issue #31).
- changes to ropensci process: added more tests to improve test coverage, functions renamed, codemeta and Contributing.md.
- R
Published by wilsonfreitas almost 4 years ago
rb3 - the revolution will not be televised
rb3 0.0.2
- changes for ropensci process, replaced
sapplywithpurrr::map_xxx. - improved class Filename, added new methods.
- added argument
destdir = NULLtoconvert_tofunction. - created functions
yc_get/yc_mgetandfutures_get/futures_mget(Issue #26). - improved
fieldscreation (Issue #27). - added downloader/reader for
GetStockIndex, JSON file with relations between stocks and indexes.
- R
Published by wilsonfreitas almost 4 years ago