emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paulo Matos
Subject: Re: [O] Financial data into an org-mode table
Date: Thu, 14 Dec 2017 08:20:59 +0100

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.Date()-7)]
> #+end_src
> 
> Rasmus
> 

-- 
Paulo Matos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]