Skip to content

Latest commit

 

History

History
333 lines (241 loc) · 12.3 KB

NEWS.md

File metadata and controls

333 lines (241 loc) · 12.3 KB

Changes in 0.4-15 (2019-06-15)

  1. Add an environment variable to control whether to run tests that import from Yahoo Finance. getDividends() tests were failing because Yahoo Finance wasn't returning all dividend history for "CF".
  2. Write one message the first time quantmod::as.zoo.data.frame() is called. This method was added years before zoo::as.zoo.data.frame() existed, but it should be deprecated in favor of the zoo version. The package that owns the class should also own the methods.

Changes in 0.4-14 (2019-03-23)

BUG FIXES

  1. Fix getSymbols.tiingo() so the Open and Close columns aren't swapped. Thanks to Steve Bronder for the report and PR. #233 #234
  2. Fix getQuote.yahoo() for quotes in multiple timezones. Thanks to Philippe Verspeelt for the report and PR. #246 #248
  3. Update getDividends() because Yahoo Finance now provides raw dividends instead of split-adjusted dividends. Thanks to Douglas Barnard for the report. #253
  4. Fix futures.expiry(). Thanks to @pjheink for the report. #257
  5. Fix getSymbols.tiingo() to return correct columns for ticker "LOW". Thanks to @srtg4we5gsetrgwhreyt the report. #259
  6. Fix getSymbols.yahooj() to avoid infinite loop when the requested symbol doesn't have data. Thanks to Wouter Thielen for the review. #63
  7. Update getSplits() because Yahoo Finance now provides the actual split adjustment ratio, instead of the inverse (e.g. now 1/2 instead of 2/1). #265

NEW FEATURES

  1. Extend getQuote() to support Tiingo. Thanks to Ethan Smith for the feature request and PR. #247 #250
  2. Extend getSymbols() to catch errors for individual ticker symbols and continue processing any remaining ticker symbols, instead of throwing an error. More useful error messages are also provided. Thanks to @helgasoft for testing and feedback. #135

Changes in 0.4-13 (2018-04-13)

BUG FIXES

  1. Fix getQuote.yahoo() when a field has no data for all requested tickers. #208
  2. Expose weekly and monthly adjusted prices from Alpha Vantage's API. #212
  3. Fix saveChart() (it actually saves a chart now!). #154
  4. Update Oanda URL, which fixes getSymbols.oanda() and getFX(). #225

NEW FEATURES

  1. Add getQuote.alphavantage(), thanks to Ethan Smith for the PR. #213 #223
  2. Add getSymbols.tiingo() to import data from Tiingo. Thanks to Steve Bronder for the PR. #220

BREAKING CHANGES

  1. Google Finance no longer provides data for historical prices or financial statements, so all Google data sources are defunct. #221

Changes in 0.4-12 (2017-12-02)

BUG FIXES

  1. chartSeries() now honors show.grid argument. Thanks to Ethan Smith. #200
  2. getQuote.yahoo() uses the new JSON API. #197
  3. getSymbols.yahoo() is more careful about converting UNIX timestamps to character when creating the query URL. #202

Changes in 0.4-11 (2017-10-06)

BUG FIXES

  1. getSymbols.yahoo()
    • Don't try to un-adjust the OHLC for splits and/or dividends. Return data as-is and leave any (un-)adjustments to the end user. #174
    • Add ability to pass curl.options to curl.download(). #177

NEW FEATURES

  1. getSymbols.av() can download data from Alpha Vantage. Thanks to Paul Teetor for the contribution. #176

Changes in 0.4-10 (2017-06-20)

BUG FIXES

  1. getSymbols.yahoo()
    • Avoid cached response from Yahoo Finance proxy. #166
    • Set from argument back to 1900-01-01. #157
  2. getSymbols() no longer warns if called with namespace (i.e. quantmod::getSymbols()). #134
  3. as.zoo.data.frame() now ignores row.date argument if called with order.by. #168

Changes in 0.4-9 (2017-05-29)

BUG FIXES

  1. getSymbols.yahoo() uses the new API. #157
  2. getOptionChain.yahoo() returns NULL when there are no calls/puts instead of list(). #155

NEW FEATURES

  1. getSymbols.yahoo() gains a periodicity argument, for use by tseries::get.hist.quote(). #162

Changes in 0.4-8 (2017-04-19)

BUG FIXES

  1. getSymbols.google():
    • Honor all arguments set via setSymbolLookup().
    • Correctly parse dates in non-English locales.
  2. Fix getSymbols.oanda().
  3. Fix add_TA() when called from a function.
  4. Remove 'its' package references (it was archived).
  5. Update Yahoo Finance URLs to HTTPS to avoid redirect.
  6. Update FRED URL to avoid redirect.

NEW FEATURES

  1. Add split.adjust argument to getDividends().
  2. Add readme, contributing, and issue template files for GitHub.

Changes in 0.4-7 (2016-10-24)

  1. Let jsonlite::fromJSON() manage connections in getOptionChain.yahoo().
  2. Update omegahat URL at CRAN's request.

Changes in 0.4-6 (2016-08-28)

  1. Remove unused unsetSymbolLookup().
  2. Add documentation for getPrice().
  3. Fix subsetting in addTRIX().
  4. Fix getSymbols.oanda() to use https.
  5. Fix getOptionChain.yahoo() to download JSON instead of scrape HTML.

Changes in 0.4-5 (2015-07-24)

  1. Ensure add*MA() functions use Close column by default.
  2. Correct Delt() docs (type argument default value was wrong).
  3. Ensure tempfiles are always removed.
  4. In getSymbols.csv():
    • Fix format argument handling.
    • Ensure date column is character before calling as.Date().
    • Add col.names argument.
  5. Fix dbConnect() call (changed in RMySQL_0.10) in getSymbols.MySQL().
  6. Automatically detect OHLC vs OHLCVA in getSymbols.yahooj().
  7. Handle long vectors in setDefaults().
  8. Fix `getSymbols.FRED() for https.
  9. Fix `getOptionChain.yahoo() for spaces in table headers.
  10. Add importFrom for all non-base packages.

Changes in 0.4-4 (2015-03-08)

  1. Added getSymbols.yahooj() to pull data from Yahoo Finance Japan (Thanks to Wouter Thielen for the contribution. #14).
  2. Fixed getOptionChain.yahoo() to handle the new options page layout. #27
  3. Fixed getSymbols.oanda() to handle the new URL structure and CSV format. #36

Changes in 0.4-3 (2014-12-15)

  1. Change maintainer from Jeffrey Ryan to Joshua Ulrich

  2. Copy required functionality from the (archived) Defaults package into quantmod and remove dependency on Defaults.

  3. Incorporate several bug fixes and patches.

Changes in 0.4-0

  • getSymbols now uses parent.frame() when auto.assign=TRUE. This will cause slightly different behavior than previous versions using .GlobalEnv, but is more functional in design.

  • getSymbols now allows for env=NULL, which will behave as if auto.assign=FALSE is set.

  • Upcoming changes for version 0.5-0 will include deprecating auto assignment from within getSymbols calls. This will instead be moved to the loadSymbols function, to better match get/load behaviors in base R. For the transition, auto.assign will be available to force pre 0.5-0 behaviors, but will be discouraged. The env= arg will be used for multiple symbol assigns.

Changes in 0.3-7

  • addTA now handles logical vectors or logical xtsible objects by drawing bands on chart window

  • addTA can now draw on or under any window via 'on=' arg

  • chartSeries now cleanly handles series without volume automatically

  • addVo has new log.scale option

Changes in 0.3-6

MODIFICATIONS

  • Delt (and functions that call) now defaults to 'arithmetic' (discrete) calculations vs. the previous behavior of 'log' (continuous) calculation. This is more inline with expected behavior

NEW FUNCTIONALITY

  • addTA and newTA allow for dynamic indicator additions with little coding

Changes in 0.3-2

BUG FIXES

  • matched broken TTR calls, aligned arguments between packages

  • 'name' of chart was being evaluated somewhere in the process, resulting in the object becoming a string. Fixed in this release.

MODIFICATIONS

  • continuing the move of time-series functionality to the 'xts' package

  • added new TTR functions to addTA.

  • added underlay charting to main area (BBands) as well as much more advanced shading and labeling.

  • chartSeries converts incoming 'x' argument to xts object for more universal handling. Not fully sorted out - but better than before.

  • new subset argument to allow for xts-style subsetting

NEW FUNCTIONALITY

  • new TTR functions - ATR, CCI, CMF, CMO, DPO, Lines, Momentum, TRIX

Changes in 0.3-1

BUG FIXES

  • new depends - on CRAN and R-Forge package xts for time-series handling internally

  • options.expiry and futures.expiry now use universal %w to check weekdays

  • Rmetrics change resulted in as.timeSeries moving to fSeries. New suggest and assoc. changes

MODIFICATIONS

  • Added ability to plot series with missing values (like those in a 'ts' series) Volume with missing obs. is still broken - to be fixed in 0.3-2

Changes in 0.3-0

BUG FIXES

  • Fixed factor bug in getSymbols.FRED. Thanks to Josh Ulrich

  • Fixed bug in [.quantmod.OHLC method when i/j was missing, also now returns quantmod.OHLC object consistently

MODIFICATIONS

  • Added high frequency data handling - to.minutes, to.hourly, to.daily. Additional work done to accomodate within rest of framework

  • getSymbols downloads now to temp file - instead of directly to memory. Fixed R issue in certain Windows installations

  • getSymbols now returns a character array of symbol names written to environment.

  • getSymbols includes new arg - auto.assign. If set to FALSE will behave like standard R functions and simply return loaded object. Requires user assignment via '<-'

  • Better handling of timeSeries, ts, its within entire package

NEW FUNCTIONALITY

  • chartSeries rewrite. Now manages charting with S4 objects stored quietly in memory. Allowing for dynamic redraws used in applying technical indicators and overlays

  • addTA functions. New charting tools to add technicals to charts dynamically. More on the way

  • listTA, setTA, unsetTA to handle default TA args

  • chartTheme function to customize chart 'look'

  • last/first functions now take character strings to describe in words the subsetting to do. Also negative value support for opposite behavior. Additional keep arg will assign removed data to an attribute keep with the object

  • getSymbols.SQLite support. Still very clunky - though that is SQLite.

  • getFX and getMetals for direct download of those types

  • getQuote downloads Last,Change,Open,High,Low,Volume from Yahoo

  • added documentation and fixed documentation