Hello,

I'm trying to fix my automatic quotes import in GnuCash. I switched all my securities to get quotes with alphavantage. I put my key in Preferences->Online Quotes and as an env variable (ALPHAVANTAGE_API_KEY).

When I push the "Get Quotes" button, gnucash processes things and gives me a dialog box saying

----------------8<----------------
"Unable to retrieve quotes for these items:
ETF Canada:VGRO.TO
ETF US:QQQ
[...]
Continue using only the good quotes?"
---------------->8----------------


I tried gnc-fq-dump and it works well:

----------------8<----------------
nicolas@sylvestre:~$ gnc-fq-dump alphavantage VGRO.TO
Finance::Quote fields Gnucash uses:
    symbol: VGRO.TO              <=== required
      date: 07/13/2018           <=== recommended
  currency: CAD                  <=== required
      last: 25.3100              <=\
       nav:                      <=== one of these
     price:                      <=/
  timezone:                      <=== optional
nicolas@sylvestre:~$ gnc-fq-dump alphavantage QQQ
Finance::Quote fields Gnucash uses:
    symbol: QQQ                  <=== required
      date: 07/13/2018           <=== recommended
  currency: USD                  <=== required
      last: 179.6100             <=\
       nav:                      <=== one of these
     price:                      <=/
  timezone:                      <=== optional
---------------->8----------------


I tried to run gnucash with -debug and -extra but gnucash or Finance::Quotes are pretty quiet. So I don't know how to investigate further. Could somebody help me?

I'm running Gnucash 3.2+ (2018-06-24) with Finance::Quote: 1.47 under Debian Sid.

Thanks

--
Nicolas
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to