Finance::Quote::Platinum(3pm) | User Contributed Perl Documentation | Finance::Quote::Platinum(3pm) |
Finance::Quote::Platinum - Obtain quotes from the Platinum Asset Management.
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("platinum","BHP"); # Only query Platinum.
This module obtains information from the Platinum Asset Management http://www.platinum.com.au/docs/pricing.htm.
This 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().
The following labels may be returned by Finance::Quote::Platinum: name, date, bid, ask, last, currency and price.
Platinum Asset Management, http://www.platinum.com.au/docs/pricing.htm
Finance::Quote::Yahoo::Australia.
2017-11-24 | perl v5.26.1 |