Finance::Quote still not working with alphavantage

Erik Colson eco at ecocode.net
Sun Nov 19 16:19:25 EST 2017


John Ralls <jralls at ceridwen.us> writes:

> Looks to me like Alphavantage's server has a problem.

Not for me..

~/DEVELOPMENT/finance-quote >>> perl -Ilib Examples/stockdump.pl alphavantage T
$VAR1 = {
          'Tisodate' => '2017-11-17',
          'Tcurrency' => 'USD',
          'Thigh' => '34.8800',
          'Tlast' => '34.5100',
          'Tsuccess' => 1,
          'Tlow' => '34.3500',
          'Tclose' => '34.5100',
          'Topen' => '34.4300',
          'Tdate' => '11/17/2017',
          'Tvolume' => '36883419',
          'Tcurrency_set_by_fq' => 1,
          'Tsymbol' => 'T',
          'Tmethod' => 'alphavantage'
        };

--
erik colson


More information about the gnucash-user mailing list