NEWS
GetTDData 1.5.6 (2024-08-20)
- fixed bug at td_get_current(), the api endpoint is no longer available.
GetTDData 1.5.5 (2024-04-11)
- added td_get_current(), for fetching current TD prices from the website.
GetTDData 1.5.4 (2023-05-15)
- fixed issue with CRAN check. The vignette could fail in CHECK. The vignettes were deleted and the content is now part of Readme.Rmd file, which compiles locally.
- set dependency for R > 4.1.0
GetTDData 1.5.3
- deprecated functions download.TD.data() and read.TD.files(). Both are replaced by td_get()
GetTDData 1.5.2 (2023-01-06)
- it now fails gracefuly when download of files fails.
GetTDData 1.5.1 (2022-05-11)
- implemented change for bizdays::holidaysANBIMA (see issue 10)
GetTDData 1.5.0
- improved github actions by adding codecov, pkgdown and LICENSE
- added new tests and functions
- removed arguments "maturity" and "asset.codes" from
read.TD.files
function
GetTDData 1.4.5 (2022-04-06)
- Fixed issue in download related to product NTN-principal issue #8
- removed "Date" from DESCRIPTION file (seems to be standard now)
- increases min R version in DESCRIPTION to 4.0.0
- improved github actions by adding codecov and pkgdown
GetTDData 1.4.4 (2022-03-02)
- Fixed issue in cran check for oldrel (use of new pipeline operator, which is not available prior to R < 4.1)
GetTDData 1.4.3 (2022-02-21)
- Major change in urls from Tesouro Direto (See issue #5)
- Fixed issue with get.yield.curve()
- Fixed issue with yields equal to 0 (see issue #3)
GetTDData 1.4.2 (2019-10-01)
- Found an alternative address from Anbima. (see issue #1)
GetTDData 1.4.1 (2019-07-15)
- Fixed bug in yield function (anbima site is down...). Need to find an alternative.
GetTDData 1.4 (2019-04-02)
- Fixed bug in name importing of spreadsheets
- Prices and yield are now cleaned (no values equal to zero)
GetTDData 1.3 (2017-09-14)
- Added function for downloading current yield curve from Anbima
- Fixed typos in vignettes
- dev version now in github
- fixed bug for names of NTN-Principal
GetTDData 1.2.5 (2016-11-08)
- Added the maturities of the instruments as an extra column in the dataframe
GetTDData 1.2.4 (2016-08-16)
- The package CHECK process no longer depends on the avaibility of Tesouro Direto website. All needed files are now local
GetTDData 1.2.3 (2016-05-24)
- Fixed bug in html download. Now using a new function and a new algorithm to try the download 10 times before throwing an error
GetTDData 1.2.2 (2016-05-22)
- The html structure of the Tesouro Website has changed and that resulted in CHECK errors in the package. This update fixed it.
- Fixed TD names in read function (TD website is a mess!)
- Now also using input asset.codes in read function
GetTDData 1.2.1 (2016-05-04)
- Fixed bug in read.td.files (it was not reading data after 2012 because of change of output type given switch from xlsx:read.xlsx to readxl::read_excel)
GetTDData 1.2 (2016-04-30)
- Now using readxl::read_excel, a better excel reader, FASTER and without the java requirements
GetTDData 1.1.0
- Added a test for internet connection
- Added a new option for overwriting or not the downloaded excel files (saves a lot of time for large batch downloads!)
- Fixed typos and improved the text in the vignette
GetTDData 1.0.0