You could use the various R libraries and convert it to an Org table via
ob-R.el.

#+begin_src R :colnames yes
  library(quantmod)
  x = getSymbols("YHOO",src="google", auto.assign=FALSE)
  x[sprintf("%s/", Sys.Date()-7)]
#+end_src

Rasmus
-- 
Summon the Mothership!


Reply via email to