quantmod icon indicating copy to clipboard operation
quantmod copied to clipboard

Quantitative Financial Modelling Framework

Results 90 quantmod issues
Sort by recently updated
recently updated
newest added

Hi! Why does the chart look blurry in shiny and how can I fix it? ui

Currently `getDividends` is hard coded to append `.div` to the column name. Would like to be able to specify name. Maybe name = "%s.div" if you wanted it and that...

enhancement

`getSymbols()` currently errors if you specify `auto.assign = FALSE` with more than one symbol. ```r Error in getSymbols(c("SPY", "AAPL"), auto.assign = FALSE) : must use auto.assign = TRUE when reloading...

enhancement

Likely a timezone issue in the request and/or response. ```r library(quantmod) tail(yspy

added a fallback refined search using "." prefix if multiple columns found. possible this should be the primary path modified "getters" to use has(which = TRUE) to reuse search code...

Hello, We are recieving incomplete data for the Index CSI 300 (000300.SS), the last data point is from the end of September 2024. getSymbols("000300.SS",src="yahoo", from=last_open_day_previous_year, to=today) https://finance.yahoo.com/quote/000300.SS/ Is this a...

Consider this code giving the ugly names on `stocks`. ``` tickers Map(f = Ad) |> do.call(what = "merge") print(s) ## [1] "GSPC" "000001.SS" print(names(stocks)) ## [1] "GSPC.Adjusted" "X000001.SS.Adjusted" ``` Suppose...

getQuote not works any more: getQuote("AAPL") Error in .yahooSession(TRUE) : unable to get yahoo crumb or windows: getQuote("AAPL") Error in open.connection(con, "rb") : HTTP error 401. 1, calling from Virginia/USA...

1. I found a typo in the `getOptionChain.R` file: ``` # set cleaned up colnames to current output colnames cnames

### Description [Describe the issue] ### Expected behavior the attribute base 'getter" functions only work on the original structure on which they were set. if subsequent calls are made to...