Re: [O] Financial data into an org-mode table

2017-12-13 Thread Paulo Matos
Interesting idea. Thanks for the tip! On 13/12/17 21:43, Rasmus wrote: > 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.Da

Re: [O] Financial data into an org-mode table

2017-12-13 Thread Rasmus
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!

[O] Financial data into an org-mode table

2017-12-13 Thread Paulo Matos
Hi, Is there any code out there to pull data from stock markets (using for example Google/Yahoo Finance) into an org-mode table? Kind regards, -- Paulo Matos