You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/quotes
Robert Graham Merkel 873ed2c9b3
automake 1.5 fixes and further work on transaction voiding
25 years ago
..
.cvsignore Add ignored file. Print module error info to stderr, not stdout. 26 years ago
Makefile.am automake 1.5 fixes and further work on transaction voiding 25 years ago
Quote_example.pl Rob Browning's patch. 26 years ago
README Rob Browning's patch. 26 years ago
finance-quote-helper.in Matt Krai's patch adding trustnet quote support. 25 years ago
gnc-prices Rob Browning's update to gnc-prices. 26 years ago
update-finance-quote.in * src/quotes/finance-quote-helper.in: check for non-standard 26 years ago
value_portfolio patches from Mike Simmons 28 years ago

README

-*-text-*-


This directory contains assorted stock quote scripts.

finance-quote-helper.in:

Source file for finance-quote-helper which is a perl script that
allows gnucash to communicate with Finance::Quote over pipes from
guile. The requests and responses are scheme forms.

gnc-prices:

Deprecated wrapper to support old setup. Use "gnucash --add-quotes
filename" instead.

value_portfolio:

A stand-alone perl script for updating and printing the value of a
portfolio. To use this script, edit the the first few lines at the
top of the file to indicate your portfolio and purchase price.
(from Christopher B. Browne, cbbrowne@hex.net)