[Finance-quote-devel] F::Q 1.40 uploaded
Raviraj Murdeshwar
raviraj.murdeshwar at gmail.com
Sun Nov 5 21:37:16 EST 2017
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 <eco at 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-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/finance-quote-devel
>
--
--
Raviraj Murdeshwar.
More information about the gnucash-user
mailing list