GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FINANCE-QUOTE-WRAPPER(1) User Contributed Perl Documentation FINANCE-QUOTE-WRAPPER(1)

finance-quote-wrapper - internal interface between gnucash and Finance::Quote

finance-quote-wrapper

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 parsing 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

2025-07-19 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.