gnucash/libgnucash/quotes
Geert Janssens f3fdc5de12 Rewrite gnc-fq-helper as finance-quote-wrapper
This rewritten version takes JSON input and spits out JSON.
Additionally inverted currency quotes will only be flagged.
The old code also swapped currencies in the result.
GncQuotes will be written towards these new implementation
choices.
2022-10-02 11:50:25 -07:00
..
CMakeLists.txt Rewrite gnc-fq-helper as finance-quote-wrapper 2022-10-02 11:50:25 -07:00
finance-quote-wrapper.in Rewrite gnc-fq-helper as finance-quote-wrapper 2022-10-02 11:50:25 -07:00
gnc-fq-check.in Initial version of libgnc-quotes 2022-10-02 11:50:25 -07:00
gnc-fq-dump.in I18N: replace several spourious spaces 2021-02-22 17:56:50 +01:00
gnc-fq-helper.in Bug 797630 - Check for missing dependencies of 'Get Quotes'... 2021-03-14 10:48:25 -07:00
gnc-fq-update.in Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote 2021-09-11 16:09:55 -07: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.