HI Erik

I downloaded 'Finance-Quote-1.40.tar.gz' and tried simple example as
follows and it's not returning the data. I have setup the API key as per
your instructions.

#!/usr/bin/perl

use lib '../lib';

# import module
use Finance::Quote;

# create object
my $q = Finance::Quote->new();

# retrieve stock quote
my %data = $q->fetch('nyse', 'IBM');

# print price
print "The current price of IBM on the NYSE is " . $data{'IBM', 'price'};


On Sun, Nov 5, 2017 at 11:17 AM, Erik Colson <e...@ecocode.net> wrote:

> Hello,
>
> F::Q 1.40 adds support for the symbol field for AlphaVantage.  This
> seems to be required for Gnucash users.
>
> best
> --
> erik colson
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Finance-quote-devel mailing list
> finance-quote-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/finance-quote-devel
>



-- 
--
Raviraj Murdeshwar.
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
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