From 06dcd35b968178beb536cb86ccd22709d82f0afb Mon Sep 17 00:00:00 2001
From: Linas Vepstas
Date: Thu, 8 Jun 2000 23:52:34 +0000
Subject: [PATCH] update finance quote info
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2446 57a11ea4-9604-0410-9ed3-97b8803252fd
---
doc/html/C/projects.html | 65 ++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 33 deletions(-)
diff --git a/doc/html/C/projects.html b/doc/html/C/projects.html
index 0ce4a14050..e3df82a418 100644
--- a/doc/html/C/projects.html
+++ b/doc/html/C/projects.html
@@ -1454,59 +1454,55 @@
Quotes
- Add ability to download stock quotes, other price quotes.
-
- Add ability to download historical prices as well.
+ Add ability to obtain stock, mutual fund, and currency trading
+ data from news agencies, web pages.
+ Add ability to download historical prices as well.
(e.g. get 5-year history of mutual fund
- performance vs. djia).
+ performance vs. djia).
Right now, stock prices are stored along with everything
- else, in the main database, in the transaction table.
-
- This leads to several aesthetic quandries.
+ else, in the main database, in the transaction table.
+ This leads to several aesthetic quandries.
- It bulks up the database with 'less-than critical'
- information.
+ information. That's bad. We need an alternate storage
+ mechanism.
- - Basically, transactions are either 'critical' vix
- record the movement of money, or are non-critical viz
+
- Currently, the transactions stored in the engine
+ are either 'critical' viz.,
+ record the movement of money, or are non-critical viz.
record things retreivable from the historical record,
- e.g. prices.
-
- - Shouldn't storage for prices be moved to somewhere
- else?
-
- - Hmmm ... what about storage for valatility, shares
- traded, etc?
-
- - Does indeed sound like an alternate storage method
- would be useful.
-
- - What about GUI implications?
+ e.g. prices.
+ This alone is a good reason to ask that price & other
+ non-critical financial data be stored in a separate location.
+ Add to this the idea that we should probably store other
+ 'technical' stock data, such as share volume, high/low/close,
+ daily volatility, etc.
+
Status:
- - Can obtain stock quotes from Yahoo (NYSE), Fidelity
+
- Quotes.pm can obtain stock quotes from Yahoo (NYSE), Fidelity
Investments, T.Rowe Price, and do automated update of
GnuCash data files (with the gnc-price perl
script). Need to add more data sources. See
src/quotes/Quote.pm and
- src/quotes/gnc-price for details.
+ src/quotes/gnc-prices for details.
- - Quote.pm is now a separate development project at
- source-forge.
+ -
+
+ Quote.pm is now a separate development project at
+ SourceForge.
+
- Need to integrate with GUI. Right now, this is a
- stand-alone perl script run from crontab. This
- will be done by writing scheme wrappers for the module
- (???)
-
- - RLB has integrated with GUI, using scheme. Done in
- version 1.4.0. Does this mean gnc-prices is dead, or is it
- --batch ??
+ stand-alone perl script run from crontab. RLB
+ has written scheme wrappers for the module. Its ready now, but
+ not checked into cvs. Will be in 1.5.
+
@@ -2167,6 +2163,9 @@ Password:
Xrapid stock technical analysis.
+ GetQuote is a
+ command-line toll for getting stock quotes. Implemented in C.
+
Accountant project at sourcforge aims to create a generic
business library.