python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
getQuote "what" possible fields in Quantmod (R)
I am trying to find the "1y target Est" from yahoo finance with getQuote using the Quantmod package but it doesn't seem to be working. Does anyone have more info about this? I can't find muc...
DDigits
Votes: 0
Answers: 1
How do I convert from one currency to another if only the country code is given?
I have a data set something like this:
value <- data.frame(Country = c('AUS', 'AUT', 'GBR'), amount = c(200, 150, 300))
every amount is given in the respectives country currency. So 200 in Aus. Dol...
Dave4048
Votes: 0
Answers: 1
R: Calculate Monthly & Yearly Returns Based On Daily Price Data
Below is sample data that I have for two assets, I have 35 assets with varying start times to when data is available to be analyzed for. I had 35 separate .csv files and I have read them all into my e...
DBT
Votes: 0
Answers: 0