-
-
25 Feb 2019 11:18:15 UTC
- Distribution: Finance-Quote-Grab
- Module version: 15
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues
- Testers (172 / 0 / 0)
- Kwalitee
Bus factor: 1- 31.90% Coverage
- License: gpl_3
- Perl: v5.5.0
- Activity
24 month- Tools
- Download (61.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Kevin Ryde
- Dependencies
- Finance::Quote
- HTML::TableExtract
- HTTP::Request
- HTTP::Response
- LWP
- Scalar::Util
- URI::Escape
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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 availabledate 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/.
Module Install Instructions
To install Finance::Quote::Grab, copy and paste the appropriate command in to your terminal.
cpanm Finance::Quote::Grab
perl -MCPAN -e shell install Finance::Quote::Grab
For more information on module installation, please visit the detailed CPAN module installation guide.