gnucash/libgnucash/quotes
Mike Alexander 5bd7875437 Revert the part of 923b01e2 which reverses currency quotes less than 1.
Now that GnuCash uses 64 bit numbers in numerics this is not necessary.
It can store a number as small as 1e-9 with 9 significant digits.
2019-01-28 19:25:34 -05:00
..
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00
gnc-fq-check.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
gnc-fq-dump Revert the part of 923b01e2 which reverses currency quotes less than 1. 2019-01-28 19:25:34 -05:00
gnc-fq-helper.in Revert the part of 923b01e2 which reverses currency quotes less than 1. 2019-01-28 19:25:34 -05:00
gnc-fq-update.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
Quote_example.pl Remove all references to the now-defunct Yahoo! quote retrieval 2018-01-02 10:43:49 -08:00
README Remove gnc-value-portfolio references from dist lists. 2018-01-05 10:09:40 -06:00

-*-text-*-

This directory contains assorted stock quote scripts.

gnc-fq-check.in:

  Source file for gnc-fq-check which is a perl script that allows
  gnucash to determine if Finance::Quote is installed properly.  The
  responses is a scheme form.

gnc-fq-dump:

  A perl script that retrieves a quote from Finance::Quote and dumps
  the response to the terminal.  Its useful for determining problems
  with F::Q.

gnc-fq-helper.in:

  Source file for gnc-fq-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-fq-update.in:

  Source file for gnc-fq-update which is a perl script that updates
  Finance::Quote from CPAN.