table of contents
Finance::Quote::ManInvestments(3pm) | User Contributed Perl Documentation | Finance::Quote::ManInvestments(3pm) |
NAME¶
Finance::Quote::ManInvestments - Obtain quotes from Man Investments Australia.
SYNOPSIS¶
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("maninv","BHP"); # Only query Man Investments
DESCRIPTION¶
This module obtains information from Man Investments Australia (formerly OM Strategic Investments)
http://www.maninvestments.com.au/
This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "ManInvestments" in the argument list to Finance::Quote->new().
LABELS RETURNED¶
The following labels may be returned by Finance::Quote::ManInvestments: name, date, isodate, bid, ask, last, currency and price.
SEE ALSO¶
Man Investments Australia, http://www.maninvestments.com.au/
Finance::Quote::ManInvestments.
2019-11-15 | perl v5.30.0 |