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.

Status:



@@ -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.