An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20090319/64f3f177/attachment.pl>
quantmod: getFinancials error
3 messages · Andy Zhu, Jeff Ryan
Hi Andy, getFin screen-scrapes google. It is pretty reliable, but not perfect. The problem here is that there is no quarterly data on the site for ANAT, so the function just fails. see: http://www.google.com/finance?fstype=ci&q=NASDAQ:ANAT I'll see if I can figure out a solution, but it may be more of a one-off hack than really a solution. See what you can come up with to solve this, and please share your successes! Jeff
On Thu, Mar 19, 2009 at 4:09 PM, Andy Zhu <andyzhu35 at yahoo.com> wrote:
ANAT is a valid ticker in google finance. However, the following code generates error in quantmod: getFinancials
stock='ANAT'; getFinancials(Symbol=stock, src='google');
Error in getFinancials(Symbol = stock, src = "google") : ? subscript out of bounds what is wrong here? Thanks in advance. ? ? ? ?[[alternative HTML version deleted]]
_______________________________________________ R-SIG-Finance at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. -- If you want to post, subscribe first.
Jeffrey Ryan jeffrey.ryan at insightalgo.com ia: insight algorithmics www.insightalgo.com
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20090319/5dfe9c7d/attachment.pl>