DOKK / manpages / debian 10 / libfinance-quote-perl / Finance::Quote::ManInvestments.3pm.en
Finance::Quote::ManInvestments(3pm) User Contributed Perl Documentation Finance::Quote::ManInvestments(3pm)

Finance::Quote::ManInvestments - Obtain quotes from Man Investments Australia.

    use Finance::Quote;
    $q = Finance::Quote->new;
    %stockinfo = $q->fetch("maninv","BHP");        # Only query Man Investments

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().

The following labels may be returned by Finance::Quote::ManInvestments: name, date, isodate, bid, ask, last, currency and price.

Man Investments Australia, http://www.maninvestments.com.au/

Finance::Quote::ManInvestments.

2017-11-24 perl v5.26.1