<br><br><div class="gmail_quote">On Fri, May 21, 2010 at 10:08 PM, Fernando Vilas <span dir="ltr">&lt;<a href="mailto:fvilas@iname.com">fvilas@iname.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Friday, May 21, 2010 16:58:16 Brian Cappello wrote:<br>
[...]&gt;<br>
<div class="im">&gt;   Intraday Quotes/Company Info/Fundamentals: Query the backend with a<br>
&gt; ticker symbol and desired parameter(s?); get results back.<br>
&gt;<br>
&gt; Input:<br>
&gt;<br>
&gt; Symbol<br>
&gt;<br>
&gt;<br>
&gt;  Output Parameters: [What does everybody want? What am I forgetting/don&#39;t<br>
&gt; know about? What kind of a balance between “base” statistics and “derived”<br>
&gt; statistics are we trying to achieve?]<br>
&gt;<br>
&gt;<br>
&gt;  (high priority: required)<br>
&gt;<br>
&gt; struct (OHLCV) [Date/Time, Open, High, Low, Close, Volume[, Open Interest]]<br>
&gt; (Should this strictly be a part of the historical backend, or also provided<br>
&gt; here for convenience?)<br>
&gt;<br>
&gt; struct (POHLCV) [[Previous] Date/Time, Open, High, Low, Close, Volume[,<br>
&gt; Open Interest]] (Should this strictly be a part of the historical backend,<br>
&gt; or also provided here for convenience?)<br>
</div>[snip lots of fields]<br>
<br>
We had a request on the KMM list a while back for tracking Beta. It is the way<br>
that volatility is measured for the CAPM style models. Folks doing portfolio<br>
analysis tend to like that particular statistic, and Yahoo! has it on their<br>
pages. If it is easy to get in the csv, I would say to grab it as well.<br></blockquote><div><br>I&#39;m not familiar with Beta, but I can definitely add it. It&#39;s not provided in the CSV so I&#39;m going to need to do some research into regular expressions/parsing websites, but that&#39;s fine, because it&#39;s needed for the majority of these options. <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
&gt;<br>
&gt;  (high priority: required)<br>
&gt;<br>
&gt; Historical Data: Downloaded and/or imported locally from CSV. Support CSV<br>
&gt; export. Primary source (Yahoo/OtherInternetz/local CSV directory) should be<br>
&gt; configurable (to not exclude users who have paid for higher quality data<br>
&gt; sources than Yahoo).<br>
&gt;<br>
<br>
</div>ACK. Historical quotes are a slightly different animal from current quotes, but<br>
it is an area that has not yet been addressed in KMM. I do not know if other<br>
apps have some code that would help, though.<br></blockquote><div><br>I do have some code, but its time-conversion algorithm isn&#39;t based relative to the oldest data, it doesn&#39;t have support for adjusting prices, and there&#39;s no logic for all the various corner cases of merging two sets of data. Otherwise, it more or less works as advertised. Getting it to work over DBus will probably be my biggest challenge... :)<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
[snip rest of email]<br>
<div class="im">&gt;<br>
&gt; Well, I guess that&#39;s about what I think we&#39;d eventually want. But it&#39;s also<br>
&gt; probably *really* ambitious... at least to complete all of that within 3<br>
&gt; months. But, I also have no intention of stopping after mid-August so, yea.<br>
<br>
</div>It is normally better to have more work than schedule. It often makes for<br>
amazing results, and if the work does not get finished, it makes planning for<br>
release n+1 easy :-).<br>
<font color="#888888"><br>
--<br>
Thanks,<br>
Fernando Vilas<br>
<a href="mailto:fvilas@iname.com">fvilas@iname.com</a><br>
</font><br>_______________________________________________<br>
Kde-finance-apps mailing list<br>
<a href="mailto:Kde-finance-apps@kde.org">Kde-finance-apps@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-finance-apps" target="_blank">https://mail.kde.org/mailman/listinfo/kde-finance-apps</a><br>
<br></blockquote></div><br>