Finance::Quote logging

Zoltan Levardy zoltan at levardy.org
Thu Dec 18 13:16:10 EST 2008



Derek Atkins wrote:
> Zoltan Levardy <zoltan at levardy.org> writes:
>
>   
>> hi,
>>
>> can i ask gnucash to log perl activities? I have made a new module, and 
>> one particular security seams hanging it. Any idea how can i debug it?
>>     
>
> Use gnc-fq-dump?
>
>   
thanks, but still not sure what is wrong. I have two securities: a share 
(raba), and a fund (HU0000706437). The module for hungary able to map 
ISIN for shares, but unable for funds (as no general ticker code or any 
symbol available). The next test works for both: the share, and the 
fund. But Gnucash still unable to fetch that fund. Strange.

C:\Program Files\gnucash\bin>perl gnc-fq-dump bux raba HU0000706437
Finance::Quote fields Gnucash uses:
    symbol: raba                 <=== required
      date: 12/18/08             <=== required
  currency: HUF                  <=== required
      last: 617                  <=\
       nav:                      <=== one of these
     price: 617                  <=/
  timezone:                      <=== optional
=====
Finance::Quote fields Gnucash uses:
    symbol: HU0000706437         <=== required
      date: 12/17/08             <=== required
  currency: HUF                  <=== required
      last: 0.966067             <=\
       nav: 183259265            <=== one of these
     price: 0.966067             <=/
  timezone:                      <=== optional


More information about the gnucash-user mailing list