python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Filtering strikes and premiums from getOptionChain results
I'm running the following code which works correctly:
library(quantmod)
Symbols<-c ("AA","AAL","AAOI","ABBV","ABC","ABNB","ABT"...
Rick
Votes: 0
Answers: 1
Error in getOptionChain expiry date for multiple tickers
I'm running the Getting options chain for multiple tickers but something is wrong with the expiration date for multiple tickers.
Here's a sample code:
library(quantmod)
Symbols <- c("XOM"...
Rick
Votes: 0
Answers: 1
I can't use to.weekly() to bind more than a financial series
I have tried to transform daily prices to weekly prices of more than one financial asset and then put them together, but I cannot.
When I join both weekly series, there are days that do not coincide, ...
Dude1234
Votes: 0
Answers: 1
How can I print the Dates of an equity in quantmod package in R?
I want to load the 5 years history of Tesla equity from quanatmod package in R.Doing so I have :
tsla <- quantmod::getSymbols("TSLA", from = base::as.Date("2017-01-01"), to = ba...
Homer Jay Simpson
Votes: 0
Answers: 2