NAME
Finance::Kitko::Charts - Retrieve URLs for gold and silver quotes.
VERSION
Version 0.01
SYNOPSIS
use Finance::Kitko::Charts;
my $charts = Finance::Kitko::Charts->new();
# all share the same API, see bellow
$data = $charts->gold();
$data = $charts->silver();
$data = $charts->platinum();
$data = $charts->palladium();
USAGE
Call the method, receive a hash table reference. Keys for different views ('24h' for 24 hour comparison, 'ny' for New York chart, '30d' for a month, '60d' for two months, '6m' for six months, '1y' for one year and '5y' for five years.
AVAILABLE METHODS
new
Returns a new Finance::Kitko::Charts object.
gold
silver
platinum
palladium
AUTHOR
Alberto Simões, <ambs at cpan.org>
BUGS
Please report any bugs or feature requests to bug-finance-kitko-charts at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Finance-Kitko-Charts. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Finance::Kitko::Charts
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Finance-Kitko-Charts
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Alberto Simões.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.