Skip to content

Commit

Permalink
Fixes the names in tiingo so Open is not swapped with close
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Apr 28, 2018
1 parent 6c6ddbe commit c9887e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getSymbols.R
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ getSymbols.tiingo <- function(Symbols, env, api.key,
to.strftime <- strftime(to, format = "%Y-%m-%d")

tiingo.names <- c("open", "high", "low", "close", "volume",
"adjClose", "adjHigh", "adjLow", "adjOpen",
"adjOpen", "adjHigh", "adjLow", "adjClose",
"adjVolume", "divCash", "splitFactor")
qm.names <- paste(sym, c("Open", "High", "Low", "Close", "Volume",
"Open", "High", "Low", "Close", "Volume",
Expand Down

0 comments on commit c9887e9

Please sign in to comment.