Skip to content

CRAN release 0.4.25

Compare
Choose a tag to compare
@joshuaulrich joshuaulrich released this 22 Aug 16:31
· 16 commits to master since this release
  1. Fix getQuote.yahoo() for API changes. Thanks to Ethan B. Smith for the report and patch! Also add error message for users in GDPR countries, since we cannot automatically consent to GDPR and the request fails without consent. #392 #393 #395

  2. Fix getQuote.yahoo() when the user only requested metrics that do not have have a value for 'regularMarketTime'. Set the value to NA in these cases so the output remains the same regardless of whether the endpoint returns a 'regularMarketTime' or not. Thanks to @mehdiMBH for the report! #255

  3. Add fields to getQuote.yahoo() that are returned when no fields are explicitly requested. Thanks to @Courvoisier13 for the report! #335

  4. Add intraday endpoint to getSymbols.yahoo(). Thanks to @kapsner for the report and patch! Also allow suppressing the warning if more than 7 days of data are requested (@eddelbuettel). #351 #381 #399

  5. Add warning if getSymbols() is called with tickers that are reserved words because accessing them requires back-quotes (e.g. NA). #401

  6. Fix allReturns() when 'subset' is specified. Thanks to @Panagis1980 for the report! #402