emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Paulo Matos <paulo@matos-sorge.com>
To: emacs-orgmode@gnu.org
Subject: Re: Financial data into an org-mode table
Date: Thu, 14 Dec 2017 08:20:59 +0100	[thread overview]
Message-ID: <4fd3e15f-cd72-07c8-6c14-e5a7b163f515@matos-sorge.com> (raw)
In-Reply-To: <87tvwu1hpz.fsf@gmx.us>

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	other threads:[~2017-12-14  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-13 19:25 Financial data into an org-mode table Paulo Matos
2017-12-13 20:43 ` Rasmus
2017-12-14  7:20   ` Paulo Matos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fd3e15f-cd72-07c8-6c14-e5a7b163f515@matos-sorge.com \
    --to=paulo@matos-sorge.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).