<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<FONT COLOR="#000000">Hi Jeff,</FONT><BR>
<BR>
<FONT COLOR="#000000">Thanks for the tip, I'll take a look at how that's structured. I'm still new to quantmod and haven't looked at how newTA works. I want to retrieve data from a number of sources, such as the DoE, National Association of Realtors, the LIBOR rates (coudn't get it to work from economagic). I'm also interested in extracting data from other countries, but I haven't gotten that far yet. Curiously, some of these sites provide links only as Excel files (and not just csvs with an xls extension), so there may need to be additional processing. </FONT><BR>
<BR>
<FONT COLOR="#000000">Brian</FONT><BR>
<BR>
<BR>
----- Original message ----- <BR>
Sent: 2008/11/27 10:40:52 <BR>
Subject: Re:Re: [R-SIG-Finance] Adding data providers to quantmod <BR>
<BR>
Hi Brian, <BR>
<BR>
There isn't a great way to do this yet. The dispatch internally is <BR>
essentially nothing more that paste(&quot;getSymbols&quot;,src, sep=&quot;.&quot;). <BR>
<BR>
quantmod:::getSymbols.skeleton is a starting place, as would be any of <BR>
the current methods. <BR>
<BR>
I will be adding something closer to 'newTA' to auto-generate the <BR>
function for you (within reason), but it is not done yet. <BR>
<BR>
What data sources are you thinking of (besides the census)? Are there <BR>
public API (official or unofficial)? <BR>
<BR>
Jeff <BR>
<BR>
On Thu, Nov 27, 2008 at 9:20 AM, Brian Lee Yung Rowe wrote: <BR>
&gt; Hello, <BR>
&gt; <BR>
&gt; I am using quantmod to download FRED data and am interested in downloading <BR>
&gt; series from other providers (e.g. the Census Bureau). Is there a method for <BR>
&gt; attaching new getSymbols.* to the getSymbols interface or other recommended <BR>
&gt; practice for consolidating the data retrieval process? <BR>
&gt; <BR>
&gt; Thanks, <BR>
&gt; Brian <BR>
&gt; <BR>
&gt; <BR>
&gt; _______________________________________________ <BR>
&gt; R-SIG-Finance@stat.math.ethz.ch mailing list <BR>
&gt; https://stat.ethz.ch/mailman/listinfo/r-sig-finance <BR>
&gt; -- Subscriber-posting only. <BR>
&gt; -- If you want to post, subscribe first. <BR>
&gt; <BR>
<BR>
<BR>
<BR>
-- <BR>
Jeffrey Ryan <BR>
jeffrey.ryan@insightalgo.com <BR>
<BR>
ia: insight algorithmics <BR>
www.insightalgo.com 
</BODY>
</HTML>