mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
21 lines
585 B
Plaintext
21 lines
585 B
Plaintext
-*-text-*-
|
|
|
|
This directory contains assorted stock quote scripts.
|
|
|
|
finance-quote-wrapper.in:
|
|
|
|
Source file for finance-quote-wrapper which is a perl script that
|
|
allows gnucash to communicate with Finance::Quote.
|
|
The requests and responses are in json format.
|
|
|
|
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-update.in:
|
|
|
|
Source file for gnc-fq-update which is a perl script that updates
|
|
Finance::Quote from CPAN.
|