gnucash/libgnucash/quotes
goodvibes2 60da4bd7bf gnc-fq-dump: Err msg if AlphaVantage API Key is needed but missing
AlphaVantage API Key is needed for all currency quotes
and stock quotes with source 'alphavantage' or 'vanguard' or
multi sources that include 'alphavantage'
2020-06-12 15:11:53 +10:00
..
CMakeLists.txt Apply @PERL@ -w substitution on gnc-fq-dump, too 2020-03-13 20:53:15 +01:00
gnc-fq-check.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
gnc-fq-dump.in gnc-fq-dump: Err msg if AlphaVantage API Key is needed but missing 2020-06-12 15:11:53 +10:00
gnc-fq-helper.in Bug 797233 - Balance Sheet, Chart of Accounts, and other reports... 2019-05-14 13:34:07 -07: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 Apply @PERL@ -w substitution on gnc-fq-dump, too 2020-03-13 20:53:15 +01: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.in:

  Source file for gnc-fq-dump which is 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.