Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
FINANCE...-WRAPPER(1)  User Contributed Perl Documentation FINANCE...-WRAPPER(1)

NAME
     finance-quote-wrapper  -  internal interface between gnucash and Fi-
     nance::Quote

SYNOPSIS
     finance-quote-wrapper

DESCRIPTION
     Input: a JSON encoded hash of namespaces and commodities to query prices
     for.  Currencies all go under the "currency' namespace, other commodities
     are grouped according to the quotes source they should be queried from
     There should also be a "defaultcurrency" key with the currency to be used
     as base currency for currency quotes.

     {
	 "defaultcurrency": "EUR",
	 "currency": {
	     "XAG": "",
	     "HKD": "",
	     "USD": ""
	 },
	 "yahoo_json": {
	     "CSCO": ""
	 } }

     Output (on standard output):

     The retrieved quotes in JSON format for further processing. These are the
     raw values returned by Finance::Quote. The caller is responsible for pars-
     ing and interpreting the results.

     If there are program failures, an error message will be printed on standard
     error.

     Exit status

     0 - success non-zero - failure

perl v5.42.3			   2026-09-03		   FINANCE...-WRAPPER(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=finance-quote-wrapper&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help