Hello,
I'm currently using quantmod to download data from yahoo
library(quantmod)
indexes<-c("T","DIA")
running the script today - would give me data till last Friday. Now I want to fill ie the DIA xts object with today's intraday price to simulate today's close
How can I do this ?
Best Regards
Martin
--