Skip to content

Downloading quote data from yahoo finance

3 messages · Deb Midya, Joshua Ulrich, Mike Marchywka

2 days later
#
On Wed, Dec 1, 2010 at 11:15 PM, Deb Midya <debmidya at yahoo.com> wrote:
The example works for me.  Are you behind a firewall or proxy?
library(quantmod)
getFinancials("IBM")
viewFinancials(IBM.f)
Hope that helps,
--
Joshua Ulrich  |  FOSS Trading: www.fosstrading.com
#
----------------------------------------
Does this R code talk to yhoo for real time or historical
data? I'm surprised there is a package dedicated to 
specific specialized data sources although if the package itself
is as the name implies then code for even scraping html
from some sources may be a nice feature. The reason I ask
is that the SEC is going to more stuctured submissions,

http://xbrl.sec.gov/

and I was curious if anyone has related code
for collating fundamental information such
as this. In one of my rants, I suggested that real
estate transactions be revealed in a similar machine
readable format, a large R constituency would
help make that case more persuasive :)

Commercial downloads are not usually stable enough
for reference from automated packages
although I have lots of my own private
scripts for stuff like that, even scraping data
from adversarial commercial and public sites. 



Thanks.