Re: [GNC-dev] Finance::Quote get_features() and GnuCash

2023-01-21 Thread john
Vincent, You're looking in the wrong places. The list of F::Q sources displayed in the Security Editor dialog is partially hard-coded in libgnucash/engine/gnc-commodity.c beginning at line 171. Every entry in those two lists represents an F::Q method. At startup GC calls F::Q's `$quoter->sourc

[GNC-dev] Finance::Quote get_features() and GnuCash

2023-01-21 Thread Vincent Lucarelli
Hi, We have an experimental function in Finance::Quote called get_features() that returns a perl hash that provides information on quote_modules - list of sources for stock quotes + a list of any required parameters (such as an API key) the module requires quote_methods - a single module or lis