Vikram,  Thanks for this.  The field names we put like this: quote = c("Open", "High", "Low", "Close")  But in order to download all the fields, what are the names I need to use in the object quote. In Yahho Finance these are special tags.  The special tags are: a=Ask, b= Bid, ..........., v= Volume, W= 52-week Range, x= Stock EXchange  quote= c("Open", "High", "Low", "Close", "Ask", "Bid", ...., "W", "x"). What are the names I can use to download Ask, Bid, ......., Stock Exchange?  Once again, thank you very much for the time you have given.  Regards,  Deb Â
________________________________ From: Vikram Bahure <economics.vik...@gmail.com> Sent: Thursday, 3 November 2011 7:15 PM Subject: Re: [R] Extract Data from Yahoo Finance Hi, You can install the following library: library(tseries) and use the following command: ?get.hist.quote Regards Vikram Hi R âusers, > >I am using R-2.14.0 on Windows XP. > >May I request you to assist me for the following please. > >I like to extract all the fields (example: a : Ask, b : Bid, â¦â¦, w : >52-week Range, x: Stock Exchange)  for certain period of time, say, 1 October >2011 to 31 October 2011. > >Is there any R-Package(s) & any R- script please? > >Once again, thank you very much for the time you have given. > >Regards, > >Deb > >______________________________________________ >R-help@r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.