Finance::Quote::Platinum (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Finance::Quote::Platinum - Obtain quotes from the Platinum Asset Management.SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("platinum","BHP"); # Only query Platinum.
DESCRIPTION
This module obtains information from the Platinum Asset Management www.platinum.com.au/docs/pricing.htmThis module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing ``Platinum'' in the argument list to Finance::Quote->new().
LABELS RETURNED
The following labels may be returned by Finance::Quote::Platinum: name, date, bid, ask, last, currency and price.SEE ALSO
Platinum Asset Management, www.platinum.com.au/docs/pricing.htmFinance::Quote::Yahoo::Australia.