Price Retrieval Failure, Part 2

Geert Janssens geert.gnucash at kobaltwit.be
Thu Feb 8 13:40:17 EST 2018


David,

You can put the attached config.user file in your DOT_GNUCASH_DIR ($HOME/
Library/Application Support/Gnucash)

If you then start gnucash from the command line, it should print out the value 
of your API key there, together with the version of Finance::Quote that got 
installed. Unless the OS X edition doesn't print this early boot 
information...

Regards,

Geert
-------------- next part --------------
(let ((api-key (getenv "ALPHAVANTAGE_API_KEY")))
  (if (not api-key)
      (display "ALPHAVANTAGE_API_KEY is not set\n" (current-error-port))
      (display (string-append
                  "ALPHAVANTAGE_API_KEY is set to '"
                   (getenv "ALPHAVANTAGE_API_KEY")
                   "'\n")
               (current-error-port)
      )
  )
)


More information about the gnucash-user mailing list