From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Financial data into an org-mode table Date: Wed, 13 Dec 2017 21:43:52 +0100 Message-ID: <87tvwu1hpz.fsf@gmx.us> References: <00ae3a2d-2d08-e2fb-2cd5-66749ad17fe9@matos-sorge.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePDst-0003dQ-Nw for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 15:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePDsq-0005if-EC for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 15:44:07 -0500 Received: from [195.159.176.226] (port=55766 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePDsp-0005h5-5V for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 15:44:04 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ePDse-0007ec-0K for emacs-orgmode@gnu.org; Wed, 13 Dec 2017 21:43:52 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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!