Version 2.5.4 (2019-10-12)
- Fixed small bug in vignette
Version 2.5.3 (2019-07-05)
- Added option for keeping function quiet (be.quiet)
- Once again fixed function for grabbing stocks from the SP500 index
Version 2.5.2 (2019-04-24)
- Fixed bug in stock index grabbing functions
Version 2.5.1 (2019-04-13)
- New function for FTSE100 Stocks (thanks samprohaska)
Version 2.5 (2019-04-13)
- Implemented option for parallel computations with BatchGetSymbols
- Added caching system for index grabing functions (SP500 and IBOV)
Version 2.4 (2019-03-23)
- Fixed bug in function that downloads SP500 data.
Version 2.3 (2018-11-25)
- User can now choose to return a full balanced price dataset by filling NA values or volume == 0 for their closest prices.
- Fixed small bug in cache system when an empty dataframe is returned
- Fixed bug in function that downloads ibovespa’s composition
Version 2.2 (2018-10-10)
- Users can now set frequency of data (daily, weekly, monthly or yearly)
Version 2.1 (2018-05-08)
Small update:
- added startup message with book link
Version 2.0 (2018-01-22)
Major update:
- New fct GetIBovStocks for downloading current composition of Ibovespa
- New fct for changing to wide format
- Now the output includes returns and not only prices
- removed annoying startup message
- implemented clever caching system for financial data
- simplified input dates (no need for Date class any more)
Version 1.2 (2017-06-26)
- Fixed issue with GetSP500(). The wikipedia page changed its code..
Version 1.1 (2016-12-05)
- Fixed CRAN NOTE (stats not used in imports)
- Fixed typos and improved vignette
- Couple of fixes in documentation
- Added citation message on startup
Version 1.0 (2016-11-06)