NAME
Finance::Quote::Ghana - download quotes from Ghana Stock Exchange
SYNOPSIS
use Finance::Quote;
my $fq = Finance::Quote->new ('Ghana');
my %quotes = $fq->fetch('ghana', 'CAL');
DESCRIPTION
This module downloads share prices from the Ghana Stock Exchange,
Using the market trading results page
Fields
The following standard Finance::Quote
fields are available
date isodate currency
open last net volume
bid ask
year_range
method source success errormsg
Plus the following extra
isin ISIN share code
SEE ALSO
GSE web site http://www.gse.com.gh
HOME PAGE
http://user42.tuxfamily.org/finance-quote-grab/index.html
LICENCE
Copyright 2014, 2015, 2016, 2019 Kevin Ryde
Finance-Quote-Grab is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
Finance-Quote-Grab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Finance-Quote-Grab; see the file COPYING. If not, see http://www.gnu.org/licenses/.